Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no more spans sent with 1.6.1 #2768

Closed
vincentserpoul opened this issue Apr 6, 2022 · 5 comments
Closed

no more spans sent with 1.6.1 #2768

vincentserpoul opened this issue Apr 6, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@vincentserpoul
Copy link

vincentserpoul commented Apr 6, 2022

Description

I realized a few days ago my spans were not sent anymore, I thought there was an error on my side, tried to tune things for a few days, to no avail.

Environment

  • OS: linux
  • Architecture: x86
  • Go Version: 1.16, 1.18
  • opentelemetry-go version: v1.6.1
  • collector: opentelemetry collector installed via the helm chart (0.46)

Steps To Reproduce

I decided to go back to basics

  1. Clone the opentelemetry-go repo main branch
  2. cd to the example lying in the repo.
  3. go mod tidy, go run main.go > spans are sent
  4. remove all the replace in go.mod, go mod tidy, go run main.go > spans are not sent anymore
  5. re-add the replace of the main oltptrace in go.mod
replace go.opentelemetry.io/otel/exporters/otlp/otlptrace => ../../exporters/otlp/otlptrace

spans are sent.

Expected behavior

importing the otlptrace@v1.6.1 doesn't seem to work properly.

@alexrudd
Copy link

alexrudd commented Apr 6, 2022

Think I've also just hit this. Reverted to 1.5 and everything is working again.

@Aneurysm9
Copy link
Member

Can you provide information about what collector and OTLP proto version you are using? Please also see #2769 (comment) for some details about changes to the OTLP protocol and how they're (supposed to be) handled by this exporter and the collector.

@Aneurysm9
Copy link
Member

We have released v1.6.2 which should mitigate issues that can arise with the use of the OTLP proto v0.15.0 and any prior SDK release. Can you please verify that your data flow is as expected with v1.6.2?

@vincentserpoul
Copy link
Author

it is now flowing, thank you for the very short reaction time!

@enosi-rl
Copy link

enosi-rl commented Apr 7, 2022

I hit the same problem yesterday and spent too much time debugging the AWS side (tracing is in lambda's) before seeing the new release and landing on this issue.

v1.6.1 and the 0.48 release of the collector produced no spans with silent failure.

Thanks for the quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants