wu-sheng commented on a change in pull request #8696:
URL: https://github.com/apache/skywalking/pull/8696#discussion_r830564521



##########
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:
       And according to your codes, this is related to time of the database 
query, right?




-- 
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]


Reply via email to