Skip to content

Commit

Permalink
Change telemetry report from agent_url to trace_agent_url
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoffl01 committed Sep 17, 2024
1 parent f051455 commit 9c829ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/tracer/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func startTelemetry(c *config) {
{Name: "universal_version", Value: c.universalVersion},
{Name: "env", Value: c.env},
{Name: "version", Value: c.version},
{Name: "agent_url", Value: c.agentURL.String()},
{Name: "trace_agent_url", Value: c.agentURL.String()},
{Name: "agent_hostname", Value: c.hostname},
{Name: "runtime_metrics_enabled", Value: c.runtimeMetrics},
{Name: "dogstatsd_addr", Value: c.dogstatsdAddr},
Expand Down

0 comments on commit 9c829ae

Please sign in to comment.