diff --git a/Dockerfile b/Dockerfile index 741cf7ee..6e547ad2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN /usr/bin/yarn --cwd website \ && /usr/bin/yarn --cwd website build # Main image derived from openvsx-server -FROM docker.io/amvanbaren/openvsx-server:a86a9dd +FROM docker.io/amvanbaren/openvsx-server:fd678d5 COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/ COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/ diff --git a/configuration/application.yml b/configuration/application.yml index 99ab0726..f0bdb229 100644 --- a/configuration/application.yml +++ b/configuration/application.yml @@ -166,3 +166,8 @@ ovsx: vscode: upstream: update-on-start: true + metrics: + prometheus: + params: + exemplars: + enabled: true \ No newline at end of file