Published Jan 29
Prometheus
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
Related content
Connections
Connections
More like this
How to Use Web Services on Provisioned IM Instances
How to Use Web Services on Provisioned IM Instances
More like this
IntegrationManager version 6.0.0