mrproliu commented on a change in pull request #8696:
URL: https://github.com/apache/skywalking/pull/8696#discussion_r830564992
##########
File path: docs/en/setup/backend/configuration-vocabulary.md
##########
@@ -46,6 +46,8 @@ core|default|role|Option values: `Mixed/Receiver/Aggregator`.
**Receiver** mode
| - | - | maxSizeOfAnalyzeProfileSnapshot| The maximum number of snapshots
analyzed by the OAP. | - | 12000 |
| - | - | prepareThreads| The number of threads used to prepare metrics data
to the storage. | SW_CORE_PREPARE_THREADS | 2 |
| - | - | enableEndpointNameGroupingByOpenapi | Automatically groups endpoints
by the given OpenAPI definitions. |
SW_CORE_ENABLE_ENDPOINT_NAME_GROUPING_BY_OPAENAPI | true |
+| - | - | maxDurationOfAnalyzeEBPFProfiling| The maximum duration(in minute)
of analyze the eBPF profiling data. | - | 10 |
+| - | - | maxDurationOfQueryEBPFProfilingData| The maximum timeout duration(in
second) of query the eBPF profiling data when analysis. | - | 30 |
Review comment:
Yes, `maxDurationOfAnalyzeEBPFProfiling` means the user chooses the time
range max duration. `maxDurationOfQueryEBPFProfilingData ` means the profiling
data query to storage max duration. the second one uses to avoid users waiting
for the query taking a long time.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]