
Parca Scrape Target
Channel | Revision | Published | Runs on |
---|---|---|---|
1/stable | 68 | 14 May 2025 | |
1/candidate | 68 | 14 May 2025 | |
1/beta | 68 | 14 May 2025 | |
1/edge | 68 | 14 May 2025 | |
2/edge | 79 | Today |
juju deploy parca-scrape-target --channel 1/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
scheme | string
Configures the protocol scheme that would be used for scraping the targets.
-
targets | string
Comma separated list of external scrape targets, e.g., "192.168.5.2:7000,192.168.5.3:7000"; do not add the protocol!
-
tls_ca_cert | string
CA certificate to validate the targets' server certificates with. reference: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#tls_config
-
tls_insecure_skip_verify | boolean
Disable server certificate validation for the targets. reference: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#tls_config
-
tls_server_name | string
Server name to verify the hostname of the targets. Only relevant if the target's cert does not include its name in the SANs. reference: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#tls_config