Commit Graph

17 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 b8ddd0f740 Adds a CHANGELOG 2018-06-07 11:05:09 +05:30
Nemo ca764c0274 Version bump 2018-06-06 15:38:29 +05:30
Nemo 60ffe296de Switches to bytes 2018-06-06 15:37:44 +05:30
Nemo 7cf3e401cc Version bump 2018-06-04 15:58:21 +05:30
Nemo 2b5ddf2147 fix: Maintain old gauge variable 2018-06-04 15:57:52 +05:30
Nemo 2af25b94fe Adds repository and bugs fields to package.json 2018-06-04 15:04:20 +05:30
Nemo 1fe55b5b47 Initial Dockerfile 2018-06-04 14:25:02 +05:30
Nemo 5e379ff173 Disable sandbox only if running inside a container 2018-06-04 13:31:04 +05:30
Nemo 69471cb901 Prepare for npm publish 2018-06-04 13:23:04 +05:30
Nemo b764baa7bc Adds README 2018-06-04 13:20:44 +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