This module handles the Prometheus setup for IM. Prometheus is a monitoring system and time series database.
Properties
Property | Default Value | Description |
---|---|---|
| false | If set to |
| false | If set to |
| 8081 | If the property |
Examples
Allow Prometheus on Standard Port
integration.prometheus.enabled=true
curl --request GET https://localhost:8080/prometheus -k --user xxx:yyy
Allow Prometheus on Separate Unsecured Port
This can be used by Ops to scrape data.
integration.prometheus.enabled=true integration.prometheus.unsecured=true integration.prometheus.port=8877
curl --request GET http://localhost:8877/prometheus