Prometheus Scrape Config (K8s)
- By Michele Mancioppi
Channel | Version | Revision | Published | Runs on |
---|---|---|---|---|
latest/beta | 18 | 18 | 31 Jan 2022 | |
latest/edge | 32 | 32 | 21 Jun 2022 |
juju deploy prometheus-scrape-config-k8s --channel beta
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
label_limit | int
Maximum number of labels per scrape (0=unlimited)
-
label_name_length_limit | int
Maximum length of label name (0=unlimited)
-
label_value_length_limit | int
Maximum length of label value (0=unlimited)
-
metrics_relabel_configs | string
YAML string formatted metrics relabeling configuration.
-
proxy_url | string
Proxy URL for accessing metrics endpoints.
-
relabel_configs | string
YAML string formatted scrape target relabeling configuration.
-
sample_limit | int
Maximum number of samples per scrape (0=unlimited)
-
scrape_interval | string
Frequency at which metrics are scraped.
-
scrape_timeout | string
Timeout interval when scraping a job.