Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 890 Bytes

MetricSchema.md

File metadata and controls

16 lines (11 loc) · 890 Bytes

MetricSchema

Schema for user-defined metrics

Properties

Name Type Description Notes
label str User-friendly label for the metric.
column str Entity column to extract the metric from
default_metric str, none_type [optional]
builtin_metric str, none_type The built-in profile metric to extract when this schema is applied. Should match the values of the SimpleColumnMetric enum within the monitor config schema. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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