Hi all,
Can I configure Telegraf docker input to write spcific metrics and not all? For example, I want to monitor only docker_container_cpu and docker_container_mem.
thanks,
Gil.
Hi all,
Can I configure Telegraf docker input to write spcific metrics and not all? For example, I want to monitor only docker_container_cpu and docker_container_mem.
thanks,
Gil.
Take a look at metric filtering specifically the modifiers section. You can use namepass
to only include specific metrics that you want.