Table of Contents

Struct PrometheusCollectionResponse

Namespace
Steeltoe.Management.OpenTelemetry.Exporters
Assembly
Steeltoe.Management.OpenTelemetryBase.dll
public readonly struct PrometheusCollectionResponse : ICollectionResponse
Implements
Inherited Members

Constructors

PrometheusCollectionResponse(ArraySegment<byte>, DateTime)

public PrometheusCollectionResponse(ArraySegment<byte> view, DateTime generatedAtUtc)

Parameters

view ArraySegment<byte>
generatedAtUtc DateTime

Properties

GeneratedAtUtc

public DateTime GeneratedAtUtc { get; }

Property Value

DateTime

View

public ArraySegment<byte> View { get; }

Property Value

ArraySegment<byte>