restlet / restlet-framework-java

The first REST API framework for Java
https://restlet.talend.com
649 stars 284 forks source link

Micrometer Observation Support #1404

Open marcingrzejszczak opened 1 year ago

marcingrzejszczak commented 1 year ago

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 commented 8 months ago

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 commented 8 months ago

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