sassoftware / viya4-monitoring-kubernetes

Provides simple scripts and customization options to deploy monitoring, alerts, and log aggregation for Viya 4 running on Kubernetes
Apache License 2.0
56 stars 32 forks source link

Viya rules not working because of wrong pod name parsing #454

Closed frasep closed 1 year ago

frasep commented 1 year ago

I have identified a problem in the rules-sas-launcher-job.yaml file. Indeed, having SAS Viya 4 with SAS workload orchestrator installed, the Grafana Viya job related dashboard were operational only if i changed the sas-launcher-job-rules Prometheus CRD by replacing in all the expressions each occurence of pod=~"sas-launcher-.+-.+-.+-.+"} by pod=~"sas-compute-server-.+-.+-.+-.+"}.

cumcke commented 1 year ago

Hi frasep,

Thank you so much for reporting this!

We are working on updating our query for the SAS Launched Jobs dashboard to adhere to the new naming convention (i.e. sas-compute-server, etc).

We're expecting to push a fix for that by the next release.

Thank you so much, Curtis

cumcke commented 1 year ago

This issue has been addressed in the latest release. I'll go ahead and close this.