Skip to content

Preconfigured graphite-web and grafana/carbonapi with ClickHouse backend

Notifications You must be signed in to change notification settings

matthew-hollick/graphite-clickhouse-tldr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

git clone https://github.com/matthew-hollick/graphite-clickhouse-tldr.git
cd graphite-clickhouse-tldr
pushd dockerfiles/carbonapi
docker build -t carbonapi .
popd
docker-compose up

Open http://127.0.0.1:3000 in browser to access Grafana

Username and Password are admin

Open http://127.0.0.1 in browser to access graphite-web

Grafana Datasources

In grafana UI add:

Graphite-web

http://graphite-web

Carbonapi

http://carbonapi:8080

Mapped Ports

Host Container Service
80 80 nginx
2003 2003 carbon receiver - plaintext
2004 2004 carbon receiver - pickle
2006 2006 carbon receiver - prometheus remote write
3000 3000 Grafana

Loading with haggar

Where <<IP_ADDRESS>> is your local machine address (127.0.0.1 does not work on macs)

docker run -it egaillardon/haggar -carbon <<IP_ADRESS>>:2003 -agents 10 -metrics 100

TODO

Add Grafana datasources to be imported on boot.

About

Preconfigured graphite-web and grafana/carbonapi with ClickHouse backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 92.2%
  • Shell 7.8%