YAML File Structure
The YAML file used by this client is divided into several sections, each serving a distinct purpose:
| globalVariables | Defines global variables that can be used throughout the YAML file. |
| defaultLabels | Sets default labels to be applied to all metrics. |
| metricObjects | Defines the metrics to be exposed to Prometheus, including their types and specific labels. |
| metricData | Specifies the datapoints to be collected, along with any processing functions to be applied. |
