Skip to content

Commit 4718ee9

Browse files
authored
Merge branch 'develop' into INFOPLAT-2627-chip-ingress-client
2 parents 394b235 + 6a0bcba commit 4718ee9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/deep-pumas-start.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"chainlink": patch
3+
---
4+
5+
#updated wire up LogStreamingEnabled beholder config option

core/cmd/shell.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ func initGlobals(cfgProm config.Prometheus, cfgTracing config.Tracing, cfgTeleme
114114
ChipIngressEmitterEnabled: cfgTelemetry.ChipIngressEndpoint() != "",
115115
ChipIngressEmitterGRPCEndpoint: cfgTelemetry.ChipIngressEndpoint(),
116116
ChipIngressInsecureConnection: cfgTelemetry.ChipIngressInsecureConnection(),
117+
LogStreamingEnabled: cfgTelemetry.LogStreamingEnabled(),
117118
}
118119
// note: due to the OTEL specification, all histogram buckets
119120
// must be defined when the beholder client is created

0 commit comments

Comments
 (0)