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
I am deploying the collector to the kubernetes as a deamonset, but not able to receive the traces from the services and on service end we have this error: 2023/11/20 07:34:41 traces export: Post "http://localhost:30318/v1/traces": dial tcp 127.0.0.1:30318: connect: connection refused
Resolution: It was due to kubernetes port expose problem
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am deploying the collector to the kubernetes as a deamonset, but not able to receive the traces from the services and on service end we have this error:
2023/11/20 07:34:41 traces export: Post "http://localhost:30318/v1/traces": dial tcp 127.0.0.1:30318: connect: connection refused
Resolution: It was due to kubernetes port expose problem
Beta Was this translation helpful? Give feedback.
All reactions