Skip to content

This is a test project to test new SNAPSHOT versions of prometheus rsocket proxy

Notifications You must be signed in to change notification settings

klopfdreh/prometheus-rsocket-native-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus RSocket Test

  1. Install Docker Desktop
  2. (Build) Run mvn verify of the root project
  3. (Prometheus RSocket Server) Start the server: prometheus.rsocket.server.test.PrometheusRSocketServerTestApplication
  4. (Prometheus RSocket Client Native Image) cd client
  5. (Prometheus RSocket Client Native Image) run command docker build -t testimg .
  6. (Prometheus RSocket Client Native Image) run command docker images to find the image id
  7. (Prometheus RSocket Client Native Image) run command docker run --rm -e DOCKER_HOST=host.docker.internal <image_id> to run the actual image
  8. Access http://localhost:8080/metrics/connected on the host and you should see metrics with main_application_class=prometheus.rsocket.client.test.PrometheusRSocketClientTestApplication

About

This is a test project to test new SNAPSHOT versions of prometheus rsocket proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published