2019-12-25 17:36:01 UTC - Neeraj Mangal: Hi @Nima Mahmoudi, by default the metrics are not pushed to prometheus but you can enable them with below configuration. <https://github.com/apache/openwhisk/blob/3235a941b699f5ffab0fa41d225647ab1ed31bf7/common/scala/src/main/resources/application.conf#L89> ```whisk { metrics { prometheus-enabled = true } }``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577295361061500 ---- 2019-12-25 18:53:20 UTC - Nima Mahmoudi: @Neeraj Mangal Thats great, thank you :slightly_smiling_face: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577300000062000 ---- 2019-12-25 18:53:48 UTC - Nima Mahmoudi: Will it create a prometheus container automatically? I believe I read somewhere that it is published on port 9095, so the path for publishing the metrics will be `HOST:9095/metrics`? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577300028062300?thread_ts=1577300028.062300&cid=C3TPCAQG1 ----