You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our kafka entities (e.g. consumer group names) contain unsafe symbols,
such as forward slash and colon. This change forces Burrow (httprouter)
to use encoded paths in URLs (Burrow plugin for Telegraf has always used
PathEscape from "net/url" to form Burrow URLs). With raw path support,
we do not loose metrics for groups with unsafe symbols in name.
Original pull request to support raw path in httprouter:
julienschmidt/httprouter#209, waiting for merge
since 2017. Looks like httprouter was abandoned around 2019.
The author switched to their own fork:
gravitational/teleport#12109. Let's do the same.
0 commit comments