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

Micrometer Observation Support #1404

Open
marcingrzejszczak opened this issue Jul 20, 2023 · 2 comments
Open

Micrometer Observation Support #1404

marcingrzejszczak opened this issue Jul 20, 2023 · 2 comments

Comments

@marcingrzejszczak
Copy link

I'm a co-maintainer of Spring Cloud Sleuth and Micrometer projects (together with @shakuzen and @jonatan-ivanov).

Micrometer Observation is 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).

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. Via Micrometer Tracing one can use OpenTelemetry or OpenZipkin Brave Tracer, but with the handler mechanism the possibilities are endless :)

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

@thboileau
Copy link
Contributor

Hi @marcingrzejszczak thanks for this proposal. The features provided are very interesting!

For the moment, we mark it for the next stable version 2.5.

@marcingrzejszczak
Copy link
Author

Great, so are you interested in us providing the PR? cc @jonatan-ivanov, @shakuzen

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