Skip to content

Is this broken in sbt 1.9.7? #28

Description

@jakobmerrild

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"
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions