summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@respoke.io>2015-11-24 13:54:54 -0600
committerDavid M. Lee <dlee@respoke.io>2015-11-24 13:54:54 -0600
commit59881fbb9988be2f4e07ca750f45a404e79cb115 (patch)
tree09eec6e3f8dbf3b4793671f1b7e7b82db0856000 /CHANGES
parent3f85a1be5aff186e56fda85ae293e3aadc71d20a (diff)
Fixed some typos
Fixes some minor typos in the CHANGES file, plus an embarrasing typo in the StatsD API. Change-Id: I9ca4858c64a4a07d2643b81baa64baebb27a4eb7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 6dd5efdb1..cd8a73643 100644
--- a/CHANGES
+++ b/CHANGES
@@ -44,9 +44,9 @@ res_pjsip_outbound_registration
* If res_statsd is loaded and a StatsD server is configured, basic statistics
regarding the state of outbound registrations will now be emitted. This
includes:
- - A GUAGE statistic for the overall number of outbound registrations, i.e.:
+ - A GAUGE statistic for the overall number of outbound registrations, i.e.:
PJSIP.registrations.count
- - A GUAGE statistic for the overall number of outbound registrations in a
+ - A GAUGE statistic for the overall number of outbound registrations in a
particular state, e.g.:
PJSIP.registrations.state.Registered
@@ -57,7 +57,7 @@ res_pjsip
* If res_statsd is loaded and a StatsD server is configured, basic statistics
regarding the state of PJSIP contacts will not be emitted. This includes:
- - A GUAGE statistic for the overall number of contacts in a particular
+ - A GAUGE statistic for the overall number of contacts in a particular
state, e.g.:
PJSIP.contacts.states.Reachable
- A TIMER statistic for the RTT time for each qualified contact, e.g.:
@@ -77,9 +77,9 @@ res_endpoint_stats
-------------------
* A new module that emits StatsD statistics regarding Asterisk endpoints.
This includes a total count of the number of endpoints, the count of the
- number of endpoints in the technology agnosti state of the endpoint -
+ number of endpoints in the technology agnostic state of the endpoint -
online or offline - as well as the number of channels associated with each
- endpoint. These are recorded as three differeng GUAGE statistics:
+ endpoint. These are recorded as three different GAUGE statistics:
- endpoints.count
- endpoints.state.{unknown|offline|online}
- endpoints.{tech}.{resource}.channels