ecs-dotnet
ecs-dotnet copied to clipboard
[FEATURE] Elastic.CommonSchema.BenchmarkDotNetExporter should export all columns
ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog): Elastic.CommonSchema.BenchmarkDotNetExporter
Is your feature request related to a problem? Please describe. I can't find a way export all columns to elasticsearch, if I extra columns are added.
Describe the solution you'd like It should send all columns to elasticsearch, or at least have options to add them.
Describe alternatives you've considered make a custom exporter, but I'd rather use this one.