There was an error while loading. Please reload this page.
1 parent 2551821 commit c357224Copy full SHA for c357224
1 file changed
cmd/streamd/main.go
@@ -93,6 +93,9 @@ func main() {
93
ctx := context.Background()
94
ctx = logger.CtxWithLogger(ctx, l)
95
96
+ secretsProvider := observability.NewStaticSecretsProvider()
97
+ ctx = observability.WithSecretsProvider(ctx, secretsProvider)
98
+
99
if *netPprofAddr != "" || (forceNetPProfOnAndroid && runtime.GOOS == "android") {
100
observability.Go(ctx, func(ctx context.Context) {
101
if *netPprofAddr == "" {
0 commit comments