This repository has been archived by the owner on Nov 5, 2021. It is now read-only.
v0.11.2: Bug fix and enhancements #586
manugarg
started this conversation in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enhancements
More accurate "ping" latency measurements
Cloudprober now uses SO_TIMESTAMP socket option (on non-windows OS) to make latency measurements much more accurate. (#546)
Better isolation in HTTP probes for multiple targets
HTTP probes for multiple targets execute in independent goroutines now. This allows for better isolation between probes.
Add HTTP header validator for HTTP probe
You can now add a header validator to an HTTP probe (example).
Bug Fixes
#537 Datagram socket ping (unprivileged ping) over IPv4 is broken for MacOS.
#554 Error initializing cloudprober on GKE.
#584 Goroutine leaking bug in external probe.
Other improvements and fix.
Complete list of commits since the last release: v0.11.1...v0.11.2
Bugs/PR in this release: Milestone v0.11.2.
This discussion was created from the release v0.11.2: Bug fix and enhancements.
Beta Was this translation helpful? Give feedback.
All reactions