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

Skip to content

Tags: cloudprober/cloudprober

Tags

tip

Toggle tip's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[probes.sched] Skip exporting metrics if context is canceled (#1147)

v0.14.1

Toggle v0.14.1's commit message
[docs.homepage] Minor style fixes

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[docs] Adds documentation for OAuth (#1059)

v0.13.9

Toggle v0.13.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[tls] Allow setting min and max TLS version (#968)

v0.13.8

Toggle v0.13.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[config] Provide a way to access config file directory in configs. (#911

)

- Add `{{ configDir }}` macro that expands to the config file directory.
- This will be useful to specify file paths relative to the config file
  directory, e.g. oauth json config, certificates, script, etc.

v0.13.7

Toggle v0.13.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[probes.dns] Don't reset latency on each run (#834)

v0.13.6

Toggle v0.13.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[common.file] Fix accessing files from Google Storage (#783)

#396 broke accessing Google Storage as path.join converts any double slash into a single slash.

v0.13.5

Toggle v0.13.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[probes.external] Fix serverutils. (#748)

We should not be writing to buffered stdout and stderr. This change
was introduced recently in v0.13.4:
  github.com//pull/695

v0.13.4

Toggle v0.13.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[surfacers.prometheus] Allow configuring metrics prefix through a fla…

…g. (#732)

- Add a new flag `--prometheus_metrics_prefix` to set metrics prefix for
 the prometheus surfacer.

- In a typical multi-tenant deployment, one would want to set metrics
prefix for all tenants. Since configs are usually tenant specific,
configs are not a good place for that, while binary flags are usually
controlled by the operator, making them a good place for such settings.

v0.13.3

Toggle v0.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix client cert handling when cert reloading is enabled (#697)

Since cloudprober is the client, the dynamic cert loading needs to be
implemented in GetClientCertificate rather than GetCertificate.