Skip to content

Commit 80771d3

Browse files
authored
Nits: Collect config fix in examples (#2180)
1 parent 6aad3db commit 80771d3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
os: [windows-latest, ubuntu-latest]
107107
rust: [1.65.0, 1.71.1]
108108
runs-on: ${{ matrix.os }}
109+
continue-on-error: true
109110
steps:
110111
- uses: actions/checkout@v4
111112
with:

opentelemetry-otlp/examples/basic-otlp/otel-collector-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ receivers:
88
otlp:
99
protocols:
1010
grpc:
11+
endpoint: 0.0.0.0:4317
1112
http:
13+
endpoint: 0.0.0.0:4318
1214

1315
exporters:
1416
debug:

opentelemetry-otlp/tests/integration_test/otel-collector-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ receivers:
22
otlp:
33
protocols:
44
grpc:
5+
endpoint: 0.0.0.0:4317
56
http:
7+
endpoint: 0.0.0.0:4318
68

79
exporters:
810
file:

0 commit comments

Comments
 (0)