当前位置:网站首页>Graphite statsd interface data format description
Graphite statsd interface data format description
2022-06-23 00:39:00 【Beyond a Liang】
graphite statsd Interface data format description
graphite-statsd install
docker Deploy grafana graphite stastd Real time monitoring alarm configuration _ Successful test
Access address after installation : 192.168.1.21:8125
Interface protocol type
Interface based on UDP agreement , The data type is string
data format
String format :
<metricname>:<value>|<type>
Support multiple packages :
<metricname>:<value>|<type>\n<metricname>:<value>|<type>\n<metricname>:<value>|<type>
type Support type :
- Counting: Count value
- Gauges: Any value
- Sets: De duplication value
- Timing: Time consuming value
- Sampling: Sampling value
- Sets It is often used to count the number of active people , The number of equipment and other weight removal values
- Sets Type server address is different from other types , Support daily statistics and monthly statistics
such as : Number of daily and monthly living people , Number of equipment per day and number of equipment per month
The data sample
echo "prod.iot.access.ip:1|c" | nc -u 127.0.0.1 8125
echo "test.iot.active:18675507109|s" | nc -u 127.0.0.1 8124
echo "prod.iot.access.ip:1|c\nprod.iot.api:110|ms" | nc -u 127.0.0.1 8125
metricname Format specification
To facilitate configuration and management , Unified metricname Format :
<env>.<bizName>.<idName>.<...>
type meaning
env Name of the environment : test test, production prod
bizName Business name :login,file,ims etc.
idName Index name : Traffic volume , Active number , Time consuming, etc
边栏推荐
- SAP UI5 应用开发教程之一百零二 - SAP UI5 应用的打印(Print)功能实现详解
- 【首发】请求一下子太多了,数据库危
- Kunlundb query optimization (II) project and filter push down
- Have you stepped on these pits? Use caution when creating indexes on time type columns
- How to set the power-off auto start of easycvr hardware box
- Es5 object extension methods //call, apply and bind
- cadence SPB17.4 - allegro - 優化指定單條電氣線折線連接角度 - 折線轉圓弧
- Shell logs and printouts
- 【GO】Go数组和切片(动态数组)
- Daily question brushing record (I)
猜你喜欢

如何入门机器学习?

SAP MM ME27 创建公司内STO单

Oracle ASM使用asmcmd中的cp命令来执行远程复制

ROS1Noetic在Win11中安装记录

Kunlundb backup and recovery

Kunlundb query optimization (III) sort push down
#yyds干货盘点#尾递归比递归好在哪儿

权限想要细化到按钮,怎么做?

C sqlsugar, hisql, FreeSQL ORM framework all-round performance test vs. sqlserver performance test

语义分割新范式!StructToken:对per-pixel 分类范式的重新思考
随机推荐
Notes on zhouguohua's reading
【PHP】php多态
62. different paths
cadence SPB17.4 - 中文UI设置
Brief introduction: how much do you know about fishing attacks
Which brokerage platform is better and safer for a brokerage to open an account on a mobile phone? What if you need a low commission
Because I said: volatile is a lightweight synchronized, the interviewer asked me to go back and wait for the notice!
MD5加密+盐值工具类
What financial product does the new bond belong to?
Kunlun distributed database sequence function and its implementation mechanism
DCC888 :SSA (static single assignment form)
EasyCVR使用RTMP推流时不显示界面如何解决?
#yyds干货盘点# 解决剑指offer:把二叉树打印成多行
LINQ query
SAP UI5 应用开发教程之一百零三 - 如何在 SAP UI5 应用中消费第三方库
外包干了四年,感觉废了..
Quelle est la structure et la façon dont les données sont stockées dans la base de données?
graphite statsd接口数据格式说明
Typecho imite le modèle de thème du blog Lu songsongsong / modèle de thème du blog d'information technologique
How to refine permissions to buttons?