Skip to content

Commit

Permalink
Merge pull request #3133 from amvanbaren/test-07617751
Browse files Browse the repository at this point in the history
test 07617751
  • Loading branch information
amvanbaren authored Nov 19, 2024
2 parents 9dcaae8 + 8c6434c commit 1ee8cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=07617750
ARG SERVER_VERSION=07617751

# Builder image to compile the website
FROM ubuntu AS builder
Expand Down
5 changes: 1 addition & 4 deletions configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ server:
spring:
application:
name: openvsx-server
autoconfigure:
# don't send traces to Zipkin
exclude: org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinAutoConfiguration
config:
import: file:${DEPLOYMENT_CONFIG}
cache:
Expand Down Expand Up @@ -84,7 +81,7 @@ management:
exposure:
include:
- health
# - prometheus
- prometheus
tracing:
sampling:
probability: 0.1
Expand Down

0 comments on commit 1ee8cc4

Please sign in to comment.