spring-opentelemetry

Crates.iospring-opentelemetry
lib.rsspring-opentelemetry
version0.2.1
sourcesrc
created_at2024-10-13 10:59:32.366337
updated_at2024-10-19 04:37:51.459094
descriptionIntegration of spring-rs framework and open-telemetry
homepage
repositoryhttps://github.com/spring-rs/spring-rs
max_upload_size
id1407273
size21,214
holmofy (holmofy)

documentation

README

crates.io Documentation

Dependencies

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 context
  • zipkin: Use zipkin format to propagate context
  • more-resource: Add more resource information, such as host Host, operating system, process information

For 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.

Commit count: 479

cargo fmt