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
after installation ping_exporter i had two problems
`` - job_name: 'ping' metrics_path: /ping static_configs: - targets: - google.com # Target to ping relabel_configs: - source_labels: [address] target_label: __param_target - source_labels: [__param_target] target_label: instance - target_label: address replacement: 127.0.0.1:9427 # This exporter's real hostname:port
hostname:port
show this error : expected a valid start token, got "<" ("INVALID") while parsing: "<"
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
after installation ping_exporter i had two problems
this is my config
`` - job_name: 'ping'
metrics_path: /ping
static_configs:
- targets:
- google.com # Target to ping
relabel_configs:
- source_labels: [address]
target_label: __param_target
- source_labels: [__param_target]
target_label: instance
- target_label: address
replacement: 127.0.0.1:9427 # This exporter's real
hostname:port
show this error : expected a valid start token, got "<" ("INVALID") while parsing: "<"
The text was updated successfully, but these errors were encountered: