We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425e78d commit 7e747fdCopy full SHA for 7e747fd
internal/pkg/otel/translate/otelconfig_test.go
@@ -303,15 +303,9 @@ func TestGetOtelConfig(t *testing.T) {
303
"logs_dynamic_id": map[string]any{
304
"enabled": true,
305
},
306
- "timeout": 90 * time.Second,
307
- "idle_conn_timeout": 3 * time.Second,
308
"auth": map[string]any{
309
"authenticator": "beatsauth/_agent-component/" + outputName,
310
311
- "tls": map[string]any{
312
- "min_version": "1.2",
313
- "max_version": "1.3",
314
- },
315
}
316
317
@@ -436,7 +430,6 @@ func TestGetOtelConfig(t *testing.T) {
436
430
"host": "localhost",
437
431
438
432
439
-
440
433
441
434
442
435
getBeatMonitoringConfig := func(_, _ string) map[string]any {
0 commit comments