Skip to content

Commit

Permalink
[metrics-relay] Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Dec 11, 2023
1 parent 0412c92 commit a1a74a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/src/main/minisite/content/metrics-relay.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ foo2 1235'

[source,bash]
----
curl http://localhost:8080/relay?id=test
curl http://localhost:8080/relay
----

You can set the query param `ignoreDrop` to `true` (default is `false`) to disable the drop policy define on the entry:

[source,bash]
----
curl http://localhost:8080/relay?id=test&ignoreDrop=true
curl http://localhost:8080/relay?ignoreDrop=true
----

0 comments on commit a1a74a5

Please sign in to comment.