Skip to content

Instantly share code, notes, and snippets.

@thiagoavadore
Created June 19, 2020 09:35
Show Gist options
  • Save thiagoavadore/201761388932386f580d3b2053a1cf35 to your computer and use it in GitHub Desktop.
Save thiagoavadore/201761388932386f580d3b2053a1cf35 to your computer and use it in GitHub Desktop.
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