mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 11:06:49 +00:00
15 lines
508 B
Plaintext
15 lines
508 B
Plaintext
---
|
|
lowercaseOutputLabelNames: true
|
|
lowercaseOutputName: true
|
|
whitelistObjectNames: ["java.lang:type=OperatingSystem"]
|
|
blacklistObjectNames: []
|
|
rules:
|
|
- pattern: 'java.lang<type=OperatingSystem><>(committed_virtual_memory|free_physical_memory|free_swap_space|total_physical_memory|total_swap_space)_size:'
|
|
name: os_$1_bytes
|
|
type: GAUGE
|
|
attrNameSnakeCase: true
|
|
- pattern: 'java.lang<type=OperatingSystem><>((?!process_cpu_time)\w+):'
|
|
name: os_$1
|
|
type: GAUGE
|
|
attrNameSnakeCase: true
|
|
- pattern: ".*" |