File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
test/OpenTelemetry.Exporter.Geneva.Benchmarks/Exporter Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -77,16 +77,16 @@ public LogExporterBenchmarks()
7777 this . batch = GenerateTestLogRecordBatch ( ) ;
7878 this . exporter = new MsgPackLogExporter (
7979 new GenevaExporterOptions
80+ {
81+ ConnectionString = "EtwSession=OpenTelemetry" ,
82+ PrepopulatedFields = new Dictionary < string , object >
8083 {
81- ConnectionString = "EtwSession=OpenTelemetry" ,
82- PrepopulatedFields = new Dictionary < string , object >
83- {
84- [ "cloud.role" ] = "BusyWorker" ,
85- [ "cloud.roleInstance" ] = "CY1SCH030021417" ,
86- [ "cloud.roleVer" ] = "9.0.15289.2" ,
87- } ,
84+ [ "cloud.role" ] = "BusyWorker" ,
85+ [ "cloud.roleInstance" ] = "CY1SCH030021417" ,
86+ [ "cloud.roleVer" ] = "9.0.15289.2" ,
8887 } ,
89- ( ) => Resource . Empty ) ;
88+ } ,
89+ ( ) => Resource . Empty ) ;
9090 }
9191
9292 [ Benchmark ]
You can’t perform that action at this time.
0 commit comments