We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 985e569 + b9df44c commit 29c04b4Copy full SHA for 29c04b4
2 files changed
build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
36
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.9.0")
37
38
- implementation("io.micrometer:micrometer-registry-prometheus")
+ runtimeOnly("io.micrometer:micrometer-registry-prometheus")
39
40
implementation("net.dv8tion:JDA:5.2.0") {
41
exclude(module = "opus-java")
src/main/resources/application.yml
@@ -65,13 +65,9 @@ spring:
65
66
management:
67
endpoints:
68
- enabled-by-default: false
69
- jmx:
+ web:
70
exposure:
71
- exclude: '*'
72
include: health,info,prometheus
73
- web:
74
- base-path: /actuator
75
76
endpoint:
77
health:
0 commit comments