Ubuntu – Prometheus not able to read metrics from otel collector in docker
I am trying to setup a docker-compose that will have prometheus, otel-collector and a spring boot application that will send data to the otel collector. The docker compose file is like this: version: '3.4' networks: cart: driver: bridge services: prometheus:…