28 Sep 2023 10:40 AM - last edited on 29 Sep 2023 08:09 AM by MaciejNeumann
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?
Solved! Go to Solution.
28 Sep 2023 10:56 AM
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?
28 Sep 2023 01:02 PM
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?
20 Dec 2023 10:53 AM
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