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

fix(opamp): update default opamp endpoint #1709

Merged
merged 3 commits into from
Nov 22, 2024
Merged

Conversation

fguimond
Copy link
Contributor

The OpAmp endpoint with redirection has been moved to a different URL. Updating it.

The OpAmp endpoint with redirection has been moved to a different URL. Updating it.
@fguimond fguimond requested a review from a team as a code owner November 22, 2024 14:58
@@ -8,7 +8,7 @@ import (
)

const (
DefaultSumoLogicOpampEndpoint = "wss://opamp-events.sumologic.com/v1/opamp"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should it be changed in the opamp_agent.go file? found the endpoint in that file also.

const DefaultSumoLogicOpAmpURL = "wss://opamp-events.sumologic.com/v1/opamp"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, updated.

forgot two locations where the endpoint was used.
@fguimond fguimond requested a review from a team as a code owner November 22, 2024 19:20
@fguimond fguimond merged commit 0036d0f into main Nov 22, 2024
42 checks passed
@fguimond fguimond deleted the update-opamp-endpoint branch November 22, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants