-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
We use this plugin to add a prometheus exporter. However, after upgrading to sbt version 1.9.7 it seems to no longer work.
Wondering if the plugin in general doesn't work with 1.9.7 or if there's something else wrong
Here's our build.sbt definition
javaAgents += JavaAgent(
"io.prometheus.jmx" % "jmx_prometheus_javaagent" % "0.20.0",
arguments = "${PROMETHEUS_PORT:-1936}:/app/prometheus-exporter.yaml"
)Metadata
Metadata
Assignees
Labels
No labels