mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
feat: allow configuring tracing
This commit is contained in:
parent
77b8fdef11
commit
f92315e99a
@ -34,7 +34,7 @@ stringData:
|
||||
readinessState:
|
||||
enabled: true
|
||||
tracing:
|
||||
enabled: true
|
||||
enabled: {{ .Values.backend.config.tracing }}
|
||||
zipkin:
|
||||
tracing:
|
||||
endpoint: "{{ .Values.backend.config.zipkinEndpoint }}"
|
||||
@ -71,7 +71,7 @@ stringData:
|
||||
host: "{{ .Values.backend.config.mail.host }}"
|
||||
port: "{{ .Values.backend.config.mail.port }}"
|
||||
dev: false
|
||||
|
||||
|
||||
sentry:
|
||||
dsn: "{{ .Values.backend.config.sentry.dsn }}"
|
||||
environment: "{{ .Values.backend.config.sentry.environment }}"
|
||||
|
@ -193,6 +193,7 @@ backend:
|
||||
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!"
|
||||
zipkinEndpoint: "http://hangar-zipkin:9411/api/v2/spans"
|
||||
tracing: true
|
||||
mail:
|
||||
from: noreply@mail.papermc.dev
|
||||
user: dum
|
||||
|
Loading…
Reference in New Issue
Block a user