Skip to content
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

update agent exporter to always use 0.4 endpoint by default #1107

Merged
merged 1 commit into from
Oct 7, 2020

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented Oct 6, 2020

What does this PR do?

Update agent exporter to always use 0.4 endpoint by default.

Motivation

The current logic to detect the agent protocol version at the tracer initialization can cause the tracer to stop reporting traces completely if the version of the agent changes at runtime. It also relies on failures to detect the protocol version and is unable to determine the version without trying all of them in sequence. This is made even worse with load-balanced agents on a separate cluster which may use multiple versions at the same time.

We will revisit detecting this automatically when we have a better design, and in the meantime the version will need to be updated manually as needed on a case by case basis.

@rochdev rochdev added bug Something isn't working enhancement New feature or request breaking-change core labels Oct 6, 2020
@rochdev rochdev added this to the 0.27.0 milestone Oct 6, 2020
@rochdev rochdev requested a review from a team as a code owner October 6, 2020 19:51
@rochdev rochdev merged commit 5208089 into master Oct 7, 2020
@rochdev rochdev deleted the protocol-version-fixed-default branch October 7, 2020 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change bug Something isn't working core enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants