Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sensortower/heatmap
- Owner: sensortower
- Created: 2019-07-21T01:39:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T02:16:24.000Z (over 5 years ago)
- Last Synced: 2024-11-15T21:51:58.338Z (2 months ago)
- Topics: grafana, graphite, heatmap, latency, performance
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")```