Skip to content

Commit

Permalink
[#noissue] Enable monitoring agent-server-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
smilu97 committed Apr 19, 2023
1 parent 1c99af8 commit 00299d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@
<bean id="grpcAgentServerExecutor" class="com.navercorp.pinpoint.collector.receiver.ExecutorFactoryBean" parent="abstractReceiverExecutorFactoryBean">
<property name="executorProperties" value="#{grpcAgentReceiverProperties.serverExecutor}"/>
<property name="threadNamePrefix" value="Pinpoint-GrpcAgent-Server-"/>
<property name="registry" ref="metricRegistry"/>
<property name="logRate" value="100"/>
</bean>

<bean id="grpcAgentServerCallExecutor" class="com.navercorp.pinpoint.collector.receiver.ExecutorFactoryBean" parent="abstractReceiverExecutorFactoryBean">
Expand Down

0 comments on commit 00299d3

Please # to comment.