Ori.livneh has submitted this change and it was merged.

Change subject: Support gauge ('g') metric type
......................................................................


Support gauge ('g') metric type

Bug: T112713
Change-Id: I050a12d3b8c4e359e03487388516c927f75a3c3b
---
M statsv.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ori.livneh: Verified; Looks good to me, approved



diff --git a/statsv.py b/statsv.py
index 293bcde..97527fb 100644
--- a/statsv.py
+++ b/statsv.py
@@ -34,7 +34,7 @@
 
 logging.basicConfig(stream=sys.stderr, level=logging.INFO,
                     format='%(asctime)s %(message)s')
-supported_metric_types = ('c', 'ms')
+supported_metric_types = ('c', 'g', 'ms')
 statsd_addr = ('statsd.eqiad.wmnet', 8125)
 statsd_sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
 kafka = KafkaClient((

-- 
To view, visit https://gerrit.wikimedia.org/r/238836
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I050a12d3b8c4e359e03487388516c927f75a3c3b
Gerrit-PatchSet: 1
Gerrit-Project: analytics/statsv
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to