-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integrate beholder client #14110
integrate beholder client #14110
Conversation
0716109
to
dbc1895
Compare
556c971
to
1e9d3eb
Compare
f9c428f
to
1b9b490
Compare
f248689
to
21244c5
Compare
17c07c2
to
fad1ee9
Compare
d6dc83e
to
cbfe80c
Compare
cbfe80c
to
68bafd9
Compare
39ee9d8
to
a79b1da
Compare
err = multierr.Append(err, configutils.ErrInvalid{Name: "RootDir", Value: true, Msg: fmt.Sprintf("Failed to expand RootDir. Please use an explicit path: %s", verr)}) | ||
} | ||
|
||
if (*c.OCR.Enabled || *c.OCR2.Enabled) && !*c.P2P.V2.Enabled { | ||
err = multierr.Append(err, configutils.ErrInvalid{Name: "P2P.V2.Enabled", Value: false, Msg: "P2P required for OCR or OCR2. Please enable P2P or disable OCR/OCR2."}) | ||
} | ||
|
||
if *c.Tracing.Enabled && *c.Telemetry.Enabled { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If both are enabled will there be a clash over how the globally registered tracing provider is set?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, TraceSpanExporter
is used to register a second exporter.
I did notice an issue with the attributes merge though. Fix incoming.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Common fix here: smartcontractkit/chainlink-common#763
a79b1da
to
f32d9a7
Compare
Quality Gate passedIssues Measures |
Requires Dependencies