Problem:
We were seeing each log event appear twice in traces.
- One entry had our expected custom properties, and
- a second entry appeared at nearly the same timestamp without those properties.
Root cause:
Two telemetry pipelines were active at the same time.
PR #749 attempts to address this, but the trace duplication remains.
Problem:
We were seeing each log event appear twice in traces.
Root cause:
Two telemetry pipelines were active at the same time.
PR #749 attempts to address this, but the trace duplication remains.