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`
512
512
@@ -796,7 +796,7 @@ An exmaple of [custom metrics for Transacational Event Queues](./custom-metrics-
796
796
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:
797
797
798
798
```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
0 commit comments