ferruzzi commented on code in PR #29449:
URL: https://github.com/apache/airflow/pull/29449#discussion_r1101976661


##########
scripts/ci/docker-compose/integration-statsd.yml:
##########
@@ -19,15 +19,36 @@ version: "3.7"
 services:
   statsd-exporter:
     image: apache/airflow:airflow-statsd-exporter-2020.09.05-v0.17.0
+    container_name: "breeze-statsd-exporter"
     ports:
       - "9125:9125"
       - "9125:9125/udp"
       - "29102:9102"
 
+  prometheus:
+    image: prom/prometheus
+    container_name: "breeze-prometheus"
+    user: "0"
+    ports:
+      - "29090:9090"

Review Comment:
   I didn't see a way to make these new ports or URLs obvious like the base 
ones are in the Breeze opening scroll.   maybe I should add a log or print 
somewhere so a user can find these links without digging in the code?  Thoughts?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to