[nop] Housekeeping

This commit is contained in:
Peter Taoussanis 2024-08-20 17:24:32 +02:00
parent c2ad207b18
commit 5b30acc897
2 changed files with 3 additions and 1 deletions

View file

@ -34,7 +34,6 @@
;;;; TODO ;;;; TODO
;; - Solution and docs for lib authors ;; - Solution and docs for lib authors
;; - Add handlers: Logstash, Carmine, Datadog, Kafka
;; - Update Tufte (signal API, config API, signal keys, etc.) ;; - Update Tufte (signal API, config API, signal keys, etc.)
;; - Update Timbre (signal API, config API, signal keys, backport improvements) ;; - Update Timbre (signal API, config API, signal keys, backport improvements)

View file

@ -24,6 +24,9 @@
;;;; TODO ;;;; TODO
;; - API for `remote-span-context`, trace state, span links? ;; - API for `remote-span-context`, trace state, span links?
;; - Ability to actually set (compatible) traceId, spanId? ;; - Ability to actually set (compatible) traceId, spanId?
;; - Consider actually establishing relevant OpenTelemetry Context when tracing?
;; Would allow a simpler OpenTelemetry handler, and allow low-level
;; manual/auto tracing *within* Telemere run forms.
;;;; Providers ;;;; Providers