We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef452a commit f6fd662Copy full SHA for f6fd662
docs/sources/configure-server/about-server-api.md
@@ -144,7 +144,7 @@ JFR ingestion support uses the profile metadata to determine which profile types
144
* `alloc_in_new_tlab_objects`, which indicates the number of new TLAB objects created.
145
* `alloc_in_new_tlab_bytes`, which indicates the size in bytes of new TLAB objects created.
146
* `alloc_outside_tlab_objects`, which indicates the number of new allocated objects outside any TLAB.
147
-* `alloc_in_new_tlab_bytes`, which indicates the size in bytes of new allocated objects outside any TLAB.
+* `alloc_outside_tlab_bytes`, which indicates the size in bytes of new allocated objects outside any TLAB.
148
149
#### JFR with labels
150
0 commit comments