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
Prometheus already includes DNS SRV target discovery via config snippet like this:
- job_name: 'mikrotik-exporter' dns_sd_configs: - names: - '_mikrotik._tcp.example.com' relabel_configs: - source_labels: [ __address__ ] target_label: __param_target - source_labels: [ __param_target ] target_label: instance - target_label: __address__ replacement: mikrotik-exporter:1234
Authentication can be handled via Prometheus bearer token.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prometheus already includes DNS SRV target discovery via config snippet like this:
Authentication can be handled via Prometheus bearer token.
The text was updated successfully, but these errors were encountered: