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 support for Micrometer Observation #952

Closed
marcingrzejszczak opened this issue Feb 8, 2023 · 1 comment
Closed

Add support for Micrometer Observation #952

marcingrzejszczak opened this issue Feb 8, 2023 · 1 comment
Milestone

Comments

@marcingrzejszczak
Copy link
Contributor

Micrometer Observation is coming as part of the Micrometer 1.10 release and Micrometer Tracing is a new project. The idea of Micrometer Observation is that you instrument code once but you get multiple benefits out of it - e.g. you can get tracing, metrics, logging or whatever you see fit).

Since this project already supports Micrometer I was curious if there's interest in adding Micrometer Observation support so that except for metrics, spans could be created and tracing context propagation could happen too.

If there's such interest we could provide a PR to add support for that.

@acogoluegnes
Copy link
Contributor

Fixed in #1017.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants