Commit Graph

9 Commits

Author SHA1 Message Date
Nemo f66b9c4556 Switches to new prometheus formatter 2018-07-01 03:06:22 +05:30
Nemo b37e137e22 Adds support for aggregate and flexibytes metrics
Format is:

```
{ live: { usedBytes: 0, totalBytes: 800000000 },
  flexibytes: { usedBytes: 102580000, totalBytes: 100000000 },
  aggregate: { usedBytes: 102580000, totalBytes: 900000000 } }
```
2018-07-01 02:45:21 +05:30
Nemo 60ffe296de Switches to bytes 2018-06-06 15:37:44 +05:30
Nemo 5e379ff173 Disable sandbox only if running inside a container 2018-06-04 13:31:04 +05:30
Nemo a0bf669132 Cleaner response 2018-06-04 11:46:11 +05:30
Nemo e828ffa4ac Adds Metrics docs, catch exceptions 2018-06-04 11:22:35 +05:30
Nemo 473d90b069 Metrics publish working correctly 2018-06-04 11:06:02 +05:30
Nemo 00432db256 Adds prom client 2018-06-03 23:59:52 +05:30
Nemo 788568ecdf Initial commit 2018-06-03 02:07:29 +05:30