How to monitor spring boot?

Hi,

I have deployed with K8s spring boot applications that exposes the prometheus data in myserver:8082/health/prometheus.

I’m trying to monitor the metrics using prometheus in rancher.

I have added custom metrics to my work load:
Container Port: 8082
Path: /health/prometheus
Protocol: HTTP

Where should I see these metrics in rancher?
On my own desktop I have prometheus setup that pulls these metrics.

Should I use an exporter? If so, after I install it as a sidecar, where I’ll be able to see them?

What am I missing? Please assist.

Thanks,