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
Jon Schneider
Files download
File Operation
prometheus-rsocket-spring-1.1.0.jar download
prometheus-rsocket-spring-1.1.0.pom download
prometheus-rsocket-spring-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.micrometer.prometheus</groupId>
  <artifactId>prometheus-rsocket-spring</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.micrometer.prometheus:prometheus-rsocket-spring:1.1.0'
Gradle Kotlin
implementation("io.micrometer.prometheus:prometheus-rsocket-spring:1.1.0")
Scala SBT
libraryDependencies += "io.micrometer.prometheus" % "prometheus-rsocket-spring" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.micrometer.prometheus', module='prometheus-rsocket-spring', version='1.1.0')
)
Apache Ivy
<dependency org="io.micrometer.prometheus" name="prometheus-rsocket-spring" rev="1.1.0" />
Leiningen
[io.micrometer.prometheus/prometheus-rsocket-spring "1.1.0"]
Apache Buildr
'io.micrometer.prometheus:prometheus-rsocket-spring:jar:1.1.0'