Skip to content

Commit 5ff54e7

Browse files
committed
use an atomic reference for the metrics
1 parent 9ab8aa7 commit 5ff54e7

4 files changed

Lines changed: 874 additions & 585 deletions

File tree

ibm-mq-metrics/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ sslConnection:
214214

215215
# Configure the OTLP exporter using system properties keys following the specification https://opentelemetry.io/docs/languages/java/configuration/
216216
otlpExporter:
217-
otel.exporter.otlp.endpoint: http://localhost:4318
217+
otel.exporter.otlp.endpoint: http://localhost:4318

ibm-mq-metrics/docs/metrics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,3 +834,5 @@
834834
|---|---|---|---|---|---|
835835
| `error.code` | string | The reason code associated with an error | `2038`; `2543`; `2009` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) |
836836
| `ibm.mq.queue.manager` | string | The name of the IBM queue manager | `MQ1` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) |
837+
838+

0 commit comments

Comments
 (0)