From f9b34043bf014a459507cff58b10ad754c72f16c Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Thu, 8 Nov 2018 01:41:23 -0800 Subject: [PATCH] trivial fix: Correct some spelling errors Small modification to correct spelling mistake. Change-Id: Id2a98d9a4b3d1f36ed47b8cb36931e4267b69dcf --- docs/DeveloperDocs/agent_internals.md | 2 +- docs/Libvirt.md | 4 ++-- docs/MonascaMetrics.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/DeveloperDocs/agent_internals.md b/docs/DeveloperDocs/agent_internals.md index 1a36a300..3fcee0b8 100644 --- a/docs/DeveloperDocs/agent_internals.md +++ b/docs/DeveloperDocs/agent_internals.md @@ -143,7 +143,7 @@ Kubernetes Connector is a class within [monasca-collector utils](monasca_agent/c that is used for connecting to the Kubernetes API from within a container that is running in a k8 cluster. When a container is brought up in Kubernetes by default there are environmental variables passed in that include needed -configurations to connect to the API. Also, the cacert and token that is tied to the serviceaccount the container is +configurations to connect to the API. Also, the cacert and token that is tied to the service account the container is under is mounted to the container file system. This class processes both and allows requests to the Kubernetes API. # License diff --git a/docs/Libvirt.md b/docs/Libvirt.md index 5eb89c20..2be622b2 100644 --- a/docs/Libvirt.md +++ b/docs/Libvirt.md @@ -431,8 +431,8 @@ stats period in order to enable them. `mem_stats_period_seconds=10` into `/etc/nova/nova.conf` file. Restart nova-compute service: `sudo systemctl restart openstack-nova-compute` * Make sure your image includes the suitable balloon driver, particularly -for Windows guests, most modern Linuxes have it build in. For `cirros` -distribution, it's available from version 0.4.0. +for Windows guests, most modern Linux distributions have it build in. +For `cirros` it's available from version 0.4.0. #### Untunable Metrics List Please see table below for metrics in libvirt. diff --git a/docs/MonascaMetrics.md b/docs/MonascaMetrics.md index 112e28aa..cff3f95f 100644 --- a/docs/MonascaMetrics.md +++ b/docs/MonascaMetrics.md @@ -145,9 +145,9 @@ statsd.timing('pipeline', 2468.34) # Pipeline took 2468.34 ms to execute statsd.gauge('gaugething', 3.14159265) # 'gauge' would be the preferred metric type for Monitoring ``` -## StatsD Protocol Compatiblity +## StatsD Protocol Compatibility -The moansca-statsd daemon supports the following parts of the StatsD protocol and its extensions: +The monasca-statsd daemon supports the following parts of the StatsD protocol and its extensions: StatsD 1.0 * counters