We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b672f79 commit 3553639Copy full SHA for 3553639
instrumentation/jmx-metrics/javaagent/README.md
@@ -302,7 +302,7 @@ rules:
302
unit: By
303
metricAttribute:
304
jvm.memory.pool.name : param(name)
305
- jvm.memory.type: lowercase(beanattr(type))
+ jvm.memory.type: lowercase(beanattr(Type))
306
```
307
308
For now, only the `lowercase` transformation is supported, other additions might be added in the future if needed.
0 commit comments