Prometheus by default is exposed on port 2112 when env.PROMETHEUS_MONITORING_ENABLED: true. However the weaviate service definition has a hardcoded targetport of 8080. So either the weaviate service should also expose the prometheus service or we should create a new service definition for prometheus.
Prometheus by default is exposed on port 2112 when
env.PROMETHEUS_MONITORING_ENABLED: true. However the weaviate service definition has a hardcoded targetport of 8080. So either the weaviate service should also expose the prometheus service or we should create a new service definition for prometheus.