Skip to content

Commit f6fd662

Browse files
committed
doc(docs.sources.configureServer.aboutServerAPI): fix typo
1 parent bef452a commit f6fd662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/configure-server/about-server-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ JFR ingestion support uses the profile metadata to determine which profile types
144144
* `alloc_in_new_tlab_objects`, which indicates the number of new TLAB objects created.
145145
* `alloc_in_new_tlab_bytes`, which indicates the size in bytes of new TLAB objects created.
146146
* `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.
147+
* `alloc_outside_tlab_bytes`, which indicates the size in bytes of new allocated objects outside any TLAB.
148148

149149
#### JFR with labels
150150

0 commit comments

Comments
 (0)