You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agent /info endpoint returns data in a way that is slightly different than the trace library decodes it. Specifically, the statsd port in located in a nested config object.
Version of dd-trace-go
v1.48.0
Describe what happened:
When loading data from the /info endpoint, the statsd port is not retrieved correctly
Describe what you expected:
The statsd port should be correctly retrieved
Steps to reproduce the issue:
Create an instance of a tracer with an agent with a non-default statsd port, notice that the statsd port is not configured correctly in the tracer logs.
The agent
/info
endpoint returns data in a way that is slightly different than the trace library decodes it. Specifically, the statsd port in located in a nestedconfig
object.Version of dd-trace-go
v1.48.0
Describe what happened:
When loading data from the
/info
endpoint, the statsd port is not retrieved correctlyDescribe what you expected:
The statsd port should be correctly retrieved
Steps to reproduce the issue:
Create an instance of a tracer with an agent with a non-default statsd port, notice that the statsd port is not configured correctly in the tracer logs.
Additional environment details (Version of Go, Operating System, etc.):
go 1.20
centos
The text was updated successfully, but these errors were encountered: