There was an error while loading. Please reload this page.
1 parent 834e911 commit 0f26cfaCopy full SHA for 0f26cfa
1 file changed
enclave/nitro/host/telemetry.go
@@ -65,6 +65,8 @@ func closeWithContext(ctx context.Context, closeFn func() error) error {
65
}
66
67
68
+// This mirrors LOOP's environment-loaded telemetry config
69
+// https://github.com/smartcontractkit/chainlink-common/blob/4033d02539771c90bd1c5a6d39929d030d469aec/pkg/loop/config.go#L458-L477
70
func loadHostTelemetryConfig(getenv func(string) string) (hostTelemetryConfig, error) {
71
cfg := hostTelemetryConfig{
72
Endpoint: strings.TrimSpace(getenv(envTelemetryEndpoint)),
0 commit comments