Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VenuEmmadi committed Jan 16, 2025
1 parent 09d4c88 commit f7b9cdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions receiver/httpcheckreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ receivers:
- "https://opentelemetry.io"
- method: "GET"
endpoints:
- "http://localhost:8080/hello"
- "http://localhost:8080/hello"
- "http://localhost:8080/hello1"
- "http://localhost:8080/hello2"
headers:
Authorization: "Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJqYXZhaW51c2UiLCJleHAiOjE3MzcwMzMzMTcsImlhdCI6MTczNzAxNTMxN30.qNb_hckvlqfWmnnaw2xP9ie2AKGO6ljzGxcMotoFZg3CwcYSTGu7VE6ERsvX_nHlcZOYZHgPc7_9WSBlCZ9M_w"
Authorization: "Bearer <your_bearer_token>"
- method: "GET"
endpoint: "http://localhost:8080/hello"
headers:
Authorization: "Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJqYXZhaW51c2UiLCJleHAiOjE3MzcwMzMzMTcsImlhdCI6MTczNzAxNTMxN30.qNb_hckvlqfWmnnaw2xP9ie2AKGO6ljzGxcMotoFZg3CwcYSTGu7VE6ERsvX_nHlcZOYZHgPc7_9WSBlCZ9M_w"
Authorization: "Bearer <your_bearer_token>"
processors:
batch:
send_batch_max_size: 1000
Expand Down

0 comments on commit f7b9cdc

Please sign in to comment.