Open-source developer tools built by the community to extend Hyperping into infrastructure-as-code, Python, and observability workflows.
These tools are built and maintained by Develeap, a DevOps consultancy that uses Hyperping in production for multi-tenant monitoring at scale.
| Tool | What it does | Install from |
|---|---|---|
| Terraform Provider | Manage monitors, status pages, incidents, and more as Terraform resources | Terraform Registry |
| Python SDK | Sync and async Python client with Pydantic v2 models | PyPI |
| Prometheus Exporter | Export Hyperping metrics to Prometheus for Grafana dashboards and alerting | Docker Hub |
| Go Client | Shared Go library that powers both the Terraform provider and Prometheus exporter | GitHub |
The Go client library (hyperping-go) provides the foundation. Both the Terraform provider and the Prometheus exporter are built on top of it, sharing the same API client code. The Python SDK is a standalone client for teams that work in Python.
Together, these tools let you:
All four projects are open-source and accept contributions. Visit the GitHub repositories linked above to report issues, suggest features, or submit pull requests.