Skip to content

Commit

Permalink
grafana dashboard and env variables should work in all deployment modes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdpop committed Nov 26, 2024
1 parent d226b77 commit 7aedf2d
Show file tree
Hide file tree
Showing 11 changed files with 7,937 additions and 130 deletions.
8 changes: 5 additions & 3 deletions environment/plaintext/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,8 @@ services:
profiles:
- flink
ports:
- "18081:18081" # Expose port 18081 for REST API and Web UI
- "18081:18081" # REST API and Web UI
- "9090:9090" # Prometheus metrics
entrypoint: >
sh -c "$flink_connectors exec /docker-entrypoint.sh jobmanager"
environment:
Expand All @@ -624,7 +625,8 @@ services:
jobmanager.rpc.address: jobmanager
rest.port: 18081
taskmanager.numberOfTaskSlots: 4
${GRAFANA_FLINK}
# Flink TaskManager
taskmanager:
image: flink:${FLINK_TAG}
Expand All @@ -643,7 +645,7 @@ services:
rest.address: jobmanager
rest.port: 18081
taskmanager.numberOfTaskSlots: 4
${GRAFANA_FLINK}
# Flink SQL Client
sql-client:
image: flink:${FLINK_TAG}
Expand Down
Loading

0 comments on commit 7aedf2d

Please sign in to comment.