influxdata / telegraf-operator

telegraf-operator helps monitor application on Kubernetes with Telegraf
Apache License 2.0
80 stars 37 forks source link

Multiple classes for the single pod #106

Open dmytronasyrov opened 2 years ago

dmytronasyrov commented 2 years ago

There is a Kafka node. Kafka has its own metrics which can be exposed with kafka-class like the number of consumers etc. And Kafka has standard JVM metrics which can be observed with jvm-class. Jvm-class can be utilized for other JVM-based pods. I'm thinking of something like telegraf.influxdata.com/classes: jvm,kafka