WIP:指标统计信息D
和。 metrics-statsd是和之间的简单报告桥梁。
贡献
我们遵循Google的。
发牌
Apache License, Version 2.0
---------------------------
Copyright 2021 Gojek Tech
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compl
statsd-ruby CI:
的Ruby客户端
安装
捆绑器:
gem "statsd-ruby"
基本用法
# Set up a global Statsd client for a server on localhost:9125
$statsd = Statsd . new 'localhost' , 9125
# Set up a global Statsd client for a server on IPv6 port 9125
$statsd = Statsd . ne