/graphql_exporter

🔥 Prometheus exporter for GraphQL

Primary LanguageGoMIT LicenseMIT

graphql_exporter

Prometheus exporter for GraphQL

docker pull quay.io/ricardbejarano/graphql_exporter

Usage

Using the official container image

Docker Hub

Available on Docker Hub as docker.io/ricardbejarano/graphql_exporter:

RedHat Quay

Available on RedHat Quay as quay.io/ricardbejarano/graphql_exporter:

Building the container image yourself

docker build -t graphql_exporter .
docker run -it -p 9199:9199 graphql_exporter

Building the binary yourself

make
./bin/graphql_exporter

Integrating with Prometheus

See Prometheus configuration examples: