Class MetricsCollection<T>
Inheritance
System.Object
MetricsCollection<T>
Namespace: Steeltoe.Management.OpenTelemetry.Metrics
Assembly: Steeltoe.Management.OpenTelemetryBase.dll
Syntax
public class MetricsCollection<T> : ConcurrentDictionary<string, T> where T : new()
Type Parameters
Name | Description |
---|---|
T |
Properties
| Edit this page View SourceItem[String]
Declaration
public T this[string key] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Property Value
Type | Description |
---|---|
T |