Skip to content

Commit

Permalink
Update README.md, fix receiver OTLP instead of bad naming OLTP in the… (
Browse files Browse the repository at this point in the history
#28637)

Fixed a typo in README.md, in the example:

**Before:**
traces/in:
      receivers: [_**oltp**_]
      exporters: [routing]

**After:**
traces/in:
      receivers: [_**otlp**_]
      exporters: [routing]
  • Loading branch information
jpizquierdo authored Oct 26, 2023
1 parent 2816252 commit 1750159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/routingconnector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ connectors:
service:
pipelines:
traces/in:
receivers: [oltp]
receivers: [otlp]
exporters: [routing]
traces/jaeger:
receivers: [routing]
Expand Down

0 comments on commit 1750159

Please sign in to comment.