All Projects → go-graphite → Docker Go Graphite

go-graphite / Docker Go Graphite

Licence: mit
Docker image for go-carbon + carbonapi + grafana

Projects that are alternatives of or similar to Docker Go Graphite

Graylog Plugin Metrics
Graylog output plugin for Graphite and Ganglia
Stars: ✭ 16 (-30.43%)
Mutual labels:  metrics, graphite
Statsd
Daemon for easy but powerful stats aggregation
Stars: ✭ 16,179 (+70243.48%)
Mutual labels:  metrics, graphite
Graphite exporter
Server that accepts metrics via the Graphite protocol and exports them as Prometheus metrics
Stars: ✭ 217 (+843.48%)
Mutual labels:  metrics, graphite
Anode
Utility for analyzing graphite metrics. Experimental package.
Stars: ✭ 188 (+717.39%)
Mutual labels:  metrics, graphite
Ceres
Distributable time-series database (not actively maintained)
Stars: ✭ 351 (+1426.09%)
Mutual labels:  metrics, graphite
Icingaweb2 Module Grafana
Grafana module for Icinga Web 2 (supports InfluxDB & Graphite)
Stars: ✭ 190 (+726.09%)
Mutual labels:  metrics, graphite
rust-statsd-server
A statsd server implemented in Rustlang
Stars: ✭ 16 (-30.43%)
Mutual labels:  metrics, graphite
Polymur
A fast carbon-relay with live routing controls + https Graphite forwarder
Stars: ✭ 97 (+321.74%)
Mutual labels:  metrics, graphite
M3
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
Stars: ✭ 3,898 (+16847.83%)
Mutual labels:  metrics, graphite
Cernan
telemetry aggregation and shipping, last up the ladder
Stars: ✭ 306 (+1230.43%)
Mutual labels:  metrics, graphite
Appmetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
Stars: ✭ 1,986 (+8534.78%)
Mutual labels:  metrics, graphite
Metrictank
metrics2.0 based, multi-tenant timeseries store for Graphite and friends.
Stars: ✭ 574 (+2395.65%)
Mutual labels:  metrics, graphite
Icinga2
Icinga is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
Stars: ✭ 1,670 (+7160.87%)
Mutual labels:  metrics, graphite
Kenshin
Kenshin: A time-series database alternative to Graphite Whisper with 40x improvement in IOPS
Stars: ✭ 203 (+782.61%)
Mutual labels:  metrics, graphite
Carbon
Carbon is one of the components of Graphite, and is responsible for receiving metrics over the network and writing them down to disk using a storage backend.
Stars: ✭ 1,435 (+6139.13%)
Mutual labels:  metrics, graphite
gateway
A proxy to buffer and forward metrics, events, and traces.
Stars: ✭ 94 (+308.7%)
Mutual labels:  metrics, graphite
Influxgraph
Graphite InfluxDB backend. InfluxDB storage finder / plugin for Graphite API.
Stars: ✭ 87 (+278.26%)
Mutual labels:  metrics, graphite
Es Stats
ElasticSearch cluster metrics -> Graphite
Stars: ✭ 91 (+295.65%)
Mutual labels:  metrics, graphite
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (+1169.57%)
Mutual labels:  metrics, graphite
Carbon Relay Ng
Fast carbon relay+aggregator with admin interfaces for making changes online - production ready
Stars: ✭ 429 (+1765.22%)
Mutual labels:  metrics, graphite

Docker image for go-carbon + carbonapi + grafana

Quick Start

docker run -d\
 --name go-graphite\
 --restart=always\
 -p 80:80\
 -p 2003-2004:2003-2004\
 gographite/go-graphite

Includes the following components

  • Nginx - reverse proxies Grafana dashboard
  • Grafana - front-end dashboard
  • Go-carbon - Golang implementation of Graphite/Carbon server
  • Carbonapi - Golang implementation of Graphite-web

Mapped Ports

Host Container Service
80 80 grafana
2003 2003 carbon receiver - plaintext
2004 2004 carbon receiver - pickle

Exposed Ports

Container Service
8081 carbonapi

Mounted Volumes

Host Container Notes
DOCKER ASSIGNED /etc/go-carbon go-carbon configs (see )
DOCKER ASSIGNED /var/lib/graphite graphite file storage
DOCKER ASSIGNED /etc/nginx nginx config
DOCKER ASSIGNED /etc/grafana Grafana config
DOCKER ASSIGNED /etc/carbonapi Carbonapi config
DOCKER ASSIGNED /etc/logrotate.d logrotate config
DOCKER ASSIGNED /var/log log files
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].