dd-opentracing-cpp
dd-opentracing-cpp copied to clipboard
Add examples for envoy v1.15 and v1.16
Other minor changes
- bump version numbers for older containers
- add version to service name
I was looking at this PR.
Checked out the branch, and ran ./check_envoy_configs.sh in examples/envoy-tracing/. It hanged after the following error:
Creating envoy-tracing_dd-agent_1 ... done
Creating envoy-tracing_envoy-v1.13_1 ... done
Creating envoy-tracing_envoy-v1.14_1 ... done
Creating envoy-tracing_envoy-v1.11_1 ... done
Creating envoy-tracing_envoy-v1.15_1 ... done
Creating envoy-tracing_envoy-ed6a1b8_1 ... done
Creating envoy-tracing_envoy-v1.12_1 ... done
Creating envoy-tracing_envoy-v1.16_1 ... done
curl: (28) Failed to connect to 172.20.0.9 port 80: Connection timed out
The script could be improved by adding a call to docker-compose down in a trap handler.
Is this PR needed anymore?