Commit graph

25 commits

Author SHA1 Message Date
Simon Cruanes
e3da59dd97
per signal provider, update to trace 0.12 2026-02-27 14:56:21 -05:00
Simon Cruanes
cb53b54b00
trace: expose the OTEL span 2026-02-19 15:29:56 -05:00
Simon Cruanes
c29ac75a82
opentelemetry.trace: expose sum and hist metrics 2026-01-21 22:15:23 -05:00
Simon Cruanes
26e70ed1af
refactor trace: adapt to newer trace 0.99
no more global state 🥳
2026-01-20 00:15:31 -05:00
Simon Cruanes
a954deb46d
refactor opentelemetry.trace to cleanly separate trace spans from OTEL spans
- trace spans: counter based, local, meant to be handles
- OTEL spans: 8B random blobs, meant to be used in a distributed context
2026-01-20 00:15:24 -05:00
Simon Cruanes
0d34f9de4d
feat trace: move to regular Otrace.span for extensions 2026-01-20 00:15:23 -05:00
Simon Cruanes
30175db1ed
feat trace: add set_span_status 2026-01-20 00:15:23 -05:00
Simon Cruanes
5804cd299b
feat trace: make it compile again, no TLS, no magic strings, pass exporter 2026-01-20 00:15:14 -05:00
Simon Cruanes
2170c16e7f
wip: trace 2026-01-20 00:15:11 -05:00
Simon Cruanes
f349c31368
update opentelemetry_trace just a bit 2026-01-20 00:15:10 -05:00
Simon Cruanes
9b5f3cd0c3
feat: adapt to trace 0.10 2025-04-17 10:04:16 -04:00
Simon Cruanes
21de8b1f4b
forgot to update tags 2025-03-19 09:06:57 -04:00
Simon Cruanes
3f41c7e450 feat otel.trace: extension points for links, record_exn, kind 2025-01-14 09:32:11 -05:00
Simon Cruanes
60a0b843e6
feat: update and fix opentelemetry.trace 2024-09-30 12:34:16 -04:00
Simon Cruanes
14b9f440d1 make otel-trace a bit more lightweight 2024-03-07 11:43:12 -05:00
Simon Cruanes
6ff9dc2480
hide internals from doc 2024-02-29 15:34:29 -05:00
Elliott Cable
6362bc55ef trace-collector: Use Trace_core instead of Trace for OCaml v5 2023-10-02 17:59:28 +00:00
Elliott Cable
1809075095 trace-collector: Support for floats, etc from trace 2023-09-20 02:30:53 +00:00
Elliott Cable
057a27abe9 (- fix) Use new TLS-module naming from ac.0.1.0 2023-09-20 02:13:15 +00:00
Elliott Cable
f9ea704399 docs: Add a note about well-known-id stability 2023-08-30 02:30:14 +00:00
Elliott Cable
9ecd73cb26 trace-collector: Add static names for well-known strings 2023-08-30 02:28:34 +00:00
Elliott Cable
a890876946 Document otrace.spankind identifier 2023-08-30 02:20:38 +00:00
Elliott Cable
925c962945 trace-collector: Documentation 2023-08-30 01:50:04 +00:00
Elliott Cable
2b3e3d733c trace-collector: Expose Internal module 2023-08-30 01:21:30 +00:00
Simon Cruanes
92dfa4c2f8
add opentelemetry.trace
optional interface with the trace library
2023-06-09 19:08:40 -04:00