Skip to content

Commit

Permalink
Add readme about open telemetry manager.
Browse files Browse the repository at this point in the history
Signed-off-by: Sjoerd Talsma <[email protected]>
  • Loading branch information
sjoerdtalsma committed Dec 2, 2024
1 parent d55800a commit f8bd37e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,12 @@ out of the box by this context-propagation library:

- [SLF4J MDC (Mapped Diagnostic Context)][slf4j mdc propagation]
- [Log4j 2 Thread Context][log4j2 thread context propagation]
- [OpenTelemetry Context][opentelemetry context propagation]
- [OpenTracing Span contexts][opentracing span propagation]
- [Spring Security Context]
- [Locale context][locale context]
- [ServletRequest contexts][servletrequest propagation]
- _Yours?_ Feel free to create an issue or pull-request
- .. _Yours?_ Feel free to create an issue or pull-request
if you believe there's a general context that was forgotten.

## Custom contexts
Expand Down Expand Up @@ -165,12 +166,13 @@ configure various timers in the global default metric registry of your applicati
[javadoc]: https://www.javadoc.io/doc/nl.talsmasoftware.context/context-propagation-root


[locale context]: managers/context-manager-locale
[log4j2 thread context propagation]: managers/context-manager-log4j2
[opentelemetry context propagation]: managers/context-manager-opentelemetry
[opentracing span propagation]: managers/context-manager-opentracing
[servletrequest propagation]: managers/context-manager-servletrequest
[slf4j mdc propagation]: managers/context-manager-slf4j
[log4j2 thread context propagation]: managers/context-manager-log4j2
[locale context]: managers/context-manager-locale
[spring security context]: managers/context-manager-spring-security
[opentracing span propagation]: managers/context-manager-opentracing
[context propagation metrics]: timers/context-timer-metrics
[context propagation micrometer]: timers/context-timer-micrometer
[micrometer]: https://micrometer.io
Expand Down

0 comments on commit f8bd37e

Please sign in to comment.