Schema for user-defined metrics
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] |