Pankaj Dahiya
Pankaj Dahiya

Reputation: 1

Monitoring Openwhisk cluster

We have openwhisk setup on onPrem on Docker. I want to moniter it via prometheus and grafana tool. How can I intergrate Kamon with my cluster and prometheous? As a DevOps guy, I need to monitor every single point of my openwhisk cluster.

Also, there is a docker image "kamon/grafana_graphite" which may help me in the cluster monitoring. But there is zero documentation available that how can I connect it to my openwhisk cluster.

Upvotes: 0

Views: 461

Answers (1)

csantanapr
csantanapr

Reputation: 5022

You can find the documentation inside the docs directory https://github.com/apache/openwhisk/blob/master/docs/metrics.md

Upvotes: 0

Related Questions