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
Hi. I deployed livekit using eks and configured monitoring.
But there was an issue between Prometheus and service monitor. Prometheus can not find the service monitor.
Prometheus check a label which is 'release=prometheus' in the service monitor.
But livekit-server helm chart doesn't make this label.
Please check this helpers code in livekit-helm repository.
I edited service monitor and added the line with release=prometheus and then Prometheus can find the service monitor.
Can I make the PR which add line 'release=prometheus' in service monitor labels if prometheus_port is specified in values.yml?
Hi. I deployed livekit using eks and configured monitoring.
But there was an issue between Prometheus and service monitor. Prometheus can not find the service monitor.
Prometheus check a label which is 'release=prometheus' in the service monitor.
But livekit-server helm chart doesn't make this label.
Please check this helpers code in livekit-helm repository.
I edited service monitor and added the line with
release=prometheus
and then Prometheus can find the service monitor.Can I make the PR which add line 'release=prometheus' in service monitor labels if
prometheus_port
is specified in values.yml?I used this options.
This is my infrastructure
The text was updated successfully, but these errors were encountered: