-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Support Dynamic Micrometer Tags Based on Consumer/Producer Record #2638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Mar 30, 2023
Resolves spring-projects#2638 **cherry-pick to 2.9.x** TODO: Support for Observations when `observationEnabled` (3.0.x only).
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Mar 30, 2023
Resolves spring-projects#2638 **cherry-pick to 2.9.x** TODO: Support for Observations when `observationEnabled` (3.0.x only).
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Mar 30, 2023
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Mar 30, 2023
artembilan
pushed a commit
that referenced
this issue
Mar 30, 2023
* GH-2638: Add Dynamic Micrometer Tags Resolves #2638 **cherry-pick to 2.9.x** TODO: Support for Observations when `observationEnabled` (3.0.x only). * Fix docs. # Conflicts: # spring-kafka/src/main/java/org/springframework/kafka/core/KafkaTemplate.java # spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerProperties.java # spring-kafka/src/main/java/org/springframework/kafka/listener/KafkaMessageListenerContainer.java # spring-kafka/src/main/java/org/springframework/kafka/support/micrometer/MicrometerHolder.java
artembilan
pushed a commit
that referenced
this issue
Mar 30, 2023
garyrussell
added a commit
that referenced
this issue
May 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #2632
Originally posted by erohana March 20, 2023
Hi,
i'm looking for a way to enrich the
spring.kafka.listener
metric with metadata from the consumer record.basically, I'm looking for a way to do it like WebMvcTagsContributor
is there way to do this customization ?
The text was updated successfully, but these errors were encountered: