You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using metrics_version: 2 with the prometheus plugin all metrics are stored in InfluxDB under the measurement name prometheus (see here).
The operator should support a simple method of overriding this name for telegraf sidecars via the name_override property on the prometheus input plugin. I suggest adding an annotation:
telegraf.influxdata.com/metric-v2-name-override
The only way to currently achieve this is to use the telegraf.influxdata.com/inputs annotation to configure the prometheus plugin, and ignore the other annotations.
The text was updated successfully, but these errors were encountered:
When using
metrics_version: 2
with the prometheus plugin all metrics are stored in InfluxDB under the measurement nameprometheus
(see here).The operator should support a simple method of overriding this name for telegraf sidecars via the
name_override
property on the prometheus input plugin. I suggest adding an annotation:The only way to currently achieve this is to use the
telegraf.influxdata.com/inputs
annotation to configure the prometheus plugin, and ignore the other annotations.The text was updated successfully, but these errors were encountered: