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
Hi team,
I was trying to follow this guide to configure Kafka monitoring into Prometheus using ADOT and found that using labels named "job" produced some unknown errors.
changing the label name to "kafka_type" for example, worked fine.
I've also tried the original configuration in a standalone prometheus server and it worked fine with the "job" label, so this looks like something particular in ADOT code.
Hi team,
I was trying to follow this guide to configure Kafka monitoring into Prometheus using ADOT and found that using labels named "job" produced some unknown errors.
produced the following errors:
changing the label name to "kafka_type" for example, worked fine.
I've also tried the original configuration in a standalone prometheus server and it worked fine with the "job" label, so this looks like something particular in ADOT code.
My config.yaml looks like
More info:
The text was updated successfully, but these errors were encountered: