Class MoongateHttpMetric
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
Name
public required string Name { get; init; }
Property Value
Tags
public IReadOnlyDictionary<string, string>? Tags { get; init; }
Property Value
Timestamp
public DateTimeOffset? Timestamp { get; init; }
Property Value
Type
public MetricType Type { get; init; }
Property Value
Value
public required double Value { get; init; }