hypertrace / javaagent

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

🐛 Fix incorrect metrics endpoint #361

Closed ryandens closed 2 years ago

ryandens commented 2 years ago

Description

Fixes bug where if a non-default reporting endpoint is supplied via YAML, the metric endpoint is still set to the default value. We had somewhat accounted for this, but only if the trace reporting type was OTLP.

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.

n/a