Add app name to dump filename (#397)

This commit is contained in:
KirillPamPam
2024-01-15 14:59:34 +04:00
committed by GitHub
parent 5be87b8ad5
commit b6cec204c9
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
spring:
application:
max-metadata-size: ${MAX_METADATA_SIZE:16384}
name: ${DRPC_APP_NAME:dshackle}
name: ${DSHACKLE_APP_NAME:dshackle}
zipkin:
enabled: ${ENABLE_COLLECT_SPANS:false}
base-url: ${ZIPKIN_URL:https://trace.drpc.dev/}