Skip to content

Commit 1c7c70b

Browse files
edits to metrics draft
1 parent ada1da8 commit 1c7c70b

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

jekyll/_cci2/monitoring.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,44 +18,43 @@ environment variables into the builder process.
1818
To set environment variables create a file called `/etc/circle-installation-customizations`
1919
with environment variable entries, for example, `export CIRCLE_OPTION_A=foo`.
2020

21-
## Basic System Monitoring
21+
## Basic System Monitoring with CloudWatch
2222

23-
Enable the Cloudwatch by going to Replicated Admin > Settings > Enhanced AWS Integration (1.0 Only) > Enable Cloudwatch (e.g. https://example.com:8800/settings#enhanced_aws). **Note:** CloudWatch does **not** support monitoring of macOS containers.
23+
Enable CloudWatch by going to Replicated Admin > Settings > Enhanced AWS Integration (1.0 Only) > Enable Cloudwatch, for example, `https://example.com:8800/settings#enhanced_aws`. **Note:** CloudWatch does **not** support monitoring of macOS containers.
2424

25-
CloudWatch already monitors the health and basic checks for the EC2 instances, for example, CPU, memory, disk space, and basic counts with alerts. Consider upgrading machine types for the Services instance or decrease the number of containers per container if CPU or memory become a bottleneck.
25+
CloudWatch already monitors the health and basic checks for EC2 instances, for example, CPU, memory, disk space, and basic counts with alerts. Consider upgrading machine types for the Services instance or decrease the number of CPUs per container if CPU or memory become a bottleneck.
2626

2727
## Advanced System Monitoring
2828

29-
Enable the ability to forward system and docker metrics to supported platforms by going to Replicated Admin > Settings > Metrics (e.g. https://example.com:8800/settings#metrics) and clicking `Enable Metrics`.
29+
Enable the ability to forward system and Docker metrics to supported platforms by going to Replicated Admin > Settings > Metrics, for example `https://example.com:8800/settings#metrics`. Then, click Enable Metrics.
3030
![Enable Metrics]( {{ site.baseurl }}/assets/img/docs/enable_metrics1.png)
3131

3232
### Supported Platform(s)
3333

34-
#### AWS CloudWatch
35-
Currently only AWS CloudWatch is supported. Click `AWS CloudWatch` to begin configuration.
34+
Currently, only AWS CloudWatch is supported. Click AWS CloudWatch to begin configuration.
3635
![AWS CloudWatch]( {{ site.baseurl }}/assets/img/docs/enable_metrics2.png)
3736

38-
##### Configuration
37+
### Configuration
3938

40-
There are two options for configuration.
39+
There are two options for configuration:
4140

42-
Use the IAM Instance Profile of the services box and configure your custom region and namespace.
41+
- Use the IAM Instance Profile of the services box and configure your custom region and namespace.
4342
![Configuration IAM]( {{ site.baseurl }}/assets/img/docs/enable_metrics3a.png)
4443

45-
Alternatively, you may use your AWS Access Key and Secret Key along with your custom region and namespace.
44+
- Alternatively, you may use your AWS Access Key and Secret Key along with your custom region and namespace.
4645
![Configuration Alt]( {{ site.baseurl }}/assets/img/docs/enable_metrics3b.png)
4746

48-
You can verify that metrics are forward by going to the AWS CloudWatch console.
47+
Verify that metrics are forwarding by going to the AWS CloudWatch console.
4948

50-
### Technical Details
51-
Services VM Host and Docker metrics are forwarded via [Telegraf](https://github.com/influxdata/telegraf), a plugin-driven server agent for collecting & reporting metrics.
49+
### Metrics Details
50+
Services VM Host and Docker metrics are forwarded via [Telegraf](https://github.com/influxdata/telegraf), a plugin-driven server agent for collecting and reporting metrics.
5251

53-
The following are the metrics that have been enabled;
54-
* [CPU](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/system/CPU_README.md#cpu-time-measurements),
55-
* [Disk](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/system/DISK_README.md#metrics),
56-
* [Memory](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/system/MEM_README.md#metrics),
57-
* [Networking](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/system/NET_README.md#measurements--fields), and
58-
* [Docker](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/docker#metrics)
52+
Following are the metrics that are enabled:
53+
- [CPU](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/system/CPU_README.md#cpu-time-measurements)
54+
- [Disk](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/system/DISK_README.md#metrics)
55+
- [Memory](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/system/MEM_README.md#metrics)
56+
- [Networking](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/system/NET_README.md#measurements--fields)
57+
- [Docker](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/docker#metrics)
5958

6059

6160
## Scheduled Scaling

0 commit comments

Comments
 (0)