Last active
July 13, 2023 13:57
-
-
Save lmonkiewicz/322c132ceabb6d5546361cc5ad80f5ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metricOperations.increment(KafkaMetrics.METRIC_NAME, | |
Tags.of(KafkaTags.topic(topic), | |
KafkaTags.exception(exception.getClass().getName()), | |
KafkaTags.processor(context.applicationId()) | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment