Skip to content

Commit

Permalink
Merge pull request #3086 from amvanbaren/reenable-metrics
Browse files Browse the repository at this point in the history
Re-enable metrics
  • Loading branch information
amvanbaren authored Nov 6, 2024
2 parents 49e8727 + 7776d95 commit 3df7554
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,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 @@ -80,7 +77,7 @@ management:
exposure:
include:
- health
# - prometheus
- prometheus
tracing:
sampling:
probability: 0.1
Expand Down

0 comments on commit 3df7554

Please sign in to comment.