Skip to content

ricardbejarano/graphql_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: