diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2019-07-10 12:52:03 +0300 |
|---|---|---|
| committer | zah <zahary@gmail.com> | 2019-07-10 13:05:11 +0300 |
| commit | 6bbf9d6e61846df04fa12531b157367ab48d5752 (patch) | |
| tree | c7f706fe85a0faadcfe7fed247a9266ed94f67d6 | |
| parent | 018e49642a5f7163600e2f1a4a33f70342c37206 (diff) | |
| download | packages-6bbf9d6e61846df04fa12531b157367ab48d5752.tar.gz packages-6bbf9d6e61846df04fa12531b157367ab48d5752.zip | |
Add a metrics library
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8ef01c9..e610f81 100644 --- a/packages.json +++ b/packages.json @@ -6163,6 +6163,20 @@ "web": "https://github.com/status-im/nim-eth" }, { + "name": "metrics", + "url": "https://github.com/status-im/nim-metrics", + "method": "git", + "tags": [ + "library", + "metrics", + "prometheus", + "statsd" + ], + "description": "Nim metrics client library supporting the Prometheus monitoring toolkit", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-metrics" + }, + { "name": "blscurve", "url": "https://github.com/status-im/nim-blscurve", "method": "git", |
