We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dcaae8 + 8c6434c commit 1ee8cc4Copy full SHA for 1ee8cc4
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG SERVER_VERSION=07617750
+ARG SERVER_VERSION=07617751
2
3
# Builder image to compile the website
4
FROM ubuntu AS builder
configuration/application.yml
@@ -25,9 +25,6 @@ server:
25
spring:
26
application:
27
name: openvsx-server
28
- autoconfigure:
29
- # don't send traces to Zipkin
30
- exclude: org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinAutoConfiguration
31
config:
32
import: file:${DEPLOYMENT_CONFIG}
33
cache:
@@ -84,7 +81,7 @@ management:
84
81
exposure:
85
82
include:
86
83
- health
87
- # - prometheus
+ - prometheus
88
tracing:
89
sampling:
90
probability: 0.1
0 commit comments