Skip to content

Commit

Permalink
Fixed glob pattern of includes to accept all operation names regardle…
Browse files Browse the repository at this point in the history
…ss of any slashes.

Signed-off-by: Juergen Fickel <juergen.fickel@bosch.io>
  • Loading branch information
Juergen Fickel committed Oct 28, 2022
1 parent 0f6ba95 commit 3c09dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/service/src/main/resources/gateway.conf
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ ditto {

tracing {
filter: {
includes = ["*"],
includes = ["**"],
excludes = ["GET /ws/2"]
}
}
Expand Down

0 comments on commit 3c09dfa

Please sign in to comment.