prometheus-boshrelease icon indicating copy to clipboard operation
prometheus-boshrelease copied to clipboard

bosh release for prometheus ecosystem

Results 72 prometheus-boshrelease issues
Sort by recently updated
recently updated
newest added

I have issues with the `MySQLGaleraRecvQueueLengthTooHigh` alert which is triggering for a very long time: hours after an incident on the galera cluster has been resolved (eg. recreating one of...

Update Grafana dashboards `Cloudfoundry`/`Apps: System`, `Apps: Requests`, `Apps: Latency` for using CF Isolation Segment. Please review, merge and release new version. ## Example Changes Before: ``` avg(firehose_container_metric_cpu_percentage{environment=~"$environment",bosh_deployment=~"$bosh_deployment",application_id=~"$cf_application_id"}) ``` After: ```...

This PR completes PR #271 MySQL Dashboard : - add deployment name list box for select your deployment (only the IP currently) - set the current value of the `mysql_global_status_wsrep_cluster_size`...

Hi Team I need to monitor external URLs which can access only through proxy. So i enabled proxy_url in monitor-http-probe.yml and still the status in down in Grafana. How to...

## Context At the moment users of prometheus-boshrelease are able to configure thresholds and evaluation times for alerts, but not much else. For example, if you wanted to exclude the...

help wanted

We've noticed the Cloudfoundry "Apps: Requests" dashboard voor Grafana is not correct on the requests per second (RPS). I'm referring to this dashboard: https://github.com/bosh-prometheus/prometheus-boshrelease/blob/master/jobs/cloudfoundry_dashboards/templates/cf_apps_requests.json To be more specific, I'm referring...

help wanted

After Prometheus upgrade from 21.1. to 23.3 using Github/Prometheus-boshrelease, CF and Bosh related alerts not reflected in Prometheus portal. But we are able to see P-Redis, P-RabbitMQ, Postgres and Prometheus...

I am facing the similar issue while upgrading from 21.1 to 23.3 prometheus. When i review the grafana logs below error reported. t=2018-12-19T15:17:34+0000 lvl=eror msg=login.OAuthLogin(NewTransportWithCode) logger=context userId=0 orgId=0 uname= error="oauth2:...

I am trying to move from a postgres db to a centralized bosh deployed MySQL db cluster. I am running into an issue on the post deploy scripts with MySQL....

The BOSHJobHighCPULoad Alert queries the bosh_job_load_avg01 metric. The problem is that the warning threshold value for this metric is dependend on the number of CPUs. Generally speaking 100% cpu load...

bug