- Install Docker Desktop
- (Build) Run
mvn verify
of the root project - (Prometheus RSocket Server) Start the server:
prometheus.rsocket.server.test.PrometheusRSocketServerTestApplication
- (Prometheus RSocket Client Native Image)
cd client
- (Prometheus RSocket Client Native Image) run command
docker build -t testimg .
- (Prometheus RSocket Client Native Image) run command
docker images
to find the image id - (Prometheus RSocket Client Native Image) run command
docker run --rm -e DOCKER_HOST=host.docker.internal <image_id>
to run the actual image - Access
http://localhost:8080/metrics/connected
on the host and you should see metrics withmain_application_class=prometheus.rsocket.client.test.PrometheusRSocketClientTestApplication
-
Notifications
You must be signed in to change notification settings - Fork 0
klopfdreh/prometheus-rsocket-native-test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is a test project to test new SNAPSHOT versions of prometheus rsocket proxy
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published