Struct PrometheusCollectionResponse
Assembly: Steeltoe.Management.OpenTelemetryBase.dll
Syntax
public readonly struct PrometheusCollectionResponse : ICollectionResponse
Constructors
|
Edit this page
View Source
PrometheusCollectionResponse(ArraySegment<Byte>, DateTime)
Declaration
public PrometheusCollectionResponse(ArraySegment<byte> view, DateTime generatedAtUtc)
Parameters
Type |
Name |
Description |
ArraySegment<System.Byte> |
view |
|
DateTime |
generatedAtUtc |
|
Properties
|
Edit this page
View Source
GeneratedAtUtc
Declaration
public readonly DateTime GeneratedAtUtc { get; }
Property Value
Type |
Description |
DateTime |
|
|
Edit this page
View Source
View
Declaration
public readonly ArraySegment<byte> View { get; }
Property Value
Type |
Description |
ArraySegment<System.Byte> |
|
Implements