Skip to content

Commit

Permalink
feat: migrating plugins from otel
Browse files Browse the repository at this point in the history
Signed-off-by: mohamedasifs123 <[email protected]>
  • Loading branch information
mohamedasifs123 authored Dec 10, 2024
1 parent ea0e176 commit 647da02
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions telegraf.d/telegraf.conf.mev
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,37 @@
[[inputs.nstat]]
# no configuration

# Diskio Input Plugin
[[inputs.diskio]]

# Disk Input Plugin
[[inputs.disk]]

[[inputs.netstat]]

[[inputs.docker]]

# Swap Input Plugin
[[inputs.swap]]

# System Input Plugin
[[inputs.system]]

# Net Input Plugin
[[inputs.net]]

# Netstat Input Plugin
[[inputs.netstat]]

# Kernel Input Plugin
[[inputs.kernel]]

# Internal Input Plugin
[[inputs.internal]]

# Processes Input Plugin
[[inputs.processes]]

# Docker Input Plugin
[[inputs.docker]]

# For temperature
[[inputs.file]]
files = ["/run/mev_imc_temperature.json"]
name_override = "temp"
Expand Down

0 comments on commit 647da02

Please sign in to comment.