https://github.com/cbos/monitoring-ibm-mq
https://github.com/cbos/monitoring-ibm-mq
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbos/monitoring-ibm-mq
- Owner: cbos
- License: mit
- Created: 2025-10-24T06:24:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-12T12:35:14.000Z (7 months ago)
- Last Synced: 2025-11-12T14:28:56.368Z (7 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monitoring IBM MQ
This is a repository to monitor IBM MQ with OpenTelemetry and run a container with IBM MQ.
See https://github.com/ibm-messaging/mq-metric-samples for more information on monitoring IBM MQ.
```shell
git clone https://github.com/ibm-messaging/mq-metric-samples.git
cd mq-metric-samples
# --platform linux/amd64 is needed on Mac with arm64 processor
# --build-arg EXPORTER=mq_otel is needed to build the container with the OpenTelemetry exporter default is Prometheus
docker build --platform linux/amd64 --build-arg EXPORTER=mq_otel -t mq-otel:1.0 .
```
# Run IBM MQ and the OpenTelemetry monitoring
Check the `docker-compose.yaml` file and the `mq-otel.yaml` file for the configuration.
```shell
docker-compose up -d
```
Check the logs of the `mq-otel` container and check your observability platform if metric data is available.