Agent Ignorig data - CPU and Network #6228
SanthoshKumar18245
started this conversation in
General
Replies: 1 comment
-
Same. Anyone can help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i am configuring the grafana agent to scrape the metrics which is prometheus node_exporter can do... but i am getting some Errors
my config file,,,
server:
log_level: debug
metrics:
wal_directory: /tmp/agent
global:
scrape_interval: 60s
remote_write:
- url: http://127.0.0.1:9009/api/v1/push
headers:
X-Scope-OrgID: monitoring
integrations:
node_exporter:
enabled: true
rootfs_path: /root
sysfs_path: /sys
procfs_path: /proc
udev_data_path: /run/udev/data
enable_collectors:
- cpu
- diskstats
- filesystem
- loadavg
- netdev
Beta Was this translation helpful? Give feedback.
All reactions