Skip to content

Commit 1ee8cc4

Browse files
authored
Merge pull request #3133 from amvanbaren/test-07617751
test 07617751
2 parents 9dcaae8 + 8c6434c commit 1ee8cc4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=07617750
1+
ARG SERVER_VERSION=07617751
22

33
# Builder image to compile the website
44
FROM ubuntu AS builder

configuration/application.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ server:
2525
spring:
2626
application:
2727
name: openvsx-server
28-
autoconfigure:
29-
# don't send traces to Zipkin
30-
exclude: org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinAutoConfiguration
3128
config:
3229
import: file:${DEPLOYMENT_CONFIG}
3330
cache:
@@ -84,7 +81,7 @@ management:
8481
exposure:
8582
include:
8683
- health
87-
# - prometheus
84+
- prometheus
8885
tracing:
8986
sampling:
9087
probability: 0.1

0 commit comments

Comments
 (0)