Hello Guys,
I am testing grafana-agent to collect metrics from telegraf and send them to mimir. My current configuration for testing is as follows:
server:
log_level: warn
metrics:
global:
scrape_interval: 1m
wal_directory: '/var/lib/grafana-agent'
configs:
- name: telegraf
scrape_configs:
- job_name: 'telegraf'
file_sd_configs:
- files:
- /etc/grafana/telegraf.yaml
remote_write:
- url: http://localhost:9009/api/v1/push
integrations:
agent:
enabled: true
node_exporter:
enabled: true
include_exporter_metrics: true
disable_collectors:
- "mdadm"
But grafana-agent will be discontinued and that we should use Alloy. How can I port this same configuration to Alloy?
Can someone help me?
Thanks