Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ls692/cloudprober

Tags

tip

Toggle tip's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[alerting] Add alerting support to external probe (cloudprober#532)

* Improve server mode a bit. Start reading replies before request sending is finished. This will help if you're running the probe against a bunch of targets.
* Also, while here, improve the readability of this code.

v0.12.9

Toggle v0.12.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[docs] Share Cloudprober's journey through an About page. (cloudprobe…

…r#439)

* Add blog-meta shortcode to add blog-like metadata for such pages.

v0.12.8

Toggle v0.12.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[oauth2] Fix a bug in HTTP token refresh. (cloudprober#422)

* While fixing the HTTP request body handling in [probes.http] Fix HTTP request body handling. cloudprober#408, I introduced a bug: that PR changed request body to be buffered all the time to simplify it. I missed changing oauth2.http_token at that time. This PR fixes that.
* Improve tests.

v0.12.7

Toggle v0.12.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[probes.external] Improve the startCmdIfNotRunning test further. (clo…

…udprober#398)

* Verify that we restart the command when it stops (pause=0).

website_older_design

Toggle website_older_design's commit message
Older website design.

v0.12.6

Toggle v0.12.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update getting-started.md

Update docker image path to Github container registry.

v0.12.5

Toggle v0.12.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[probes.http] Don't overwrite server_name if set in tls_config (cloud…

…prober#294) (cloudprober#295)

v0.12.4

Toggle v0.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[probe.http] Add an option to limit redirects (cloudprober#289)

Co-authored-by: Rob Pickerill <[email protected]>

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)