Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update what_metrics.md #932

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

## 1.指标概述

     在监控系统中,指标是一个很重要的概念,我们常常忽视他的存在。指标的定义,与监控系统所支持的数据模型结构,有着非常密切的关系。

     监控数据的来源,从数据的类型可以分为:数值,短文本字符串,日志(长文本字符串)。

     通常所讲的指标,都是对当前系统环境具有度量价值的统计数据,使我们能够明确知道当前系统环境的运行状态。
在监控系统中,指标是一个很重要的概念,我们常常忽视他的存在。指标的定义,与监控系统所支持的数据模型结构,有着非常密切的关系。
监控数据的来源,从数据的类型可以分为:数值,短文本字符串,日志(长文本字符串)。
通常所讲的指标,都是对当前系统环境具有度量价值的统计数据,使我们能够明确知道当前系统环境的运行状态。

## 2.什么是指标

Expand Down Expand Up @@ -164,7 +162,7 @@ http_request_total{status="404", method="POST", route="/user"} 94334

#### 2. 仪表盘(Gauge)

仪表盘类型代表一种样本数据可以任意变化的指标,即可增可见。可以理为状态的快照,例如CPU使用率,网卡速率。
仪表盘类型代表一种样本数据可以任意变化的指标,即可增可减。可以理为状态的快照,例如CPU使用率,网卡速率。

#### 3. 直方图(Histogram)

Expand Down