Skip to content

Is this broken in sbt 1.9.7? #28

@jakobmerrild

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

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