📄️ Getting Started
GCM Health Checks is a Python CLI with a suite of Health Checks
📄️ Telemetry Types
GCM supports two types of telemetry
🗃️ Health Checks
21 items
🗃️ Exporters
6 items
📄️ Adding New Health Check
Writing a new health-check follows the example outlined in the deep dive.
📄️ Deep dive into Health Checks code
All the Health Checks share some boiler plate code. In this section we'll go through some of the Health Checks code and annotate with comments the functionality of each piece of code.
📄️ Adding New Exporter
GCM supports multiple exporters, each one is responsible for exporting data to a different destination. To add a new exporter, you'll need to:
📄️ Contributing
Check out GCM Health Checks contributing guide here.