more metrics for grpc executor - fix
This commit is contained in:
@@ -71,7 +71,8 @@ open class GrpcServer(
|
|||||||
ExecutorServiceMetrics.monitor(
|
ExecutorServiceMetrics.monitor(
|
||||||
Metrics.globalRegistry,
|
Metrics.globalRegistry,
|
||||||
Executors.newFixedThreadPool(20, ThreadFactoryBuilder().setNameFormat("fixed-grpc-%d").build()),
|
Executors.newFixedThreadPool(20, ThreadFactoryBuilder().setNameFormat("fixed-grpc-%d").build()),
|
||||||
"fixed-grpc-executor"
|
"fixed-grpc-executor",
|
||||||
|
"grpc_"
|
||||||
)
|
)
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user