Skip to content

Tags: crusoecloud/cloudprober

Tags

v0.13.2

Toggle v0.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[surfacers.otel] Allow adding a prefix to metric names. (cloudprober#658

)

- Default prefix is cloudprober_.
- This is important to identify cloudprober metrics on the final
metrics system.

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[prober] Minor refactoring. (cloudprober#625)

- Use read-write mutex, instead of regular mutex, to control access to cloudprober config info.
- Get raw and parsed config from the config source directly instead of storing it ahead of time.
- Allow access to the prober instance.

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[logger] Streamline logger interface. (cloudprober#542)

- Rename old New function to NewLegacy. This function is now deprecated.
- Add a new, simpler, New function that takes only optional arguments.

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]>