Table of Contents

Class MetricLabelExtensions

Namespace
Steeltoe.Management.OpenTelemetry.Metrics
Assembly
Steeltoe.Management.OpenTelemetryBase.dll
public static class MetricLabelExtensions
Inheritance
MetricLabelExtensions
Inherited Members

Methods

AsDictionary(ReadOnlyTagCollection)

public static IDictionary<string, string> AsDictionary(this ReadOnlyTagCollection tagCollection)

Parameters

tagCollection ReadOnlyTagCollection

Returns

IDictionary<string, string>

AsReadonlySpan(IDictionary<string, object>)

public static ReadOnlySpan<KeyValuePair<string, object>> AsReadonlySpan(this IDictionary<string, object> keyValuePairs)

Parameters

keyValuePairs IDictionary<string, object>

Returns

ReadOnlySpan<KeyValuePair<string, object>>

AsReadonlySpan(IEnumerable<KeyValuePair<string, object>>)

public static ReadOnlySpan<KeyValuePair<string, object>> AsReadonlySpan(this IEnumerable<KeyValuePair<string, object>> keyValuePairs)

Parameters

keyValuePairs IEnumerable<KeyValuePair<string, object>>

Returns

ReadOnlySpan<KeyValuePair<string, object>>