Skip to content

Show the ways in which interconnected systems interact with distributed tracing extension for Sentry.

Notifications You must be signed in to change notification settings

Plato-solutions/sentry-tracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sentry-tracing

Show the ways in which interconnected systems interact with distributed tracing extension for Sentry.

Actix-web example

Usage example of sentry-tracing with ability to specify trace_id for a span in case the trace starts on the external system.

Spans will be created for first and second functions in handlers.rs because of tracing::instrument attribute. They will both have same parent span, with trace_id and span_id set to values from sentry-trace header.

About

Show the ways in which interconnected systems interact with distributed tracing extension for Sentry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages