Skip to content

Commit

Permalink
Enable more spark driver metrics in prometheus (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
FraBle authored Jul 22, 2021
1 parent be22419 commit 2cf50d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bullet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bullet
description: A real-time query engine for very large data streams
type: application
version: 0.3.1
version: 0.3.2
appVersion: "1.0.4"
home: https://github.com/SketchBench/bullet-k8s
# icon:
Expand Down
4 changes: 4 additions & 0 deletions charts/bullet/templates/spark-backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ spec:
- {{ printf "spark.executor.memory=%s" .Values.sparkBackend.executorMemory }}
- --conf
- {{ printf "spark.ui.prometheus.enabled=%t" .Values.sparkBackend.metrics.enabled }}
- --conf
- {{ printf "spark.metrics.appStatusSource.enabled=%t" .Values.sparkBackend.metrics.enabled }}
- --conf
- {{ printf "spark.sql.streaming.metricsEnabled=%t" .Values.sparkBackend.metrics.enabled }}
- --class
- com.yahoo.bullet.spark.BulletSparkStreamingMain
- --jars
Expand Down

0 comments on commit 2cf50d8

Please sign in to comment.