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 8338d13 commit d78af32Copy full SHA for d78af32
exporter/elasticsearchexporter/integrationtest/exporter_bench_test.go
@@ -169,11 +169,8 @@ func prepareBenchmark(
169
cfg.esCfg.Mapping.Mode = mappingMode
170
cfg.esCfg.Endpoints = []string{receiver.endpoint}
171
cfg.esCfg.LogsIndex = TestLogsIndex
172
- cfg.esCfg.LogsDynamicIndex.Enabled = false
173
cfg.esCfg.MetricsIndex = TestMetricsIndex
174
- cfg.esCfg.MetricsDynamicIndex.Enabled = false
175
cfg.esCfg.TracesIndex = TestTracesIndex
176
- cfg.esCfg.TracesDynamicIndex.Enabled = false
177
cfg.esCfg.Flush.Interval = 10 * time.Millisecond
178
cfg.esCfg.NumWorkers = 1
179
0 commit comments