Skip to content

Commit

Permalink
feat(prometheus):add appStatus (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
liebstein authored Feb 16, 2022
1 parent dddc96b commit 7ed7bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/spark/k8s/metrics/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rules:

# These come from the application driver
# Example: app-20160809000059-0000.driver.DAGScheduler.stage.failedStages
- pattern: "metrics<name=(.*)\\.driver\\.(DAGScheduler|BlockManager|jvm)\\.(.*), type=gauges><>Value"
- pattern: "metrics<name=(.*)\\.driver\\.(DAGScheduler|BlockManager|jvm|appStatus)\\.(.*), type=gauges><>Value"
name: spark_driver_$2_$3
type: GAUGE
labels:
Expand Down

0 comments on commit 7ed7bc8

Please sign in to comment.