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
Hey,
Thank you for a great tutorial! I was wondering why in your prometheus.yml settings you had the job kafka? ` - job_name: 'kafka'
# Override the global default and scrape targets from this job every 5 seconds. scrape_interval: 10s static_configs: - targets: ['10.0.75.1:7071'] `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
Thank you for a great tutorial! I was wondering why in your prometheus.yml settings you had the job kafka?
` - job_name: 'kafka'
The text was updated successfully, but these errors were encountered: