Skip to content

jbradleynh/graphite-clickhouse-tldr

 
 

Repository files navigation

Overview

This is modified fork of lomik's excellent repo https://github.com/lomik/graphite-clickhouse-tldr

This goals here are to experiment with a clustered Clickhouse setup

Quick Start

git clone https://github.com/jbradleynh/graphite-clickhouse-tldr
cd graphite-clickhouse-tldr
docker-compose build
docker-compose up

Open http://127.0.0.1:3000/ in browser

Mapped Ports

Host Container Service
2003 2003 carbon receiver - plaintext
2004 2004 carbon receiver - pickle
2006 2006 carbon receiver - prometheus remote write
2181 2181 Zookeeper node 1
2182 2181 Zookeeper node 2
2183 2181 Zookeeper node 3
3000 3000 Grafana Server
7070 7070 carbonapi http endpoint
8001 8001 clickhouse prometheus metrics endpoint
8002 8001 clickhouse prometheus metrics endpoint

About

Preconfigured graphite-web with ClickHouse backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 64.6%
  • Shell 35.4%