Container Monitor with Prometheus
Container Monitor with Prometheus
- job_name: 'triton'
scheme: https
triton_sd_configs:
# The account username to use for discovering new target containers
- account: <string>
# The API is versioned, the current version is "1"
version: 1
# The DNS suffix which should be applied to target containers
# For Triton Public Cloud, this is cmon.<data center name>.triton.zone (example: cmon.us-sw-1.triton.zone)
dns_suffix: <string>
# The Triton discovery endpoint
# For Triton Public Cloud, this is cmon.<data center name>.triton.zone (the same value as dns_suffix)
endpoint: <string>
# TLS configuration.
tls_config:
ca_file: '<path to the CA file>'
cert_file: '<path to the cert file>'
key_file: '<path to the key file>'
insecure_skip_verify: true
relabel_configs:
- source_labels: [__meta_triton_machine_alias]
target_label: instanceLast updated
Was this helpful?