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'm having the impression that this should be working ?
We used to have this working with datadog APM, but we are trying alternatives
My setup is a tomcat server with a grails application java 1.8, along with the zipkin agent configured.
My otel configuration can be found below.
The issue is that I can see all the traces using the logging exporter, but that nothing can be found in xray. No logs, nor traces.
Specifically because of the "no logs" part, I don't know where to start investigating. I'm currently trying with zipkin, but maybe I should be trying the same with jaeger.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm having the impression that this should be working ?
We used to have this working with datadog APM, but we are trying alternatives
My setup is a tomcat server with a grails application java 1.8, along with the zipkin agent configured.
My otel configuration can be found below.
The issue is that I can see all the traces using the logging exporter, but that nothing can be found in xray. No logs, nor traces.
Specifically because of the "no logs" part, I don't know where to start investigating. I'm currently trying with zipkin, but maybe I should be trying the same with jaeger.
Thanks for the ideas =)
receivers:
otlp:
protocols:
grpc:
http:
zipkin:
processors:
batch:
exporters:
logging:
loglevel: debug
awsxray:
region: ca-central-1
telemetry:
enabled: true
awsemf:
region: ca-central-1
dimension_rollup_option: "NoDimensionRollup"
service:
pipelines:
traces:
receivers:
- otlp
- zipkin
processors:
- batch
exporters:
- awsxray
- logging
metrics:
receivers:
- otlp
processors:
- batch
exporters:
- awsemf
- logging
Beta Was this translation helpful? Give feedback.
All reactions