Collect error spans from providers (#198)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
spring:
|
||||
application:
|
||||
max-metadata-size: ${MAX_METADATA_SIZE:16384}
|
||||
name: ${DRPC_APP_NAME:dshackle}
|
||||
zipkin:
|
||||
enabled: ${ZIPKIN_ENABLE:false}
|
||||
@@ -14,4 +15,12 @@ spring:
|
||||
- ".+SubscribeTxStatus"
|
||||
- ".+SubscribeStatus"
|
||||
- ".+SubscribeNodeStatus"
|
||||
- ".+Describe"
|
||||
- ".+Describe"
|
||||
|
||||
spans:
|
||||
collect:
|
||||
enabled: ${ENABLE_COLLECT_SPANS:false}
|
||||
provider:
|
||||
enabled: ${ENABLE_PROVIDER_COLLECT_SPANS:true}
|
||||
main:
|
||||
enabled: ${ENABLE_MAIN_COLLECT_SPANS:false}
|
||||
Reference in New Issue
Block a user