You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cp4i/README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,15 @@
1
-
# Monitoring metrics in Red Hat OpenShift
2
-
This directory contains sample files that demonstrate how to deploy the Prometheus
3
-
monitor to gather metrics in a Red Hat OpenShift / Cloud Pak for Integration deployment.
1
+
# Monitoring metrics in Cloud Pak for Integration
2
+
This directory contains sample files that show how to deploy the Prometheus
3
+
monitor to expose queue metrics for a queue manager running in a Cloud Pak for
4
+
Integration deployment on Red Hat OpenShift.
4
5
5
-
The basic steps to do this are as follows;
6
+
The MQ Certified Container that comes in the Cloud Pak for Integration
7
+
emits a range of [queue manager (server) scope metrics](https://www.ibm.com/docs/en/ibm-mq/9.2?topic=containers-metrics-published-by-mq-certified) but does not currently offer an option to
8
+
publish information about queues or topics, so use of an additional Prometheus monitor pod as
9
+
shown below allows queue (and topic) metrics to be published to Prometheus for consumption
10
+
by OpenShift monitoring tools.
11
+
12
+
The steps to do this are as follows;
6
13
7
14
```
8
15
# Build the Prometheus monitor container as normal
0 commit comments