You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monitoring/metrics/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Metrics
3
3
summary: Collect metric data about endpoint performance using the Metrics plugin
4
-
reviewed: 2022-02-28
4
+
reviewed: 2024-10-30
5
5
component: Metrics
6
6
versions: 'Metrics:*'
7
7
related:
@@ -13,7 +13,7 @@ related:
13
13
14
14
partial: opentelemetry
15
15
16
-
The Metrics plugin collects metric data about the performance of running endpoints. This data can be forwarded to a ServiceControl monitoring instance and then viewed in ServicePulse.
16
+
The Metrics plugin collects metric data about the performance of running endpoints. This data can be forwarded to a ServiceControl monitoring instance and viewed in ServicePulse.
17
17
18
18
To see performance monitoring in action, try the [standalone demo](/tutorials/monitoring-demo/).
19
19
@@ -49,15 +49,15 @@ To enable collecting metrics in an environment:
49
49
50
50
## Performance impact on system resources
51
51
52
-
A ServiceControl monitoring instance is more lightweight than a regular ServiceControl instance. Nevertheless, it is not recommended to host a monitoring instance on the same machine that is hosting production endpoint instances.
52
+
A ServiceControl monitoring instance is more lightweight than a regular ServiceControl instance. Nevertheless, it is not recommended to host a monitoring instance on the same machine as production endpoint instances.
53
53
54
54
### Wire usage
55
55
56
-
Each endpoint instance collects performance metrics which are buffered and then sent. A single metrics message contains a batch of values written in a compact binary format, making reporting very lightweight.
56
+
Each endpoint instance collects performance metrics, which are buffered and then sent. A single metrics message contains a batch of values written in a compact binary format, making reporting very lightweight.
57
57
58
58
### Storage usage
59
59
60
-
A Service Control Monitoring instance processes Metric. The metric data is stored in RAM only. Logfiles are still written to disk. The metrics data are stored for at most one hour. A 100MB process can hold state for at least 100 endpoint instances.
60
+
A Service Control Monitoring instance processes Metrics. The metric data is stored in RAM only. Logfiles are still written to disk. The metrics data are stored for at most one hour. A 100MB process can hold state for at least 100 endpoint instances.
0 commit comments