Skip to content

Commit

Permalink
Enable exemplars query param
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Feb 14, 2024
1 parent 351511a commit f6ccd89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
5 changes: 5 additions & 0 deletions configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,8 @@ ovsx:
vscode:
upstream:
update-on-start: true
metrics:
prometheus:
params:
exemplars:
enabled: true

0 comments on commit f6ccd89

Please sign in to comment.