Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/deep-pumas-start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#updated wire up LogStreamingEnabled beholder config option
1 change: 1 addition & 0 deletions core/cmd/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func initGlobals(cfgProm config.Prometheus, cfgTracing config.Tracing, cfgTeleme
ChipIngressEmitterEnabled: cfgTelemetry.ChipIngressEndpoint() != "",
ChipIngressEmitterGRPCEndpoint: cfgTelemetry.ChipIngressEndpoint(),
ChipIngressInsecureConnection: cfgTelemetry.InsecureConnection(),
LogStreamingEnabled: cfgTelemetry.LogStreamingEnabled(),
}
// note: due to the OTEL specification, all histogram buckets
// must be defined when the beholder client is created
Expand Down
Loading