-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add tracing tags for headers and query parameters to GTFS API #6712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tracing tags for headers and query parameters to GTFS API #6712
Conversation
In tomorrows dev meeting we should discuss if the header and query parameter tags should come from the same config field or be separate. |
…into add-tracing-tags-to-gtfs-api
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #6712 +/- ##
=============================================
- Coverage 71.78% 71.77% -0.02%
- Complexity 19061 19065 +4
=============================================
Files 2064 2066 +2
Lines 77679 77713 +34
Branches 7919 7921 +2
=============================================
+ Hits 55759 55775 +16
- Misses 19099 19119 +20
+ Partials 2821 2819 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
This PR adds the ability to configure tracing tags for headers and query parameters in the GTFS API. This is enabled with a router config field.
Issue
N/A
Unit tests
Small changes to existing unit tests
Documentation
Javadoc and other documentation added