Merge "trivial fix: Correct some spelling errors"

This commit is contained in:
Zuul 2019-07-30 13:58:33 +00:00 committed by Gerrit Code Review
commit 602636a6f9
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -445,8 +445,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.

View File

@ -142,9 +142,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