A library for observability based on OpenTelemetry.
Go to file
Natalia Goc 9971ef17cb feat: add trace context propagation to http headers
Trace context should now be propagated correctly in headers of requests
and responses touched by the fiber_tracing middleware. This should enable
true distributed tracing between multiple services.
2024-07-24 15:19:51 +02:00
.vscode sync 2024-04-30 12:41:05 +02:00
example feat: enable filtering console output by severity level 2024-06-04 13:04:11 +02:00
pkg feat: add trace context propagation to http headers 2024-07-24 15:19:51 +02:00
.gitignore initial commit 2024-04-26 15:09:54 +02:00
go.mod move repository and module imports to new location 2024-05-20 08:20:13 +02:00
go.sum move repository and module imports to new location 2024-05-20 08:20:13 +02:00
justfile making executing reqs against example binary easier 2024-05-15 15:51:24 +02:00
README.md initial commit 2024-04-26 15:09:54 +02:00