-
Notifications
You must be signed in to change notification settings - Fork 76
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
Tracing Envoy with consul-envoy:v1.11.2-v1.20.1 #62
Comments
Hey @mlindes, let me look into this that example is quite old there but the tracing should work with later envoy versions. As you correctly state it will be a case of updating to change the deprecated v2 syntax. Might take me a couple of days before I get to this but will definitely have this updated by the weekend. |
Hey @mlindes, let me look into this that example is quite old there but the tracing should work with later envoy versions. As you correctly state it will be a case of updating to change the deprecated v2 syntax. Might take me a couple of days before I get to this but will definitely have this updated by the weekend. |
Hey @nicholasjackson - just some followup.... |
@mlindes I am really sorry for the late reply, my Github notifications are a mess. Are you using Consul ECS? https://www.consul.io/docs/ecs If so you can pass that config using the Proxy Defaults configuration entry. https://www.consul.io/docs/connect/config-entries/proxy-defaults If you are manually starting the Envoy proxy using the Note: You need to set the |
Sorry for such a slow turnaround on my side.
But we solved the problem. The main issue is that services registered need to be registered in consul as |
The Datadog example config does not work with the xDS v3 syntax used in later versions like consul-envoy:v1.11.2-v1.20.1
I've managed to sort out some syntax to capture traces, but I'm still not able to see the Envoy spans. Not sure where I'm going wrong. I'd love to see a working example of this
For the tracing json, I'm using:
This allows traces to be captured from the services, but not envoy.
The text was updated successfully, but these errors were encountered: