kamon-io / docker-grafana-graphite

Docker image with StatsD, Graphite, Grafana 2 and a Kamon Dashboard
Apache License 2.0
1.14k stars 495 forks source link

Extremely high disk space usage #121

Closed Ant0n007 closed 6 years ago

Ant0n007 commented 6 years ago

I started 5 nodes of my application with Kamon for system metrics and actors metrics. When I start Grafana in a couple of minutes, it eats 13GB hard drive of space. Is it correct behavior? Why this data so big? image

Also, I don't use Play! in my application as wrote here.

Someone can tell me are these metrics have usual size? The most of space eats system-metrics. image

@ivantopo Please advice.

Ant0n007 commented 6 years ago

Too many actors were created in my application and situation was as described here. So it was adding new metrics every second. Also, that pattern creates metric files for 7 days, and save datapoints every 10 seconds. The main idea that I didn't know is that space on the disk is reserved before metrics have really existed. Information about patterns also here