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`
581
581
@@ -865,7 +865,7 @@ An exmaple of [custom metrics for Transacational Event Queues](./custom-metrics-
865
865
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:
866
866
867
867
```Dockerfile
868
-
FROM container-registry.oracle.com/database/observability-exporter:1.5.3
868
+
FROM container-registry.oracle.com/database/observability-exporter:1.5.4
0 commit comments