trivial fix: Correct some spelling errors
Small modification to correct spelling mistake. Change-Id: Id2a98d9a4b3d1f36ed47b8cb36931e4267b69dcf
This commit is contained in:
parent
35fe8ab679
commit
f9b34043bf
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user