Skip to content

Commit

Permalink
Document /tracer_flare/v1 endpoint in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculls committed Nov 6, 2023
1 parent a48d523 commit 2d0ff5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,12 @@ curl -X GET 'http://0.0.0.0:8126/test/integrations/tested_versions'

Mimics the pipeline_stats endpoint of the agent, but always returns OK, and logs a line everytime it's called.

### /tracer_flare/v1

Mimics the tracer_flare endpoint of the agent. Returns OK if the flare contains the required form fields, otherwise `400`.

Logs a line everytime it's called and stores the tracer flare details in the request under `"_tracer_flare"`.

## Development

### Prerequisites
Expand Down

0 comments on commit 2d0ff5c

Please sign in to comment.