Prometheus scrape target

  • By Canonical Observability
Channel Revision Published Runs on
latest/stable 34 10 Apr 2024
Ubuntu 20.04
latest/candidate 34 26 Mar 2024
Ubuntu 20.04
latest/beta 34 12 Mar 2024
Ubuntu 20.04
latest/edge 34 29 Feb 2024
Ubuntu 20.04
1.0/stable 31 12 Dec 2023
Ubuntu 20.04
1.0/candidate 31 22 Nov 2023
Ubuntu 20.04
1.0/beta 31 22 Nov 2023
Ubuntu 20.04
1.0/edge 31 22 Nov 2023
Ubuntu 20.04
juju deploy prometheus-scrape-target-k8s
Show information

Platform:

Ubuntu
20.04

Learn about configurations >

  • basic_auth | string

    Sets the Authorization header prometheus uses on every scrape request. The expected format is username:password.

  • job_name | string

    Default: external_jobs

    Name of external scrape configuration jobs.

  • labels | string

    Comma separated list of label:value pairs.

  • metrics_path | string

    Metrics path for external jobs.

  • params | string

    Configures optional HTTP URL parameters as a key-value collection.

  • scheme | string

    Configures the protocol scheme prometheus uses for requests.

  • 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_config_ca_file | string

    CA certificate to validate API server certificate with.

  • tls_config_cert_file | string

    Certificate to request API server access with.

  • tls_config_insecure_skip_verify | boolean

    Disable validation of the server certificate.

  • tls_config_key_file | string

    Certificate key to request API server access with.

  • tls_config_server_name | string

    Server name to access the API server with. Only relevant if the cert is not including it's name in the SANs.