Daniel Clark

Results 74 comments of Daniel Clark

Same here. Seeing ``` FATA[0000] json: cannot unmarshal string into Go struct field Screenboard.width of type int ``` Aside dd2tf is a great tool - thanks for building!

Hi @mhoran, Are the timeouts happening just for Grafana's managed alerts?

Hi @kartik7153 - IIUC you want the ability to add a custom header to the alert HTTP request going to the configured alertmanager endpoint?

At this point in time, Prometheus does not support custom HTTP headers in its config. The idea has been [discussed](https://github.com/prometheus/prometheus/issues/1724) from the scrape side, but was decided against. However, this...

Agreed that having a streamlined solution here would be nice. Out of curiosity, what particular info from the [/rules](http://demo.robustperception.io:9090/rules) and [/alerts](http://demo.robustperception.io:9090/alerts) endpoints are of interest? Note that for pending or...

Hello, All `PodMonitoring` CRs are checked with a validating webhook that is hosted in the operator pod. A few questions: - Is the operator pod running without errors? - Do...

There was a similar issue at GoogleCloudPlatform/prometheus-engine#178. Could you try the instructions from the [last comment](https://github.com/GoogleCloudPlatform/prometheus-engine/issues/178#issuecomment-1092825472) to see if that helps?

Hi @bogdan-dumitrescu - thanks for reporting. We recently [changed](https://github.com/GoogleCloudPlatform/prometheus-engine/commit/f440c9528659a36722710194b253295a62dc8d0b) the gmp-operator's port to 443 to avoid having people creating firewall rules. In your case, it seems that a partial-update happened...

Hi @naveensrinivasan - for private clusters you need to open a firewall as documented here: https://cloud.google.com/stackdriver/docs/managed-prometheus/troubleshooting#control-plane-firewall With our next release, this shouldn't be a requirement btw. @bogdan-dumitrescu - what happens...