Skip to content

NodeMetricSeries

Properties

Name Type Description Notes
key String Metric name
dims Option<Vec> Optional metric dimensions [optional]
windows Option<std::collections::HashMap> Rolling-window snapshots keyed by window size in seconds [optional]
last_seen Option<f64> UTC timestamp (time.time()) of the most recent sample for this series [optional]

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