-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v10] Fix tracing exporter endpoints (#14109)
* Fix tracing exporter endpoints Ensure that the endpoint provided to the trace clients are correct even if the configuration doesn't include the scheme. Prior to this the endpoint always attempted to remove the scheme prefix, even when one wasn't provided. Doing so led to the hostname to be altered which caused some unknown host issues. This also removes the process and process owner detector from the tracing resource. Running within a container might not have a username mapped to the uid which was preventing tracing from being initialized.
- Loading branch information
1 parent
ad63528
commit 8f477d4
Showing
2 changed files
with
63 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters