Skip to content

Commit

Permalink
Merge pull request #6009 from vdesabou/flink-integration
Browse files Browse the repository at this point in the history
working on adding grafana dashboards for flink
  • Loading branch information
vdesabou authored Nov 27, 2024
2 parents 32bffeb + 7aedf2d commit fe8c681
Show file tree
Hide file tree
Showing 14 changed files with 8,033 additions and 135 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 fe8c681

Please sign in to comment.