Skip to content

Commit e8957a7

Browse files
committed
Add information about profiling data lifetime
1 parent f5de9c2 commit e8957a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/node-observability-run-profiling-query.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="running-profiling-query_{context}"]
77
= Running the profiling query
88

9-
To run the profiling query, you must create a `NodeObservabilityRun` resource. The profiling query is a blocking operation that fetches CRI-O and Kubelet profiling data for a duration of 30 seconds. After the profiling query is complete, you must retrieve the profiling data inside the container file system `/run/node-observability` directory.
9+
To run the profiling query, you must create a `NodeObservabilityRun` resource. The profiling query is a blocking operation that fetches CRI-O and Kubelet profiling data for a duration of 30 seconds. After the profiling query is complete, you must retrieve the profiling data inside the container file system `/run/node-observability` directory. The lifetime of data is bound to the agent pod through the `emptyDir` volume, so you can access the profiling data while the agent pod is in the `running` status.
1010

1111
[IMPORTANT]
1212
====

0 commit comments

Comments
 (0)