当前位置:网站首页>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
边栏推荐
- 你踩过这些坑吗?谨慎在时间类型列上创建索引
- Shell 日志与打印输出
- Typecho仿卢松松博客主题模板/科技资讯博客主题模板
- 语义分割新范式!StructToken:对per-pixel 分类范式的重新思考
- 通过天天基金投资基金安全吗?我打算开户买基金
- How to set the power-off auto start of easycvr hardware box
- [PHP] PHP polymorphism
- Kunlundb backup and recovery
- Binary tree to string and string to binary tree
- How Huawei cloud implements a global low delay network architecture for real-time audio and video [Part 1]
猜你喜欢

掘地三尺搞定 Redis 与 MySQL 数据一致性问题

Database daily question - day 20: selling products by date

百度交易中台之钱包系统架构浅析

贵金属现货白银如何呢?

SAP UI5 应用开发教程之一百零二 - SAP UI5 应用的打印(Print)功能实现详解试读版

Kunlundb query optimization (III) sort push down

OSPF综合实验

How to solve the problem that easycvr does not display the interface when RTMP streaming is used?

How to refine permissions to buttons?

Typecho imitation of Lu Songsong's blog theme template / Technology Information blog theme template
随机推荐
OLAP - Druid introduction
BGP联邦综合实验
因为我说:volatile 是轻量级的 synchronized,面试官让我回去等通知!
How to set the power-off auto start of easycvr hardware box
Mysql8.0 easily completes gtid master-slave replication
Kunlundb query optimization (III) sort push down
Oracle ASM uses the CP command in asmcmd to perform remote replication
Does qiniu school belong to a securities company? Is it safe to open an account?
黄金etf持仓量如何算
Kunlundb query optimization (I)
最安全的现货白银的心理分析
通过天天基金投资基金安全吗?我打算开户买基金
Typecho仿卢松松博客主题模板/科技资讯博客主题模板
[machine learning watermelon book] update challenge [Day1]: 1.1 INTRODUCTION
EasyCVR硬件盒子如何设置断电自启动
KunlunDB查询优化(三)排序下推
Using geTx to build a more elegant structure of flutter pages
美团基于 Flink 的实时数仓平台建设新进展
3dMax建模笔记(一):介绍3dMax和创建第一个模型Hello world
TiDB VS MySQL