hypertrace / javaagent

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

🐛 Fix spring boot smoke test taking a long time, set more sensible default for OPA endpoint #343

Closed ryandens closed 3 years ago

ryandens commented 3 years ago

Description

The spring boot smoke test was sometimes timing out and the pipeline would run for a long time. We want to fail fast and loudly.

In addition, sets the OPA reporting addres to be http://localhost:8181 rather than opa.traceable.ai

Testing

Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.

Checklist:

Documentation

Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.