References where the data for a particular metric can be retrieved from.
When adding a new source for metric data you will implement a MetricDataProvider that can do the actual fetching of data and then when you
define your metrics you'll use MetricDataReferences that reference that
provider and identify the specific data being referenced (e.g. a csv column
or API path).
References where the data for a particular metric can be retrieved from.
When adding a new source for metric data you will implement a MetricDataProvider that can do the actual fetching of data and then when you define your metrics you'll use
MetricDataReference
s that reference that provider and identify the specific data being referenced (e.g. a csv column or API path).Example