p

prometheus-rsocket-spring

RSocket proxy to pull metrics from applications that can only open egress
https://github.com/micrometer-metrics/prometheus-rsocket-proxy
The Apache Software License, Version 2.0
Tommy Ludwig
Files download
File Operation
prometheus-rsocket-spring-1.5.2.jar download
prometheus-rsocket-spring-1.5.2.pom download
prometheus-rsocket-spring-1.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.micrometer.prometheus</groupId>
  <artifactId>prometheus-rsocket-spring</artifactId>
  <version>1.5.2</version>
</dependency>
Gradle Groovy
implementation 'io.micrometer.prometheus:prometheus-rsocket-spring:1.5.2'
Gradle Kotlin
implementation("io.micrometer.prometheus:prometheus-rsocket-spring:1.5.2")
Scala SBT
libraryDependencies += "io.micrometer.prometheus" % "prometheus-rsocket-spring" % "1.5.2"
Groovy Grape
@Grapes(
  @Grab(group='io.micrometer.prometheus', module='prometheus-rsocket-spring', version='1.5.2')
)
Apache Ivy
<dependency org="io.micrometer.prometheus" name="prometheus-rsocket-spring" rev="1.5.2" />
Leiningen
[io.micrometer.prometheus/prometheus-rsocket-spring "1.5.2"]
Apache Buildr
'io.micrometer.prometheus:prometheus-rsocket-spring:jar:1.5.2'