2020-03-25 02:55:01 UTC - Pedro Fernandez: Hi, I'd been trying to make work kamon metrics for a while, without success. The only hint I came up is this error when executing the standalone jar. Any clue what this error means? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585104901002000 ---- 2020-03-25 07:16:45 UTC - Neeraj Mangal: I think it is a warning. For metrics to work with standalone jar, you need to start user-event service separately. Try to start the standalone jar like this `java -jar ./bin/openwhisk-standalone.jar --user-events`. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585120605004300?thread_ts=1585120605.004300&cid=C3TPCAQG1 ---- 2020-03-25 09:17:41 UTC - kjj: Super useful! Thanks a bunch :slightly_smiling_face: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585127861004500?thread_ts=1577076262.041200&cid=C3TPCAQG1 ----