Skip to content

Commit

Permalink
Nits: Collect config fix in examples (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Oct 7, 2024
1 parent 6aad3db commit 80771d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
os: [windows-latest, ubuntu-latest]
rust: [1.65.0, 1.71.1]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
- uses: actions/checkout@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318

exporters:
debug:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318

exporters:
file:
Expand Down

0 comments on commit 80771d3

Please sign in to comment.