prometheus-boshrelease
prometheus-boshrelease copied to clipboard
bosh release for prometheus ecosystem
Hello, Since some days our cf exporter does not work anymore with this error : time="2024-07-01T13:34:50Z" level=error msg="[ 7] users error: The UAA service is currently unavailable" time="2024-07-01T13:34:50Z" level=debug msg="[...
**This PR contains BREAKING CHANGES** It updates `haproxy_dashboards`. It also partially fixes [this issue](https://github.com/cloudfoundry/prometheus-boshrelease/issues/506). Old `haproxy_dashboards` haven't been updated for many years. They based on [haproxy_exporter](https://github.com/prometheus/haproxy_exporter) metrics. haproxy_exporter is archived...
Additional PR which aimed to switch haproxy_dashboards job to native haproxy endpoint metrics. Removes obsolete haproxy_exporter job. Solves part of https://github.com/cloudfoundry/prometheus-boshrelease/issues/506
Grafana plans to remove the V2 dashboards. Most of it is able to be automated but to prevent having Angular based dashboards that get migrated on each start we should...
Hi everyone. Haproxy dashboards job looks outdated and not working. Some parts of it use `graph` panel, which uses AngularJS and is deprecated. It also hasn't received any update in...
As a Prometheus user I want to have the latest feature and improvements available to me. Therefore a new job named prometheus3 should be added to the Prometheus Bosh Release.
Attempt to solve #504 and make Prometheus3 available. What has been done so far in this PR. 1. The Prometheus3 blob has been introduced and replaced the Prometheus(1) blob 2....
As a user I want to have the latest feature available for Grafana, therefore the boshrelease should include Grafana v11.X
Introduces template specs for Alertmanager job. Closes #498
To ensure configured spec properties for bosh alerts are placed correctly in the manifest we should write tests to easily validate that.