IMetricDisplayConfig

Interface

Configuration for how to show a metric in the ui. These are just values that are important to how to display the metric; values that are configured in the editor should be added to IMetricEditorValues instead.

Extends

Properties

Property Type Notes
displayType string
metricId string
visibility Optional MetricVisibility
dynamicMetric Optional Inherited IDynamicMetricValues

all values related to constructing a service-query metric

value Optional Inherited string | number

the main value of the metric

Index Signatures

Key Type Value Type Notes
string any

Configuration for how to show a metric in the ui. These are just values that are important to how to display the metric; values that are configured in the editor should be added to IMetricEditorValues instead.


Interface defined in common/src/core/types/Metrics.ts:227