Skip to content

Fix issue where the collector agent exporter endpoint used in operator auto-instrumentation was missing the proper IP address #1129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 26, 2024

Conversation

jvoravong
Copy link
Contributor

@jvoravong jvoravong commented Jan 24, 2024

Description:

  • This PR addresses an issue where the Collector Agent Exporter endpoint, utilized in the Operator configuration for .NET and Python auto-instrumentation, lacked the correct IP address assignment.
    • This flaw specifically impacted setups where trace data was exported to the Collector Agent without using the service (agent.service.enabled: false), which resulted in failed trace transmissions.
    • Trace data exported by other auto-instrumentation languages that are not .NET and Python were unaffected.
    • Trace data exported to the gateway and related service (agent.enabled: false and gateway.enabled: true) were unaffected.

Testing:

…r .Net and Python auto-instrumentation was missing the proper IP address
@jvoravong jvoravong requested review from a team as code owners January 24, 2024 18:41
@jvoravong jvoravong merged commit 684b6ae into main Jan 26, 2024
@jvoravong jvoravong deleted the otl-dotnet-fix branch January 26, 2024 15:51
@github-actions github-actions bot locked and limited conversation to collaborators Jan 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants