Skip to content

Commit

Permalink
fix(opamp): update default opamp endpoint
Browse files Browse the repository at this point in the history
The OpAmp endpoint with redirection has been moved to a different URL. Updating it.
  • Loading branch information
fguimond committed Nov 22, 2024
1 parent 74a9060 commit e3f8b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/tools/otelcol-config/remote_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

const (
DefaultSumoLogicOpampEndpoint = "wss://opamp-events.sumologic.com/v1/opamp"
DefaultSumoLogicOpampEndpoint = "wss://opamp-collectors.sumologic.com/v1/opamp"
DefaultConfigurationDirectory = "/etc/otelcol-sumo"
DefaultRemoteConfigurationDirectory = "opamp.d"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/tools/otelcol-config/remote_control_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ extensions:
health_check:
endpoint: localhost:13133
opamp:
endpoint: wss://opamp-events.sumologic.com/v1/opamp
endpoint: wss://opamp-collectors.sumologic.com/v1/opamp
remote_configuration_directory: /etc/otelcol-sumo/opamp.d
sumologic:
collector_credentials_directory: /var/lib/otelcol-sumo/credentials
Expand Down

0 comments on commit e3f8b5e

Please sign in to comment.