-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
An exception occurs (tracing: skywalking-receiver to zipkin-exporter ) #9786
Comments
thx, I will check it soon or later. |
|
@forest003 This is caused by skywalking traceid convert to otlp trace id bug. with #11562 fixed. You can try it again. As latest result as follows:
receivers:
skywalking:
protocols:
grpc:
endpoint: 0.0.0.0:11800
http:
endpoint: 0.0.0.0:12800
skywalking/customname:
protocols:
http:
endpoint: 0.0.0.0:12801
exporters:
jaeger:
endpoint: localhost:14250
tls:
insecure: true
zipkin:
endpoint: "http://localhost:9411/api/v2/spans"
processors:
batch: {}
service:
pipelines:
traces:
receivers: [skywalking]
processors: [batch]
exporters: [jaeger,zipkin]
|
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Describe the bug
I want to convert skywalking format of tracing to zipkin format, but something is wrong.
What did you expect to see?
I want to convert skywalking format of tracing to zipkin format.
What did you see instead?
2022-05-07T10:17:51.697+0800 error exporterhelper/queued_retry.go:183 Exporting failed. The error is not retryable. Dropping data. {"kind": "exporter", "name": "zipkin", "error": "Permanent error: failed to push trace data via Zipkin exporter: SpanID is invalid", "dropped_items": 1}
What version did you use?
Version: 0.50.0
What config did you use?
Config:
extensions:
health_check:
pprof:
endpoint: 0.0.0.0:1777
zpages:
endpoint: 0.0.0.0:55679
receivers:
otlp:
protocols:
grpc:
http:
opencensus:
Collect own metrics
prometheus:
config:
scrape_configs:
- job_name: 'otel-collector'
scrape_interval: 10s
static_configs:
- targets: ['0.0.0.0:8888']
jaeger:
protocols:
grpc:
thrift_binary:
thrift_compact:
thrift_http:
zipkin:
skywalking:
protocols:
grpc:
endpoint: 0.0.0.0:11800
http:
endpoint: 0.0.0.0:12800
processors:
batch:
exporters:
logging:
logLevel: debug
zipkin:
endpoint: "http://host:9411/api/v2/spans"
compression: gzip
tls:
insecure: true
otlp:
endpoint: host:4317
tls:
insecure: true
service:
pipelines:
Environment
OS: Linux version 3.10.0-862.14.4.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC) ) #1 SMP Wed Sep 26 15:12:11 UTC 2018
The text was updated successfully, but these errors were encountered: