Suraj Nath
Suraj Nath
**What this PR does**: We are setting MaxIdleConnsPerHost in the customTransport used by Azure backend. Default MaxIdleConnsPerHost is 2, Increase that to reduce connection turnover and hopefully fix the DNS...
## Description I am trying to use pop with pgbouncer in transaction pooling mode. pgbouncer in transaction pooling mode doesn't support prepared statements, so I want to disable prepared statements....
I would like to exclude all metrics from `grpc.health.v1.Health` from list of metrics that are collection from my grpc server. I looked for it code but couldn't figure out how...
we push docker image to docker hub, and packages to respective repositories, but we should also publish these artifacts along with binaries in GitHub releases. why GitHub releases? - backup...
**What happened**: Sorting checks changes the card width and hides the controls **What you expected to happen**: Check card to stay same and not hide the controls **How to reproduce...
**What happened**: I updated apiHost in Provisioning file, and restarted grafana. After restart plugin was still making api calls to old apiHost. synthetic-monitoring settings (`/api/plugins/grafana-synthetic-monitoring-app/settings`) was showing updated value of...
Noticed two minor issues with Synthetic Monitoring Summary Dashboard. **Issue 1:** data units on check error percentage panel seems incorrect. **Issue 2:** using ad-hoc filters on checks panel breaks all...
vulnerabale dependencies ```console node-browser-compat / atob -> CVE-2018-3745 hapijs / cryptiles -> CVE-2018-1000620 lodash / lodash -> CVE-2018-3721 jonschlinkert / randomatic -> CVE-2017-16028 unshiftio / url-parse -> CVE-2018-3774 ```
**Problem:** Kubernetes configures `ndots=5` under `/etc/resolv.conf` options, that means any hostname that has less then 5 dots in it is looked up locally first, and then finally it is resolved....
**What this PR does**: Setup stale bot to help with project maintenance **Which issue(s) this PR fixes**: Fixes #1780 **Checklist** - [ ] Tests updated - [ ] Documentation added...