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/08/30 23:39:43 UTC

[GitHub] [openwhisk-deploy-kube] selfxp opened a new issue #519: Add support for user-events monitoring

selfxp opened a new issue #519: Add support for user-events monitoring
URL: https://github.com/apache/openwhisk-deploy-kube/issues/519
 
 
   Add the [user-events](https://github.com/adobe-apiplatform/openwhisk-user-events) service as part the deployment. This will provide monitoring capabilities for all invocations passing through the cluster. More on the [supported events](https://github.com/apache/openwhisk/blob/master/docs/metrics.md#supported-events).
   Additionally deploy `Prometheus` and `Grafana` for storing and visualizing the metrics using predefined dashboards.
   These services should only be installed if the `userMetricsEnabled` is set to true: 
   ```
   metrics:
     userMetricsEnabled: true
   ```
   Having a `Prometheus` deployed in the cluster allows also the scraping of `controller` and `invoker` metrics. 
   Enable metrics scraping on Prometheus by setting `prometheusEnabled` to `true`: 
   ```
   metrics:
     prometheusEnabled: true
   ```

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