Skip to content

Commit f5a3a38

Browse files
authored
Mention persistent_term in the README (#77)
1 parent 8e8148f commit f5a3a38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Allows to periodically collect measurements and dispatch them as Telemetry event
1010
* `[vm, memory]` - contains the total memory, process memory, and all other keys in `erlang:memory/0`
1111
* `[vm, total_run_queue_lengths]` - returns the run queue lengths for CPU and IO schedulers. It contains the `total`, `cpu` and `io` measurements
1212
* `[vm, system_counts]` - returns the current process, atom and port count as per `erlang:system_info/1`
13+
* `[vm, persistent_term]` - number of terms and memory byte size for `persistent_term`
1314

1415
You can directly consume those events after adding `telemetry_poller` as a dependency.
1516

0 commit comments

Comments
 (0)