hypertrace / javaagent

Hypertrace OpenTelemetry Java agent with payload/body and headers data capture.
Apache License 2.0
30 stars 15 forks source link

Add spring boot smoke-test app and image build #329

Closed pavolloffay closed 3 years ago

pavolloffay commented 3 years ago

Add spring boot smoke-test app and image build.

The code is almost copy paste from https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/smoke-tests/springboot with added /echo endpoint.

Now we are using OTEL upstream SB image. This limits us bc the app does not have an endpoint to test payload capture (either request or response).

For instance I would like to test https://github.com/hypertrace/javaagent/issues/288 in our smoke-tests.