Skip to content

Commit ccd6c7d

Browse files
authored
[chore] update references to otlp and otlphttp exporters (#1364)
Part of open-telemetry/opentelemetry-collector#14429 and open-telemetry/opentelemetry-collector#14430 Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
1 parent 0896fb8 commit ccd6c7d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/docker-tests/default-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ receivers:
66
endpoint: 0.0.0.0:4317
77

88
exporters:
9-
otlphttp:
9+
otlp_http:
1010
endpoint: "http://0.0.0.0:4317"
1111

1212
service:
1313
pipelines:
1414
metrics:
1515
receivers: [otlp]
1616
processors: []
17-
exporters: [otlphttp]
17+
exporters: [otlp_http]

tests/docker-tests/ebpf-profiler-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ receivers:
33
samples_per_second: 19
44

55
exporters:
6-
otlphttp:
6+
otlp_http:
77
endpoint: "http://0.0.0.0:4317"
88

99
service:
1010
pipelines:
1111
profiles:
1212
receivers: [profiling]
1313
processors: []
14-
exporters: [otlphttp]
14+
exporters: [otlp_http]

tests/golden/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ receivers:
1010
exporters:
1111
debug:
1212
verbosity: detailed
13-
otlp:
13+
otlp_grpc:
1414
endpoint: http://golden:4317
1515
tls:
1616
insecure: true
@@ -24,4 +24,4 @@ service:
2424
receivers:
2525
- prometheus
2626
exporters:
27-
- otlp
27+
- otlp_grpc

0 commit comments

Comments
 (0)