Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Dynamic configuration gRPC service and few other enhancements and bug fixes

Compare
Choose a tag to compare
@manugarg manugarg released this 23 Jul 16:42
· 339 commits to master since this release
  • Add a gRPC to dynamically configure cloudprober. You'll be able to add/remove/list probes using this service. Here is the Go API to interact with this server: CloudproberServer. Example client to work with the gRPC service: client.go.

  • Extend external probe to add ability to parse "map" and "distribution" metric types from the probe output.

  • Streamline the usage of source_ip_config and ip_version options throughout cloudprober. These options can now be configured at the outer layer instead of probe-type specific configs. This change makes the usage of these fields much more predictable and consistent.

Bug fixes:

  • Fix a bug in the previous release v0.10.3 - #264.

All changes since the last release (note that v0.10.3 is deprecated because of #264):
v0.10.2...v0.10.4