Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sensortower/heatmap

in-memory time series database with statsd interface for incoming data and graphite-compatible rendering API
https://github.com/sensortower/heatmap

grafana graphite heatmap latency performance

Last synced: 1 day ago
JSON representation

in-memory time series database with statsd interface for incoming data and graphite-compatible rendering API

Awesome Lists containing this project

README

        

# heatmap

`heatmap` is an in-memory time series database with statsd interface for incoming data and graphite-compatible rendering API.

It's intended to be used with Grafana's [Heatmap](https://grafana.com/docs/features/panels/heatmap/) feature. It's inspired by [Brendan Gregg's HeatMap](http://www.brendangregg.com/HeatMaps/latency.html) project.

Install heatmap
```
go get github.com/sensortower/heatmap/cmd/heatmap
```

Usage of heatmap:
```
-create-dummy-data
flag that enables dummy data generation
-http-addr string
http endpoint address to bind to (default ":10000")
-statsd-addr string
statsd address to bind to (default ":8125")

```