Skip to content

Commit

Permalink
[chore][exporter/elasticsearch] Include otel mapping mode in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Nov 21, 2024
1 parent b6b8679 commit 8618127
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (

func BenchmarkExporter(b *testing.B) {
for _, eventType := range []string{"logs", "metrics", "traces"} {
for _, mappingMode := range []string{"none", "ecs", "raw"} {
for _, mappingMode := range []string{"none", "ecs", "raw", "otel"} {
for _, tc := range []struct {
name string
batchSize int
Expand Down

0 comments on commit 8618127

Please sign in to comment.