Refactor trace config to match supported otel options (#5447)

* Refactor trace config to match supported otel options

* use duration instead of int64 for otel timeouts

* change 'trace client updated' log level to debug
This commit is contained in:
Joe Kralicky 2025-01-30 11:59:19 -05:00 committed by GitHub
parent 3e90f1e244
commit 5e94b2f8f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 1067 additions and 721 deletions

View file

@ -36,7 +36,7 @@ func TestBuilder_BuildBootstrapAdmin(t *testing.T) {
func TestBuilder_BuildBootstrapLayeredRuntime(t *testing.T) {
b := New("localhost:1111", "localhost:2222", "localhost:3333", filemgr.NewManager(), nil)
staticCfg, err := b.BuildBootstrapLayeredRuntime(context.Background())
staticCfg, err := b.BuildBootstrapLayeredRuntime(context.Background(), &config.Config{})
assert.NoError(t, err)
testutil.AssertProtoJSONEqual(t, `
{ "layers": [{