Skip to content

Commit b0f5211

Browse files
authored
Added TOC
1 parent 6bafddf commit b0f5211

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
Prometheus exporter for IBM MQ, written in Java. Exposes API of IBM MQ and system metrics of it's host machine.
44

5+
## Table of contents
6+
1. [Getting Started](https://github.com/Cinimex-Informatica/mq-java-exporter#getting-started)
7+
- [Compatibility](https://github.com/Cinimex-Informatica/mq-java-exporter#compatibility)
8+
- [Prerequisites](https://github.com/Cinimex-Informatica/mq-java-exporter#prerequisites)
9+
- [Dependencies](https://github.com/Cinimex-Informatica/mq-java-exporter#dependencies)
10+
- [Configuration](https://github.com/Cinimex-Informatica/mq-java-exporter#configuration)
11+
- [Build](https://github.com/Cinimex-Informatica/mq-java-exporter#build)
12+
2. [Metrics](https://github.com/Cinimex-Informatica/mq-java-exporter#metrics)
13+
- [Platform central processing units](https://github.com/Cinimex-Informatica/mq-java-exporter#platform-central-processing-units)
14+
- [CPU performance - platform wide](https://github.com/Cinimex-Informatica/mq-java-exporter#cpu-performance---platform-wide)
15+
- [CPU performance - running queue manager](https://github.com/Cinimex-Informatica/mq-java-exporter#cpu-performance---running-queue-manager)
16+
- [Platform persistent data stores](https://github.com/Cinimex-Informatica/mq-java-exporter#platform-persistent-data-stores)
17+
- [Disk usage - platform wide](https://github.com/Cinimex-Informatica/mq-java-exporter#disk-usage---platform-wide)
18+
- [Disk usage - running queue managers](https://github.com/Cinimex-Informatica/mq-java-exporter#disk-usage---running-queue-managers)
19+
- [Disk usage - queue manager recovery log](https://github.com/Cinimex-Informatica/mq-java-exporter#disk-usage---queue-manager-recovery-log)
20+
- [API usage statistics](https://github.com/Cinimex-Informatica/mq-java-exporter#api-usage-statistics)
21+
- [MQCONN and MQDISC](https://github.com/Cinimex-Informatica/mq-java-exporter#mqconn-and-mqdisc)
22+
- [MQOPEN and MQCLOSE](https://github.com/Cinimex-Informatica/mq-java-exporter#mqopen-and-mqclose)
23+
- [MQINQ and MQSET](https://github.com/Cinimex-Informatica/mq-java-exporter#mqinq-and-mqset)
24+
- [MQPUT](https://github.com/Cinimex-Informatica/mq-java-exporter#mqput)
25+
- [MQGET](https://github.com/Cinimex-Informatica/mq-java-exporter#mqget)
26+
- [Commit and rollback](https://github.com/Cinimex-Informatica/mq-java-exporter#commit-and-rollback)
27+
- [Subscribe](https://github.com/Cinimex-Informatica/mq-java-exporter#subscribe)
28+
- [Publish](https://github.com/Cinimex-Informatica/mq-java-exporter#publish)
29+
- [API per-queue usage statistics](https://github.com/Cinimex-Informatica/mq-java-exporter#api-per-queue-usage-statistics)
30+
- [MQOPEN and MQCLOSE](https://github.com/Cinimex-Informatica/mq-java-exporter#mqopen-and-mqclose-1)
31+
- [MQINQ and MQSET](https://github.com/Cinimex-Informatica/mq-java-exporter#mqinq-and-mqset-1)
32+
- [MQPUT and MQPUT1](https://github.com/Cinimex-Informatica/mq-java-exporter#mqput-and-mqput1)
33+
- [MQGET](https://github.com/Cinimex-Informatica/mq-java-exporter#mqget-1)
34+
3. [Issues and Contributions](https://github.com/Cinimex-Informatica/mq-java-exporter#issues-and-contributions)
35+
4. [Warning](https://github.com/Cinimex-Informatica/mq-java-exporter#warning)
36+
5. [License](https://github.com/Cinimex-Informatica/mq-java-exporter#license)
37+
538
## Getting Started
639

740
#### Compatibility

0 commit comments

Comments
 (0)