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
Default span naming in the go exporter is Span.<kind>.<name>. According to @aabmass, it is just <name> for python and for javascript. Since the opentelemetry collector is written in golang, this means a python application's span naming will change if it sends to a collector vs if it sends directly to stackdriver.
The text was updated successfully, but these errors were encountered:
Default span naming in the go exporter is
Span.<kind>.<name>
. According to @aabmass, it is just<name>
for python and for javascript. Since the opentelemetry collector is written in golang, this means a python application's span naming will change if it sends to a collector vs if it sends directly to stackdriver.The text was updated successfully, but these errors were encountered: