-
Notifications
You must be signed in to change notification settings - Fork 615
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
Monitoring feature is not working. #14093
Comments
@artemnikitin2023 |
@artemnikitin2023 |
@cloudcafetech monitoring-plugin.zip |
Will try & let you know ... Tnx :) |
No luck :(
If I use 4:16 version, Console POD not coming up (error Fatal glibc error: CPU does not support x86-64-v2) But If I use below version, Console POD coming up d But there is no Observe\Monitoring UI Tab . |
I've added some env variables to console container, after this the Observe menu appears. Also you need monitoring plugin sidecar container. Here is a variables set i'm using:
Also you will need to edit promQL queries to make all metrics work. |
@artemnikitin2023 |
Hi @artemnikitin2023! |
Hello.
I've successfully deployed Bridge v4.16 on vanilla k8s with oidc auth. All works fine except the monitoring feature, there is no Observe\Monitoring UI Tab at all and metrics at Compute - Nodes is not available (got 404 not found error).
The monitoring plugin is deployed as a sidecar container in console pod, nginx listens localhost within a pod and the plugin is mapped via BRIDGE_PLUGINS="monitoring-plugin=http://localhost" environment variable. Also, i've set BRIDGE_PROMETHEUS_PUBLIC_URL, BRIDGE_ALERTMANAGER_PUBLIC_URL, BRIDGE_GRAFANA_PUBLIC_URL to the in cluster services (.svc.cluster.local), but looks like it's do nothing. There is no any error messages in logs so i don't understand why it's not working.
Is there anyone who have the similar setup and made it work? Please help.
Regards.
The text was updated successfully, but these errors were encountered: