krakend / krakend-otel

KrakenD component for OpenTelemetry
Apache License 2.0
9 stars 10 forks source link

Global layer skip paths #19

Closed dhontecillas closed 5 months ago

dhontecillas commented 5 months ago

Fixes #9 The SkipPaths are checked "verbatim" at the global http layer too, meaning, that no params are replaced or pattern matched before comparison. Added a script to check that 404 does not happen anymore for skip_paths and that other 404 are reported as expected.