Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set prometheus authentication variable (#157)
* fix: set prometheus authentication variable This variable allows public access without authentication for prometheus metrics. Part of canonical/bundle-kubeflow#564 * tests: add an assertion for checking unit is available The test_prometheus_grafana_integration test case was doing queries to prometheus and checking the request returned successfully and that the application name and model was listed correctly. To make this test case more accurately, we can add an assertion that also checks that the unit is available, this way we avoid issues like the one described in canonical/bundle-kubeflow#564. Part of canonical/bundle-kubeflow#564
- Loading branch information