Skip to content

observability: augment TraceLogger to support tagging alongside logging

Warren Gifford requested to merge nsc/observation-trace-tag into main

Created by: Strum355

To help the proliferation of The One Package, this PR augments observation.TraceLogger to allow adding tags to spans as opposed to only logs. For x/net/trace.Trace, it will still add logs as thats all it supports, but for opentracing.Span, it will add tags.

image

Merge request reports

Loading