Table of Contents

Class MoongateHttpMetric

Namespace
Moongate.Server.Http.Data
Assembly
Moongate.Server.Http.dll

Represents one flattened metric entry exposed by the HTTP service.

public sealed class MoongateHttpMetric
Inheritance
MoongateHttpMetric
Inherited Members

Properties

Help

public string? Help { get; init; }

Property Value

string

Name

public required string Name { get; init; }

Property Value

string

Tags

public IReadOnlyDictionary<string, string>? Tags { get; init; }

Property Value

IReadOnlyDictionary<string, string>

Timestamp

public DateTimeOffset? Timestamp { get; init; }

Property Value

DateTimeOffset?

Type

public MetricType Type { get; init; }

Property Value

MetricType

Value

public required double Value { get; init; }

Property Value

double