Brian Landers
Brian Landers
Working implementation in https://github.com/netsampler/goflow2/pull/121
Sorry, TOTALLY missed this pull request. Made some minor comments.
The urllib/urllib2 is for Python 3 compatibility. Will look at the rest.
Actually, I'm going to hold off on this for the moment. Strava just announced yesterday they're killing the v1 and v2 API entirely on May 31. http://engineering.strava.com/strava-api-update/ I've requested access...
Thanks! Not ACTUALLY left for dead. I've been reading the 3.0 API docs and trying to figure out if the current strava.py can be adapted or if it'll need to...
We're seeing the same issue with the metric `stackdriver_cloud_run_revision_monitoring_googleapis_com_uptime_check_content_mismatch` when trying to ingest metrics on Cloud Monitoring synthetics monitors. Our config: ``` --monitoring.metrics-ingest-delay --monitoring.metrics-interval=5m --monitoring.metrics-offset=0s --monitoring.metrics-type-prefixes=monitoring.googleapis.com/uptime_check,cloudfunctions.googleapis.com/function ```
Seems like ours is an issue with any metric with the `stackdriver_cloud_run_revision_monitoring_googleapis_com_uptime_check_` prefix. One thing I note is that the `revision_name` label in the erroring metrics is blank. ``` *...
We do this in a Lambda (which is fed JSON-formatted alerts from Alertmanager via SNS). Here's the relevant Python code. Not perfect, but it mostly works for us. Hope it's...