Crates.io | spring-opentelemetry |
lib.rs | spring-opentelemetry |
version | 0.2.1 |
source | src |
created_at | 2024-10-13 10:59:32.366337 |
updated_at | 2024-10-19 04:37:51.459094 |
description | Integration of spring-rs framework and open-telemetry |
homepage | |
repository | https://github.com/spring-rs/spring-rs |
max_upload_size | |
id | 1407273 |
size | 21,214 |
spring-opentelemetry = "<version>"
OTEL uses the W3C format to pass context information for link tracing by default.
Optional features:
jaeger
: Use jaeger format to propagate contextzipkin
: Use zipkin format to propagate contextmore-resource
: Add more resource information, such as host Host, operating system, process informationFor complete code, refer to opentelemetry-example
Note: opentelemetry-rust is not stable yet, and some features of tracing need to be integrated. The plugin will continue to track the relevant dynamics of opentelemetry-rust and tracing, and update them in a timely manner.