MVN

io.micrometer.prometheus : prometheus-rsocket-spring

Maven & Gradle

Jul 07, 2023
181 usages
69 stars

prometheus-rsocket-spring · RSocket proxy to pull metrics from applications that can only open egress

<dependency>
    <groupId>io.micrometer.prometheus</groupId>
    <artifactId>prometheus-rsocket-spring</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.micrometer.prometheus : prometheus-rsocket-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.2

All Versions

Choose a version of io.micrometer.prometheus : prometheus-rsocket-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
prometheus-rsocket-spring-1.5.2
prometheus-rsocket-spring-1.5.1
prometheus-rsocket-spring-1.5.0
1.4.x
prometheus-rsocket-spring-1.4.0
1.3.x
prometheus-rsocket-spring-1.3.2
prometheus-rsocket-spring-1.3.0
1.2.x
prometheus-rsocket-spring-1.2.1
prometheus-rsocket-spring-1.2.0
1.1.x
prometheus-rsocket-spring-1.1.0
1.0.x
prometheus-rsocket-spring-1.0.0
0.11.x
prometheus-rsocket-spring-0.11.0
0.10.x
prometheus-rsocket-spring-0.10.6
prometheus-rsocket-spring-0.10.5
prometheus-rsocket-spring-0.10.3
0.9.x
prometheus-rsocket-spring-0.9.0
0.8.x
prometheus-rsocket-spring-0.8.0

How to add a dependency to Maven

Add the following io.micrometer.prometheus : prometheus-rsocket-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.micrometer.prometheus</groupId>
    <artifactId>prometheus-rsocket-spring</artifactId>
    <version>1.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.micrometer.prometheus : prometheus-rsocket-spring gradle dependency to your build.gradle file:

implementation 'io.micrometer.prometheus:prometheus-rsocket-spring:1.5.2'

Gradle Kotlin DSL: Add the following io.micrometer.prometheus : prometheus-rsocket-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("io.micrometer.prometheus:prometheus-rsocket-spring:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.micrometer.prometheus : prometheus-rsocket-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "io.micrometer.prometheus" % "prometheus-rsocket-spring" % "1.5.2"