Skip to content

Commit 3553639

Browse files
committed
fix typo in readme
1 parent b672f79 commit 3553639

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/jmx-metrics/javaagent

1 file changed

+1
-1
lines changed

instrumentation/jmx-metrics/javaagent/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ rules:
302302
unit: By
303303
metricAttribute:
304304
jvm.memory.pool.name : param(name)
305-
jvm.memory.type: lowercase(beanattr(type))
305+
jvm.memory.type: lowercase(beanattr(Type))
306306
```
307307

308308
For now, only the `lowercase` transformation is supported, other additions might be added in the future if needed.

0 commit comments

Comments
 (0)