File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ fix(opamp): Update OpAmp default endpoint to a new one that supports redirection
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ extensions:
28
28
# # ref: https://github.com/SumoLogic/sumologic-otel-collector/tree/main/pkg/extension/opampextension
29
29
opamp :
30
30
remote_configuration_directory : /etc/otelcol-sumo/opamp.d
31
- endpoint : wss://opamp-events .sumologic.com/v1/opamp
31
+ endpoint : wss://opamp-collectors .sumologic.com/v1/opamp
32
32
33
33
receivers :
34
34
# # Configuration for OTLP Receiver
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import (
44
44
"github.com/open-telemetry/opentelemetry-collector-contrib/extension/sumologicextension"
45
45
)
46
46
47
- const DefaultSumoLogicOpAmpURL = "wss://opamp-events .sumologic.com/v1/opamp"
47
+ const DefaultSumoLogicOpAmpURL = "wss://opamp-collectors .sumologic.com/v1/opamp"
48
48
49
49
type opampAgent struct {
50
50
cfg * Config
Original file line number Diff line number Diff line change 8
8
)
9
9
10
10
const (
11
- DefaultSumoLogicOpampEndpoint = "wss://opamp-events .sumologic.com/v1/opamp"
11
+ DefaultSumoLogicOpampEndpoint = "wss://opamp-collectors .sumologic.com/v1/opamp"
12
12
DefaultConfigurationDirectory = "/etc/otelcol-sumo"
13
13
DefaultRemoteConfigurationDirectory = "opamp.d"
14
14
)
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ extensions:
87
87
health_check:
88
88
endpoint: localhost:13133
89
89
opamp:
90
- endpoint: wss://opamp-events .sumologic.com/v1/opamp
90
+ endpoint: wss://opamp-collectors .sumologic.com/v1/opamp
91
91
remote_configuration_directory: /etc/otelcol-sumo/opamp.d
92
92
sumologic:
93
93
collector_credentials_directory: /var/lib/otelcol-sumo/credentials
You can’t perform that action at this time.
0 commit comments