fleet/changes/separate-health-checks
Zach Wasserman db22f68c88
Separate health checks for MySQL and Redis (#6468)
This required a bit of refactoring of some mocking due to how the code
generation does not handle having the same function in different types.
2022-07-01 08:08:03 -03:00

2 lines
107 B
Plaintext

- Allow separate health checks for MySQL and Redis with `/healthz?check=mysql` and `/healthz?check=redis`.