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
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Sorry if this is the wrong place to report this. I might also be using this incorrectly I couldn't find much documentation on how to use this with opencensus agent/collector.
Trying to export the service name via a collector agent to either jaeger and honeycomb.
What did you expect to see?
The trace data does appear in both honeycomb and jeager but the serviceName doesn't seem to be passed through
I expect the service name to be api but instead, the service is listed as OpenCensus and in honeycomb, the serviceName doesn't even exist. Does this come from the collector (i.e opencensus-collector) or is it not being passed upstream
What did you see instead?
I expect the service's name to be api in both Jeager and Honeycomb.
Additional context
Sorry if this is a bug that belongs in the collector if so, i can move it over there once I know the cause is actually in the collector.
The text was updated successfully, but these errors were encountered:
Sorry if this is the wrong place to report this. I might also be using this incorrectly I couldn't find much documentation on how to use this with opencensus agent/collector.
What version of OpenCensus are you using?
Docker version omnition/opencensus-collector:0.1.9
What version of Node are you using?
v10.15.3
What did you do?
I am trying to get my node application to that is instrumented with open census via the proxy to multiple services.
api->collector->honeycomb
api->collector->jeager
Config for opencensus-collector
Trying to export the service name via a collector agent to either jaeger and honeycomb.
What did you expect to see?
The trace data does appear in both honeycomb and jeager but the serviceName doesn't seem to be passed through
I expect the service name to be
api
but instead, the service is listed asOpenCensus
and in honeycomb, the serviceName doesn't even exist. Does this come from the collector (i.e opencensus-collector) or is it not being passed upstreamWhat did you see instead?
I expect the service's name to be
api
in both Jeager and Honeycomb.Additional context
Sorry if this is a bug that belongs in the collector if so, i can move it over there once I know the cause is actually in the collector.
The text was updated successfully, but these errors were encountered: