简体   繁体   English

监控和计量有什么区别

[英]What is the difference between monitoring and metering

I have a question.我有个问题。

I want to know the differences between monitoring and metering In the developer's world.我想知道在开发人员的世界中监控和计量之间的区别。

I think watching system logs, CPU usage, memory, and some other things using Grafana is Monitoring.我认为使用 Grafana 查看系统日志、CPU 使用率、memory 和其他一些东西就是监控。

But I can't catch the exact meaning and usage of metering.但是我无法理解计量的确切含义和用法。 What is metering?什么是计量? and what is the difference between monitoring?和监控有什么区别?

Monitoring is generally used to check for functionality in the overall system.监控通常用于检查整个系统的功能。 For example, it checks if sufficient memory exists, if there is a data drift, if requests exceed a certain threshold, etc. Metering collects metrics from targets and metrics are numerical.例如,它检查是否存在足够的 memory,是否存在数据漂移,请求是否超过某个阈值等。计量从目标收集指标,指标是数字。 For example, levels of resource utilization, such as data storage volume, or HTTP request latency.例如,资源利用率水平,例如数据存储量,或 HTTP 请求延迟。 Metering provides data for monitoring.计量提供用于监控的数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Grafana 中,查询步骤和间隔有什么区别? - In Grafana what is the difference between query step and Interval? Kubernetes-监视服务器之间的网络延迟/带宽 - Kubernetes - Monitoring networking latency/bandwidth between servers 在AWS控制台上查看AWS自定义指标与在grafana上进行配置之间有什么区别? - What is the difference between viewing aws custom metrics on aws console vs configuring it on grafana? Grafana 中 prometheus-postgres-exporter 和 PostgreSQL 数据源原生插件有什么区别? - What is a difference between prometheus-postgres-exporter and PostgreSQL Data Source native plugin in Grafana? PromQL 查询之间的区别 - PromQL difference between queries 两个数据点之间的Grafana差异 - Grafana difference between two datapoints integer 与 prometheus/grafana 中向量集的区别 - Difference between integer and set of vectors in prometheus/grafana 具有相同查询的两个Grafana面板singlestat和图形之间的差异 - Difference between two Grafana panels singlestat and graph with same query 千分尺Timer.start / stop和Timer.record之间的差异 - Difference between Micrometer Timer.start/stop and Timer.record Postgres查询当天最新记录和第一条记录之间的差异 - Postgres query for difference between latest and first record of the day
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM