zalando / skipper

An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
https://opensource.zalando.com/skipper/
Other
3.09k stars 350 forks source link

routing: add debug logs #3111

Closed MustafaSaber closed 3 months ago

MustafaSaber commented 3 months ago

Add logs in DEBUG level so we can later debug route table updates.

szuecs commented 3 months ago

:+1:

RomanZavodskikh commented 3 months ago

:+1:

AlexanderYastrebov commented 3 months ago

Alternatively we can create a correlation value for two existing messages "route settings applied" and "route settings received" to observe the delay.

https://github.com/zalando/skipper/pull/3112

AlexanderYastrebov commented 3 months ago

Closing in favour of https://github.com/zalando/skipper/pull/3112