-
Story
-
Resolution: Done
-
Critical
-
AMQ 7.8.2.GA
-
False
-
False
-
-
Undefined
-
+
- Prometheus Operator is the default on OpenShift 4 and uses the ServiceMonitor concept for scraping. So my expectation is that Red Hat Products must work with ServiceMonitor.
- ServiceMonitor is the default way to scrape Prometheus metrics, our expectations would be that the port definitions are automatically added to the StatefulSet.
- In AMQ 7.8.2, the StatefulSet are missing container port definitions, so the ServiceMonitor cannot scrape the metrics. We have to manually add this port definition to the StatefulSet in order to get the metrics work.
ports: - containerPort: 8161 name: management protocol: TCP
- is cloned by
-
ENTMQBR-7483 [Docs]feature request - Prometheus should use ServiceMonitor concept for scraping.
- Closed
- relates to
-
ENTMQBR-3599 Provide example of Prometheus and Grafana deployment configurations for AMQ Broker on OpenShift
- Closed
- mentioned on