Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.3 KB

Metric.md

File metadata and controls

26 lines (23 loc) · 1.3 KB

# Metric

Properties

Name Type Description Notes
id string Metric identifier [optional]
metrics_provider_id string Metric Provider identifier [optional]
metric_identifier string Metric Display identifier used to look up the metric data from the provider [optional]
name string Name of metric [optional]
display bool Should the metric be displayed [optional]
tooltip_description string [optional]
backfilled bool [optional]
y_axis_min float [optional]
y_axis_max float [optional]
y_axis_hidden bool Should the values on the y axis be hidden on render [optional]
suffix string Suffix to describe the units on the graph [optional]
decimal_places int [optional]
most_recent_data_at \DateTime [optional]
created_at \DateTime [optional]
updated_at \DateTime [optional]
last_fetched_at \DateTime [optional]
backfill_percentage int [optional]
reference_name string [optional]

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