Skip to content

Commit

Permalink
Editorial tweak index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NChaganlal authored Nov 15, 2024
1 parent 488acc6 commit 137dbc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring/metrics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ To enable collecting metrics in an environment:

## Performance impact on system resources

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.
A ServiceControl monitoring instance is more lightweight than a regular ServiceControl instance. However, hosting a monitoring instance and production endpoint instances on the same machine is not recommended.

### Wire usage

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.

### Storage usage

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.
A Service Control Monitoring instance processes metrics. Metrics data is stored in RAM only, for at most one hour. Logfiles are still written to disk. A 100MB process can hold metrics data for at least 100 endpoint instances.

### CPU usage

Expand Down

0 comments on commit 137dbc8

Please sign in to comment.