Skip to content

conduitio-labs/prom-graf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus and Grafana Deployment for Conduit

This repository contains a simple Docker Compose configuration containing Prometheus and Grafana.

Prometheus is pre-configured to collect metrics from a local instance of Conduit running on localhost:8080. The scrape target can be adjusted in the Prometheus config.

Grafana is pre-configured to attach to the Prometheus instance and contains dashboards for monitoring Conduit specific metrics as well as generic Go runtime metrics.

Note that this is only meant to be used for development purposes.

How to use

Simply run the docker compose config:

docker compose up

Prometheus is reachable under localhost:9090, Grafana is reachable under localhost:9091. To log into the Grafana UI use the username admin and password admin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published