Send spans if they are too long (#225)

This commit is contained in:
KirillPamPam
2023-06-07 17:15:26 +04:00
committed by GitHub
parent e0ee8fa844
commit c972e27d43
3 changed files with 26 additions and 1 deletions

View File

@@ -22,5 +22,6 @@ spans:
enabled: ${ENABLE_COLLECT_SPANS:false}
provider:
enabled: ${ENABLE_PROVIDER_COLLECT_SPANS:true}
long-span-threshold: ${LONG_SPAN_THRESHOLD:1}
main:
enabled: ${ENABLE_MAIN_COLLECT_SPANS:false}