feat: initial tracing support (#1623)

This commit is contained in:
Dominik Süß
2023-05-09 19:19:48 +02:00
committed by GitHub
parent 878ed48de3
commit 6392e00653
472 changed files with 102600 additions and 12 deletions

View File

@@ -113,6 +113,11 @@ var testDefaults = config.Configuration{
SMTPFrom: "GoToSocial",
SMTPDiscloseRecipients: false,
TracingEnabled: false,
TracingEndpoint: "localhost:4317",
TracingTransport: "grpc",
TracingInsecureTransport: true,
SyslogEnabled: false,
SyslogProtocol: "udp",
SyslogAddress: "localhost:514",