hazelcast-test/jmx_agent_config.yaml
Карпич Дмитрий Александрович df4e121b4e chore(*): start all
2024-12-23 14:40:30 +03:00

20 lines
527 B
YAML

---
ssl: false
whitelistObjectNames: ["com.hazelcast:*"]
rules:
- pattern: '<instance=([\w-_]+), name=([\w-_\.]+), type=(.*)><>(.*):'
name: hazelcast_$3_$4
labels:
instance: $1
name: $2
type: $3
help: "Hazelcast metric instance=$1 name=$2 type=$3 attribute=$4"
attrNameSnakeCase: false
- pattern: '<name=([\w-_\.]+), instance=([\w-_]+), type=(\w+.*):'
name: hazelcast_$3
labels:
name: $1
instance: $2
type: $3
help: "Hazelcast metric instance=$2 name=$1 type=$3"
attrNameSnakeCase: false