selfxp commented on a change in pull request #4656: User Events support in 
OpenWhisk Standalone mode
URL: https://github.com/apache/openwhisk/pull/4656#discussion_r330305946
 
 

 ##########
 File path: core/standalone/README.md
 ##########
 @@ -245,9 +247,33 @@ be selected. TO find out the port look for message in log 
like below (or grep fo
 [ 9000  ] http://localhost:9000 (whisk-kafka-drop-ui)
 ```
 
+#### User Events
+
+Standalone OpenWhisk supports emitting [user events][7] and displaying them 
via Grafana Dashboard. The metrics are
+consumed by [User Event Service][8] which converts them into metrics consumed 
via Prometheus.
+
+```
+java -jar openwhisk-standalone.jar --user-events
+```
+
+This mode would launch an embedded Kafka, User Event service, Prometheus and 
Grafana with preconfigured dashboards.
+
+```
+Launched service details
+
 
 Review comment:
   It was not clear to me at a first glance on what port the controller is 
running. I wonder if it would make sense to add this too: 
   ```
   [3233] http://localhost:3233  (controller)
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to