mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-07 15:31:00 +08:00
feat: allow configuring tracing
This commit is contained in:
parent
77b8fdef11
commit
f92315e99a
@ -34,7 +34,7 @@ stringData:
|
|||||||
readinessState:
|
readinessState:
|
||||||
enabled: true
|
enabled: true
|
||||||
tracing:
|
tracing:
|
||||||
enabled: true
|
enabled: {{ .Values.backend.config.tracing }}
|
||||||
zipkin:
|
zipkin:
|
||||||
tracing:
|
tracing:
|
||||||
endpoint: "{{ .Values.backend.config.zipkinEndpoint }}"
|
endpoint: "{{ .Values.backend.config.zipkinEndpoint }}"
|
||||||
|
@ -193,6 +193,7 @@ backend:
|
|||||||
cdnIncludeBucket: true
|
cdnIncludeBucket: true
|
||||||
announcement: "This is a staging server for testing purposes. Data could be deleted at any time. That said, signups are open, please test stuff and report and feedback on github or discord!"
|
announcement: "This is a staging server for testing purposes. Data could be deleted at any time. That said, signups are open, please test stuff and report and feedback on github or discord!"
|
||||||
zipkinEndpoint: "http://hangar-zipkin:9411/api/v2/spans"
|
zipkinEndpoint: "http://hangar-zipkin:9411/api/v2/spans"
|
||||||
|
tracing: true
|
||||||
mail:
|
mail:
|
||||||
from: noreply@mail.papermc.dev
|
from: noreply@mail.papermc.dev
|
||||||
user: dum
|
user: dum
|
||||||
|
Loading…
Reference in New Issue
Block a user