Overview
The Hasura Prometheus Connector allows for connecting Hasura to a Prometheus API server giving you an instant GraphQL API on top of your Prometheus data.
Data Connectors are the way to connect the Hasura Data Delivery Network (DDN) to external data sources. A data connector is an HTTP service that exposes a set of APIs that Hasura uses to communicate with the data source. Data connectors are built to conform to the NDC Specification using one of Hasura's available SDKs. The data connector is responsible for interpreting work to be done on behalf of the Hasura Engine, using the native query language of the data source.
The data connector is open source and can be found in the ndc-prometheus GitHub repository.
Deployment
The connector is hosted by Hasura and can be used from the Hasura v3 Console.
Usage
The Hasura Prometheus connector can be deployed using the Hasura CLI by following either the Quick Start Guide or deploying the connector.
Troubleshooting
Please submit a Github issue if you encounter any problems!