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
>**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`
425
426
@@ -714,7 +715,7 @@ An exmaple of [custom metrics for Transacational Event Queues](./custom-metrics-
714
715
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:
715
716
716
717
```Dockerfile
717
-
FROM container-registry.oracle.com/database/observability-exporter:1.5.4
718
+
FROM container-registry.oracle.com/database/observability-exporter:1.5.5
Copy file name to clipboardExpand all lines: changelog.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,14 @@
4
4
5
5
Our current priorities are support for RAC and mutliple databases (including #84 and #89). We expect to address these in an upcoming release.
6
6
7
-
The following changes are in main but not yet available in a release:
7
+
8
+
### Version 1.5.5, March 13, 2025
9
+
10
+
This release includes the following changes:
8
11
9
12
-[@VictorErmakov](https://github.com/VictorErmakov) updated the docker-compose sample with connection pool parameters to avoid fast connect cycling (#191).
13
+
- Update default values for connection pool parameters to use go-sql pooling by default to avoid fast connet cycling.
14
+
- Updated some third-party dependencies.
10
15
11
16
Thank you to the following people for their suggestions and contributions:
0 commit comments