K
All community tools Terraform Provider Python SDK Prometheus Exporter Go Client

Community tools

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.

Available tools

ToolWhat it doesInstall from
Terraform ProviderManage monitors, status pages, incidents, and more as Terraform resourcesTerraform Registry
Python SDKSync and async Python client with Pydantic v2 modelsPyPI
Prometheus ExporterExport Hyperping metrics to Prometheus for Grafana dashboards and alertingDocker Hub
Go ClientShared Go library that powers both the Terraform provider and Prometheus exporterGitHub

How these tools connect

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:

  • Version-control your monitoring configuration with Terraform
  • Automate monitor and incident management with Python scripts
  • Visualize Hyperping data in Grafana alongside your other infrastructure metrics
  • Build custom integrations using the Go client directly

Contributing

All four projects are open-source and accept contributions. Visit the GitHub repositories linked above to report issues, suggest features, or submit pull requests.