次の方法で共有


MetricsExtensions クラス

定義

メトリックの拡張メソッド。

public static class MetricsExtensions
type MetricsExtensions = class
Public Module MetricsExtensions
継承
MetricsExtensions

メソッド

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

メトリック データを取得する

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

メトリック データを取得する

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

メトリック データを取得する

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

メトリック データを取得する

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

メトリック データを取得する

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

メトリック データを取得する

GetMetadata(IMetrics, String)

メトリックメタタデータを取得する

GetMetadataAsync(IMetrics, String, CancellationToken)

メトリックメタタデータを取得する

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

概要メトリック データを取得する

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

概要メトリック データを取得する

GetMultiple(IMetrics, String, IList<MetricsPostBodySchema>)

メトリック データを取得する

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

メトリック データを取得する

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

メトリック データを取得する

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

メトリック データを取得する

適用対象