plengauer / opentelemetry-bash

Apache License 2.0
60 stars 4 forks source link

Renovate in GitHub actions misses a span #792

Open plengauer opened 2 hours ago

plengauer commented 2 hours ago

spans in de node process in the docker container are root because the parent span id is missing. is node not flushing properly?

plengauer commented 2 hours ago

run span is missing, classic incorrect async flushing on process end.

use renovate instrumentation to degrade BatchSpanProcessor just like for other instrumetnations.