...
Excerpt |
---|
Usage Engine can be set up to use metrics, as a way to track the performance of your deployment. Usage Engine can be integrated with Prometheus, a tool used to monitor and collect metrics from pods and containers located within your deployment. After extracting these metrics, they can then be used for:
As an alternative to the Prometheus agent you can also publish your own metrics, in the same way you publish your own Information Model (MIM) in workflows. |
Prerequisites
Before getting to know how to use Prometheus with Usage Engine, it is recommended that you be familiar with how Prometheus works. You can read up on Prometheus from this link: https://prometheus.io/docs/introduction/overview/
...