Quentin Gliech
b0c878026e
Use get_otel_context instead of accessing OtelData directly
...
`OtelData` is going to become private in a future version of
`tracing-opentelemetry`. Use the new `get_otel_context` function
introduced in 0.32.1 to extract the trace ID from the span context.
2026-03-31 12:24:08 +02:00
Olivier 'reivilibre
9566dc49b6
Fix broken link in rustdoc
2025-11-06 09:20:20 +00:00
Quentin Gliech
acb5290326
Adapt to the new tracing-opentelemetry API
2025-10-08 11:12:30 +02:00
Quentin Gliech
45b6b567db
Collapse a few nested if now that we have if let chains
2025-08-18 10:29:30 +02:00
Quentin Gliech
c3707c13ae
Add license headers in most files that missed them
2025-06-12 11:01:07 +02:00
Quentin Gliech
3d96dc9d47
Update license headers to match the actual license
2025-06-12 10:32:16 +02:00
Quentin Gliech
97e83e1467
Define all the dependencies at the workspace level
2025-06-10 14:25:38 +02:00
Quentin Gliech
ac5f4b96b5
Log the trace ID in the log line only if the span is sampled
2025-05-07 10:56:19 +02:00
Quentin Gliech
2a99af6349
perf: avoid unnecessary clones of the log context
2025-04-24 14:19:26 +02:00
Quentin Gliech
295436af12
Format code
2025-04-23 17:36:48 +02:00
Quentin Gliech
0c74ecdde7
Suggestions from code review:
...
- what unit is cpu_time in
- reduce the number of digits when logging timings
2025-04-23 17:24:18 +02:00
Quentin Gliech
78ccdf7db2
Log on every HTTP response
2025-04-18 09:58:57 +02:00
Quentin Gliech
4820b75157
Roll our own event formatter
2025-04-18 09:58:47 +02:00
Quentin Gliech
9075ed771d
Provide log context stats in a separate structure
2025-04-18 09:58:42 +02:00
Quentin Gliech
3c7b8618f2
Introduce a task-level log context
2025-04-16 16:07:27 +02:00