# Functions
BuildURL returns the 'prometheus_url' based on the default values and the prometheus path and port annotations.
# Constants
PrometheusPathAnnotation standard Prometheus path annotation key.
PrometheusPortAnnotation standard Prometheus port annotation key.
PrometheusScrapeAnnotation standard Prometheus scrape annotation key.
# Variables
DefaultPrometheusCheck has the default openmetrics check values To be used when the checks configuration is empty.
PrometheusStandardAnnotations contains the standard Prometheus AD annotations.
# Structs
ADConfig contains the autodiscovery configuration data for a PrometheusCheck.
InclExcl contains the include/exclude data structure.
LabelJoinsConfig contains the label join configuration fields.
OpenmetricsInstance contains the openmetrics check instance fields.
PrometheusCheck represents the openmetrics check instances and the corresponding autodiscovery rules.
# Type aliases
PrometheusAnnotations abstracts a map of prometheus annotations.