Skip to content

Commit 570b45b

Browse files
authored
Mark 1.4.0 (#122)
* updates for 1.4.0 --------- Signed-off-by: Mark Nelson <[email protected]>
1 parent d177bb8 commit 570b45b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ docker run -it --rm \
459459
-e DB_PASSWORD=Welcome12345 \
460460
-e DB_CONNECT_STRING=free23ai:1521/freepdb \
461461
-p 9161:9161 \
462-
container-registry.oracle.com/database/observability-exporter:1.3.1
462+
container-registry.oracle.com/database/observability-exporter:1.4.0
463463
```
464464

465465
##### Using a wallet
@@ -486,7 +486,7 @@ docker run -it --rm \
486486
-e DB_CONNECT_STRING=devdb_tp \
487487
-v ./wallet:/wallet \
488488
-p 9161:9161 \
489-
container-registry.oracle.com/database/observability-exporter:1.3.1
489+
container-registry.oracle.com/database/observability-exporter:1.4.0
490490
```
491491

492492

@@ -765,7 +765,7 @@ An exmaple of [custom metrics for Transacational Event Queues](./custom-metrics-
765765
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:
766766
767767
```Dockerfile
768-
FROM container-registry.oracle.com/database/observability-exporter:1.3.1
768+
FROM container-registry.oracle.com/database/observability-exporter:1.4.0
769769
COPY custom-metrics.toml /
770770
ENTRYPOINT ["/oracledb_exporter", "--custom.metrics", "/custom-metrics.toml"]
771771
```

Diff for: docker-compose/compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
start_period: 30s
4444

4545
exporter:
46-
image: container-registry.oracle.com/database/observability-exporter:1.3.1
46+
image: container-registry.oracle.com/database/observability-exporter:1.4.0
4747
container_name: exporter
4848
ports:
4949
- 9161:9161

0 commit comments

Comments
 (0)