You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/18 09:46:41 UTC

[GitHub] [incubator-openwhisk] SugandhaAgrawal commented on a change in pull request #4351: Add gauge metrics to docs

SugandhaAgrawal commented on a change in pull request #4351: Add gauge metrics to docs
URL: https://github.com/apache/incubator-openwhisk/pull/4351#discussion_r266359871
 
 

 ##########
 File path: docs/metrics.md
 ##########
 @@ -96,6 +96,10 @@ Histogram record the [distribution](http://kamon.io/documentation/0.6.x/kamon-co
 * `my_metric.max` - Max of aggregated values during the flush interval.
 * `my_metric.min` - Min of aggregated values during the flush interval.
 
+#### Gauges
+
+Gauges record the [distribution](http://kamon.io/documentation/0.6.x/kamon-core/metrics/instruments/#gauges) of given metric and there names are prefixed with `openwhisk.gauge`. For example `openwhisk.gauge.loadbalancer_totalHealthyInvoker_count`. A gauge metrics provides the value at the given point and reports the same data unless the value has been changed be incremental or decremental than before. Gauges are useful for reporting metrics like kafka queue size or disk size.
 
 Review comment:
   I will update

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services