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
When "full traces" is selected the rootName and name attributes should always be the same. Similarly the rootServiceName and resource.service.name should always be the same. This is because when "Full Traces" is selected we are using a filter to always select the root span.
My .02: Drop "rootName" and "rootServiceName" as I think the others are more clear in this situation. Note that we are looking to change these strings so the code should handle both the old and new values.
@mdisibio, Do you think there's any good way to just not scan/return this data tempo side? or should we just filter them app side?
The text was updated successfully, but these errors were encountered:
When "full traces" is selected the
rootName
andname
attributes should always be the same. Similarly therootServiceName
andresource.service.name
should always be the same. This is because when "Full Traces" is selected we are using a filter to always select the root span.My .02: Drop "rootName" and "rootServiceName" as I think the others are more clear in this situation. Note that we are looking to change these strings so the code should handle both the old and new values.
@mdisibio, Do you think there's any good way to just not scan/return this data tempo side? or should we just filter them app side?
The text was updated successfully, but these errors were encountered: