Skip to content
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

Add a sample about Micrometer observation integration #3699

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

artembilan
Copy link
Member

No description provided.

When we run this application we can see in logs one message from producer and one from consumer and both those messages are correlated with the same trace id.

The `Sample08ApplicationTests` starts an embedded Kafka broker and provides a `TestSpanHandler` bean for trace and span verifications.
The single test in this class verify that we have only to mentioned spans: one from producer and one from consumer.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: two mentioned spans. also verifies.

Copy link
Contributor

@sobychacko sobychacko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see the inline comment.

@sobychacko sobychacko merged commit 6056fe2 into spring-projects:main Jan 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants