Struct SteeltoeCollectionResponse
Assembly: Steeltoe.Management.OpenTelemetryBase.dll
Syntax
public readonly struct SteeltoeCollectionResponse : ICollectionResponse
Constructors
|
Edit this page
View Source
SteeltoeCollectionResponse(MetricsCollection<List<MetricSample>>, MetricsCollection<List<MetricTag>>, DateTime)
Declaration
public SteeltoeCollectionResponse(MetricsCollection<List<MetricSample>> metricSamples, MetricsCollection<List<MetricTag>> availableTags, DateTime generatedAtUtc)
Parameters
Properties
|
Edit this page
View Source
Declaration
public readonly MetricsCollection<List<MetricTag>> AvailableTags { get; }
Property Value
|
Edit this page
View Source
GeneratedAtUtc
Declaration
public readonly DateTime GeneratedAtUtc { get; }
Property Value
Type |
Description |
DateTime |
|
|
Edit this page
View Source
MetricSamples
Declaration
public readonly MetricsCollection<List<MetricSample>> MetricSamples { get; }
Property Value
Implements