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
While trying to setup Opentelemetry support for my app (by following the example project) I was facing the following bugs:
The timing seems off (see 18922d 10h) π
Some spans don't use the configured serviceName (e.g. here should be temporal-app instead of OTLPResourceNoServiceName )
Non-app/SDK-internal traces should be disabled/hidden by default
Child workflows are not connected to root workflows (i.e. the child workflow span workflow.execute should be a child span of the root workflow.schedule)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
While trying to setup Opentelemetry support for my app (by following the example project) I was facing the following bugs:
18922d 10h
) πserviceName
(e.g. here should betemporal-app
instead ofOTLPResourceNoServiceName
)workflow.execute
should be a child span of the rootworkflow.schedule
)The text was updated successfully, but these errors were encountered: