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
The prometheus metric type could be included in the searlized JSON sent to Kafka.
Having the metric type populated, would make it easier to work with the consumers of Kafka
Eg: https://docs.confluent.io/5.5.3/connect/kafka-connect-prometheus-metrics/index.html --> This assumes the metric type is included in the json added under the kafka topic.
The prometheus metric type could be included in the searlized JSON sent to Kafka.
Having the metric type populated, would make it easier to work with the consumers of Kafka
Eg: https://docs.confluent.io/5.5.3/connect/kafka-connect-prometheus-metrics/index.html --> This assumes the metric type is included in the json added under the kafka topic.
https://github.com/Telefonica/prometheus-kafka-adapter/blob/master/serializers.go#L58
The text was updated successfully, but these errors were encountered: