-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 otlp exporter to be in sync with changes on opentelemetry-colletor v0.14.0 #1342
Comments
I opened the issue here because I'm following the examples folder from this repo and it didn't work for me, if you think this belongs to https://github.com/open-telemetry/opentelemetry-collector I can close it here and reopen there. Any thoughts? |
I'm not sure yet whether this is an issue with the collector or the exporter, but the issue does not exist using |
I am using |
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 6d24b44..e7eafee 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -11,7 +11,7 @@ services:
- LOG_LEVEL=debug
otel-collector:
- image: otel/opentelemetry-collector:latest
+ image: otel/opentelemetry-collector:0.13.0
container_name: otel-collector
command: ["--config=/conf/otel-collector-config.yaml", "--log-level=DEBUG"]
volumes: I think we have some known issues in this project relating to updated OTLP protocol versions, so it is possible we're not doing the right thing in the exporter, but it's also possible something in the |
Yes you are right, here is the difference on otel-collector receiving the span: Looking into these PRs opentelemetry-collector#2031 and opentelemetry-proto#224 looks like we need to update proto version to v0.6 and send |
The Go SDK has already been updated to use the |
I confirm that the 0.14.0 release solved this issue, therefore I'm closing this. |
Description
It's my first issue on opentelemetry org, I appreciate any feedback and I'm glad to add more details. I would like to run my app with opentelemetry collector sending spans to Jaeger (instead of directly running jaeger collector) to be platform agnostic and potentially change it to Google Cloud Tracing later on.
Issue
All spans are being sent with error tag when using otel-collector with jaeger exporter. otel-collector logs:
Expected behaviour
No errors being showed on Jaeger UI which is what I get using jaeger collector:
Steps to reproduce
https://github.com/neemiasjnr/otel-playground
oltp-exporter-app
trace on http://localhost:16686/jaeger-exporter-app
trace on http://localhost:16686/The text was updated successfully, but these errors were encountered: