Skip to content

MetricsBucket

Properties

Name Type Description Notes
key String Metric name for this bucket
dims Option<Vec> Optional metric dimensions for this bucket [optional]
bucket_start i32 Unix timestamp of the inclusive bucket start boundary
bucket_seconds i32 Bucket duration in seconds
value f64 Mergeable numerator for the bucket
n Option<i32> Mergeable denominator for average-like metrics [optional]
hostname Option<String> Reporting node hostname (historical buckets only) [optional]
source Option<String> Reporting node source, e.g. api or index (historical buckets only) [optional]

[Back to Model list] [Back to API list] [Back to README]