-
Notifications
You must be signed in to change notification settings - Fork 352
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
API usage monitoring filter improvements #950
API usage monitoring filter improvements #950
Conversation
ff95655
to
12d8135
Compare
…hs (instead of <unknown>) (zalando#949) Signed-off-by: Maxim Tschumak <maxim.tschumak@gmail.com>
…lid config (zalando#949) Signed-off-by: Maxim Tschumak <maxim.tschumak@gmail.com>
…alando#949) Signed-off-by: Maxim Tschumak <maxim.tschumak@gmail.com>
12d8135
to
a5442b7
Compare
…t pattern on filter level (incompatible interface change) (zalando#949) Signed-off-by: Maxim Tschumak <maxim.tschumak@gmail.com>
a5442b7
to
eb5ea86
Compare
cc7cc67
to
f5517f6
Compare
…alando#949) Signed-off-by: Maxim Tschumak <maxim.tschumak@gmail.com>
f5517f6
to
df0657e
Compare
…ando#949) Signed-off-by: Maxim Tschumak <maxim.tschumak@gmail.com>
0eb18b9
to
d3c7c48
Compare
👍 |
o.ApiUsageMonitoringRealmKey, | ||
o.ApiUsageMonitoringClientIdKeyName, | ||
o.ApiUsageMonitoringDefaultClientTrackingPattern, | ||
o.ApiUsageMonitoringRealmKeys, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on the long term we should try to avoid compatibility breaking changes, but I see how this change makes this feature more usable 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree! (that's why we haven't officially released the api-usage-monitoring filter within Z)
👍 |
Thanks for the PR! |
* `-lb-healthcheck-interval` (zalando/skipper#2906) * `-api-usage-monitoring-default-client-tracking-pattern` (zalando/skipper#950 and zalando/skipper#1029) Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
Closes #949