17 lines
536 B
Text
17 lines
536 B
Text
# Module: prometheus
|
|
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/6.5/metricbeat-module-prometheus.html
|
|
|
|
- module: prometheus
|
|
#metricsets:
|
|
# - stats
|
|
period: 10s
|
|
hosts: ["localhost:9090"]
|
|
metrics_path: /metrics
|
|
#namespace: example
|
|
#username: "user"
|
|
#password: "secret"
|
|
|
|
# This can be used for service account based authorization:
|
|
# bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
|
|
#ssl.certificate_authorities:
|
|
# - /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt
|