This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git


The following commit(s) were added to refs/heads/master by this push:
     new 87fc62a  Enable user metrics (#196)
87fc62a is described below

commit 87fc62a8fb34e5db2a76a447adeff73ad6979086
Author: Cosmin Stanciu <sel...@users.noreply.github.com>
AuthorDate: Thu Jan 24 19:32:52 2019 -0800

    Enable user metrics (#196)
---
 docker-compose/docker-whisk-controller.env | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker-compose/docker-whisk-controller.env 
b/docker-compose/docker-whisk-controller.env
index 6f4f0c3..60704ed 100644
--- a/docker-compose/docker-whisk-controller.env
+++ b/docker-compose/docker-whisk-controller.env
@@ -39,6 +39,8 @@ CONFIG_kamon_statsd_port=8125
 CONFIG_whisk_loadbalancer_invokerUserMemory=1024m
 CONFIG_whisk_containerPool_userMemory=1024m
 
+CONFIG_whisk_userEvents_enabled=true
+
 CONTROLLER_BLACKBOXFRACTION=0.10
 CONTROLLER_OPTS=-Dcom.sun.management.jmxremote 
-Dcom.sun.management.jmxremote.ssl=false 
-Dcom.sun.management.jmxremote.authenticate=false 
-Dcom.sun.management.jmxremote.port=1098 -Xdebug 
-Xrunjdwp:transport=dt_socket,address=9222,server=y,suspend=n
 CONTROLLER_HA=False

Reply via email to