Created
March 28, 2019 19:29
-
-
Save noemi-dresden/32f405ce0f2b4f416017a3a8614b165e to your computer and use it in GitHub Desktop.
graphite_mapping conf file for spark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mappings: | |
- match: '*.*.jvm.*.*' | |
name: jvm_memory_usage | |
labels: | |
application: $1 | |
executor_id: $2 | |
mem_type: $3 | |
qty: $4 | |
- match: '*.*.jvm.pools.*.*' | |
name: jvm_memory_pools | |
labels: | |
application: $1 | |
executor_id: $2 | |
mem_type: $3 | |
qty: $4 | |
- match: '*.*.BlockManager.*.*' | |
name: block_manager | |
labels: | |
application: $1 | |
executor_id: $2 | |
type: $3 | |
qty: $4 | |
- match: '*.*.DAGScheduler.*.*' | |
name: DAG_scheduler | |
labels: | |
application: $1 | |
executor_id: $2 | |
type: $3 | |
qty: $4 | |
- match: '*.*.app.StreamingMetrics.*.*' | |
name: app_Metrics | |
labels: | |
application: $1 | |
executor_id: $2 | |
type: $3 | |
qty: $4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment