We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apiVersion: v1 data: alerts: | {} prometheus.yml: | global: evaluation_interval: 1m scrape_interval: 1m scrape_timeout: 10s rule_files: - /etc/config/rules - /etc/config/alerts scrape_configs: - job_name: prometheus static_configs: - targets: - localhost:9090 - job_name: pgbouncer relabel_configs: - source_labels: [ 10.6.87.237:9100, 10.6.87.238:9100] target_label: hostname
The text was updated successfully, but these errors were encountered:
- job_name: pgbouncer relabel_configs: - source_labels: [ 10.6.87.237:9100, 10.6.87.238:9100] target_label: hostname
This section was added. Right?
Sorry, something went wrong.
Can you elaborate bit more what you would like to achieve and which service discovery you would like to use to scrape pgbouncer metrics?
The scrape configs don't look correct to me.
No branches or pull requests
The text was updated successfully, but these errors were encountered: