Skip to content

Tags: crusoecloud/cloudprober

Tags

v0.12.3

Toggle v0.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[surfacers.stackdriver] Use random task ID for Google Cloud Run. (clo…

…udprober#267)

See cloudprober#257 for the background.

Cloud Run starts/restarts the container multiple with the same revision id. This creates a problem for the Stackdriver metrics (at least in the short term) as for the cumulative metrics, a point's startTime is tied to the Cloudprober start time and its endTime cannot be before the startTime. This condition is violated if there are multiple processes exporting data to the same resource.

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[surfacer.stackdriver] Ignore if we are not able to get the instance …

…info. (cloudprober#228)

v0.12.1

Toggle v0.12.1's commit message
Migrate ingresses from v1beta1 api to v1

v0.12.0

Toggle v0.12.0's commit message
[cloudprober.http] Export ssl_earliest_cert_expiry_sec as a GAUGE eve…

…ntmetric.

This is to fix: cloudprober#192

v0.11.9

Toggle v0.11.9's commit message
[logger] Don't add instance name label on Kubernetes.

v0.11.8

Toggle v0.11.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[surfacers] Add type infer logic for probestatus. (cloudprober#156)

* [surfacers] Add type infer logic for probestatus.

= Improve inferType tests and make them figure out if type infer logic is missing for some surfacer types.

v0.11.7

Toggle v0.11.7's commit message
[probestatus] Reduce point size is there are too many points.

v0.11.6

Toggle v0.11.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix a bug in GCE OAuth error handling. (cloudprober#103)

Fixes cloudprober#102.

v0.11.5

Toggle v0.11.5's commit message
Introduce the concept of negative tests (cloudprober#98).

= Add a new probe level option: negative_test.

= If this option is set, mark probe as successful if it doesn't succeed.

= It's currently implemented only for PING and TCP probe types. We return an erorr if this option is set for other probe types.

v0.11.4

Toggle v0.11.4's commit message
Fix a minor bug in the contrib Dockerfile.