cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Restricting metrics ingested through Telegraf plugin

AntonioSousa
DynaMight Guru
DynaMight Guru

Telegraf comes with the Dynatrace Output Plugin that enables you to easily send Telegraf metrics to Dynatrace:

https://www.dynatrace.com/support/help/extend-dynatrace/extend-metrics/ingestion-methods/telegraf

Does someone know if it's possible to configure/restrict the metrics being sent to Dynatrace?

Antonio Sousa
3 REPLIES 3

AntonioSousa
DynaMight Guru
DynaMight Guru

The GitHub page has some more details and it seems it is not possible through the [[outputs.dynatrace]] configuration section: https://github.com/influxdata/telegraf/tree/master/plugins/outputs/dynatrace

Any ideas?

Antonio Sousa

AntonioSousa
DynaMight Guru
DynaMight Guru

Looking further at the Telegraf configuration, it seems it can be done with "namepass".

Anyone managed to limit data ingestion by this or other way?

Antonio Sousa

There are several ways of limiting the data ingestion, but it needs to be done on the Telegraf plugin side and not on Dynatrace. Telegraf supports a few different ways of filtering down the data, and namepass is indeed one of them. All of them, with examples, are documented here: https://github.com/influxdata/telegraf/blob/master/docs/CONFIGURATION.md#metric-filtering

Mike

Featured Posts