You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-5
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,23 @@ Contributions are welcome - please see [contributing](CONTRIBUTING.md).
27
27
28
28
## Release Notes
29
29
30
+
### Version 1.5.3, January 28, 2025
31
+
32
+
Our current priorities are support for RAC and mutliple databases (inculding #84 and #89), and intermittent connection issues
33
+
with ADB-S when exporter is run in a container (including #169). We expect to address these in an upcoming release.
34
+
35
+
This release includes the following changes:
36
+
37
+
- Fix over-zealous supression of errors when `ignorezeroresult = true` (#168).
38
+
- When `scrapeinterval` is set, do first scrape immediately, not after the interval (#166).
39
+
- Updated some third-party dependencies.
40
+
41
+
Thank you to the following people for their suggestions and contributions:
42
+
43
+
-[@redelang](https://github.com/redelang)
44
+
45
+
In this release, we also started some minor code refactoring.
46
+
30
47
### Version 1.5.2, December 2, 2024
31
48
32
49
This release includes the following changes:
@@ -442,7 +459,7 @@ docker run --name free23ai \
442
459
-d \
443
460
-p 1521:1521 \
444
461
-e ORACLE_PASSWORD=Welcome12345 \
445
-
gvenzl/oracle-free:23.5-slim-faststart
462
+
gvenzl/oracle-free:23.6-slim-faststart
446
463
```
447
464
448
465
This will pull the image and start up the database with a listener on port 1521. It will also create a pluggable database (a database container) called "FREEPDB1" and will set the admin passwords to the password you specified on this command.
>**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`
541
558
@@ -825,7 +842,7 @@ An exmaple of [custom metrics for Transacational Event Queues](./custom-metrics-
825
842
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:
826
843
827
844
```Dockerfile
828
-
FROM container-registry.oracle.com/database/observability-exporter:1.5.1
845
+
FROM container-registry.oracle.com/database/observability-exporter:1.5.3
0 commit comments