From 6bbf9d6e61846df04fa12531b157367ab48d5752 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 10 Jul 2019 12:52:03 +0300 Subject: [PATCH] Add a metrics library --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 8ef01c9..e610f81 100644 --- a/packages.json +++ b/packages.json @@ -6162,6 +6162,20 @@ "license": "Apache License 2.0", "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",