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
This however doesn't affect the path in service monitor which now becomes /pyrra/metrics and I have to vendor servicemonitor.yaml template.
A new value to control route prefix used in service monitor template and api args (and maybe more places that I didn't discover yet) would be helpful. Maybe .Values.routePrefix for a name?
The text was updated successfully, but these errors were encountered:
Another option might be extending serviceMonitor to support path variable. Should work too?
That's half of what is needed to satisfy my request, I assume. One part is that .Values.routePrefix or whatever the name is passed as --route-prefix to the app and the other part is service monitor updated accordingly. It can be controlled with another, as I guess, you suggest.
fstr
linked a pull request
Jan 4, 2025
that will
close
this issue
Hi, for Pyrra to work behind proxy I set
This however doesn't affect the path in service monitor which now becomes
/pyrra/metrics
and I have to vendor servicemonitor.yaml template.A new value to control route prefix used in service monitor template and api args (and maybe more places that I didn't discover yet) would be helpful. Maybe
.Values.routePrefix
for a name?The text was updated successfully, but these errors were encountered: