Skip to content
New issue

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 #115

Open
komeylgivechi opened this issue Jul 6, 2024 · 1 comment
Open

after installation ping_exporter i had two problems #115

komeylgivechi opened this issue Jul 6, 2024 · 1 comment

Comments

@komeylgivechi
Copy link

after installation ping_exporter i had two problems

  1. dont see and find commnad ping_loss_ratio and like this in grafana
  2. cant config new target in prometheus.yml
    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: "<"

@biennv13
Copy link

  1. you can change metrics_path: /metrics, i same issues, and fix success

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants