Definition
Package: MessageHandler.Runtime.Metrics
Assembly: MessageHandler.Runtime.Metrics
Namespace: MessageHandler.Runtime
Extension methods to add metrics collection to the messagehandler configuration
Methods
| Method | Description |
|---|---|
| AddMetrics(this ConfigurationRoot) | Adds the metrics collection infrastructure |
| RegisterSink(this MetricsExtensionPoint, IMetricsSink) | Registers a sink where the metrics will be flushed to |
| RegisterSink(this MetricsExtensionPoint, Type) | Registers a sink where the metrics will be flushed to |
| RegisterSink |
Registers a sink where the metrics will be flushed to |