You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The traces were not being set to the Otel collector for the time trigger actions.
To Reproduce
Set up time trigger and http trigger app.
configure OTLP_ENDPOINT env variable and the time trigger will not send any traces but http trigger will.
Expected behavior
Both should send traces. The root span for the time trigger should be each time that the trigger was executed.
Actual behavior
Only http trigger requests create a root span.
Environment:
OS
Architecture
Build Version
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The traces were not being set to the Otel collector for the time trigger actions.
To Reproduce
Set up time trigger and http trigger app.
configure OTLP_ENDPOINT env variable and the time trigger will not send any traces but http trigger will.
Expected behavior
Both should send traces. The root span for the time trigger should be each time that the trigger was executed.
Actual behavior
Only http trigger requests create a root span.
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: