influxdb/kit
Brett Buddin b4703566a8
feat(kit/check): Adds manual override capabilities to readiness endpoint.
With `/health`, it is possible to override the overall status reported.
This change adds the same functionality to `/ready`. This allows
incident responders to take an unhealthy pod out of a service without
killing it—giving them time to gather meaningful forensic data from the
pod. The new contract is:

Force not ready:

    GET /ready?force=true&ready=false

Force ready:

    GET /ready?force=true&ready=true

Disable override:

    GET /ready?force=false
2019-12-30 09:42:31 -05:00
..
check feat(kit/check): Adds manual override capabilities to readiness endpoint. 2019-12-30 09:42:31 -05:00
cli feat: Allow existing influxdb.ID type to be used as a pflag 2019-07-09 09:20:02 +10:00
errors feat(influxd): Add errors.List to simplify capturing a list of errors 2019-03-19 20:35:02 -07:00
grpc chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
prom chore: Remove several instances of WithLogger (#15996) 2019-12-04 15:10:23 -08:00
signals chore(context,gather,inmem,kit): fix megacheck errors 2018-11-01 12:54:46 -07:00
tracing feat(tasks): remove flux stats from run log and replace with trace id (#16263) 2019-12-18 16:30:38 +01:00