Tamas Ne

Results 5 comments of Tamas Ne

> same problem on: > > ``` > - name: STACKDRIVER_EXPORTER_MONITORING_METRICS_TYPE_PREFIXES > value: "cloudsql.googleapis.com" > ``` > > But Setting `STACKDRIVER_EXPORTER_MONITORING_METRICS_INTERVAL="2m"` it works. > > I don't know why 1m...

@brancz Hi and thanks for the collaboration in the prometheus-operator! I understand that the stateless approach would be the "best practice", however how should I proceed with alerts and notification...

> @TamasNeumer hello thank you for your sharing. > > Did you solve notification channels and alerts problem? Is it a critical problem? Hi! As far as I remember our...

Same here. Did you find any fix @nbeucler? I had to manually run some `sed` s in the pipeline and replace the stuff myself...

> Try to check the sendSMS permission before calling the sendSMS function. I am using [react-native-permissions](https://github.com/yonahforst/react-native-permissions): > sendSMSFunction() { > > ``` > Permissions.checkMultiple(['readSms', 'sendSms']).then((response) => { > if (response.readSms...