MetricsExtensions Class

Definition

Extension methods for Metrics.

public static class MetricsExtensions
type MetricsExtensions = class
Public Module MetricsExtensions
Inheritance
MetricsExtensions

Methods

Get(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String)

Retrieve metric data

GetAsync(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, CancellationToken)

Retrieve metric data

GetIntervaledMetric(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String)

Retrieve metric data

GetIntervaledMetricAsync(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, CancellationToken)

Retrieve metric data

GetIntervaledSegmentedMetric(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String)

Retrieve metric data

GetIntervaledSegmentedMetricAsync(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, CancellationToken)

Retrieve metric data

GetMetadata(IMetrics, String)

Retrieve metric metatadata

GetMetadataAsync(IMetrics, String, CancellationToken)

Retrieve metric metatadata

GetMetricSummary(IMetrics, String, String, String, IList<String>, Nullable<Int32>, String, String)

Retrieve summary metric data

GetMetricSummaryAsync(IMetrics, String, String, String, IList<String>, Nullable<Int32>, String, String, CancellationToken)

Retrieve summary metric data

GetMultiple(IMetrics, String, IList<MetricsPostBodySchema>)

Retrieve metric data

GetMultipleAsync(IMetrics, String, IList<MetricsPostBodySchema>, CancellationToken)

Retrieve metric data

GetSegmentedMetric(IMetrics, String, String, String, IList<String>, IList<String>, Nullable<Int32>, String, String)

Retrieve metric data

GetSegmentedMetricAsync(IMetrics, String, String, String, IList<String>, IList<String>, Nullable<Int32>, String, String, CancellationToken)

Retrieve metric data

Applies to