-
Notifications
You must be signed in to change notification settings - Fork 656
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
Update from 0.16b1 to 0.17b0 stopped to export spans #1577
Comments
@mat-rumian Please add |
@codeboten @lzchen @owais |
@ankitnayan are you sure? Can you share a reproducible example? I have the fork of the original issue working with suggested change. |
@lonewolf3739 I got it working for -e jaeger but OTLP doesn't seem to send data
The above command should work, right? if the endpoint is returning some error then it should show an error...The below command works fine.
I hope 55681 is the port for OTLP HTTP endpoint |
I went through the docs and code. It is difficult to understand how to make OTLP HTTP calls? Is the default GRPC call? How can I set whether to choose OTLP HTTP vs OTLP GRPC? |
@codeboten |
The OTLP exporter only supports gRPC as of now and you should pass the endpoint without scheme in it.
No, it has been updated to 4317 to be consistent with collector guidelines recently. Here is the changelog for the release. |
@lonewolf3739 thanks a lot for a tip with installation of |
I have a half knowledge about it and didn't follow the development around this. I believe @codeboten would be the right person to answer this. |
@ankitnayan the issue to support OTLP exporter over HTTP with protobuf is here and with JSON here @mat-rumian the purpose of the |
The documentation around distros could use some serious improvements though :D |
@mat-rumian I believe your questions are answered. You may want to close this issue as the issue is resolved. I have a some questions around the defaults and current behaviour for which I want to have another separate follow up issue/discussion. |
Follow-up discussion here #1606 |
Describe your environment
After update from release
0.16b1
to0.17b0
exporting the spans stopped to work in my demo application - simple Flask HTTP servers with some requests.Steps to reproduce
Clone the test application: https://github.com/SumoLogic/the-coffee-bar
How to run:
Spans should be present in the
otelcol
console and they are available also underhttp://localhost:16686
- look for services calledthe-coffee-*
- they come from Python apps.What is the expected behavior?
Exported spans.
What is the actual behavior?
Focus on the apps/containers with prefix
the-coffee-*
. Other apps are implemented in different languages.TraceId
andSpanId
are injected in the logs so I can see that application is instrumented but spans are not exported via exportersOTLP, Jaeger, Zipkin
Additional context
Used packages:
The text was updated successfully, but these errors were encountered: