Skip to content

Commit dd29213

Browse files
committed
prepare for 1.5.1 release
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent 156ed4b commit dd29213

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ docker run -it --rm \
475475
-e DB_PASSWORD=Welcome12345 \
476476
-e DB_CONNECT_STRING=free23ai:1521/freepdb \
477477
-p 9161:9161 \
478-
container-registry.oracle.com/database/observability-exporter:1.5.0
478+
container-registry.oracle.com/database/observability-exporter:1.5.1
479479
```
480480

481481
##### Using a wallet
@@ -506,7 +506,7 @@ docker run -it --rm \
506506
-e DB_CONNECT_STRING=devdb_tp \
507507
-v ./wallet:/wallet \
508508
-p 9161:9161 \
509-
container-registry.oracle.com/database/observability-exporter:1.5.0
509+
container-registry.oracle.com/database/observability-exporter:1.5.1
510510
```
511511
> **Note:** If you are using `podman` you must specify the `:z` suffix on the volume mount so that the container will be able to access the files in the volume. For example: `-v ./wallet:/wallet:z`
512512
@@ -796,7 +796,7 @@ An exmaple of [custom metrics for Transacational Event Queues](./custom-metrics-
796796
If you run the exporter as a container image and want to include your custom metrics in the image itself, you can use the following example `Dockerfile` to create a new image:
797797

798798
```Dockerfile
799-
FROM container-registry.oracle.com/database/observability-exporter:1.5.0
799+
FROM container-registry.oracle.com/database/observability-exporter:1.5.1
800800
COPY custom-metrics.toml /
801801
ENTRYPOINT ["/oracledb_exporter", "--custom.metrics", "/custom-metrics.toml"]
802802
```

kubernetes/metrics-exporter-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: metrics-exporter
20-
image: container-registry.oracle.com/database/observability-exporter:1.0.0
20+
image: container-registry.oracle.com/database/observability-exporter:1.5.1
2121
imagePullPolicy: Always
2222
env:
2323
# uncomment and customize the next item if you want to provide custom metrics definitions

0 commit comments

Comments
 (0)