File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Elastic.OpenTelemetry/Instrumentation
tests/Elastic.OpenTelemetry.Tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public static InstrumentationAssemblyInfo[] GetMetricsInstrumentationAssembliesI
73
73
74
74
new ( )
75
75
{
76
- Name = "Http " ,
76
+ Name = "HTTP " ,
77
77
Filename = "OpenTelemetry.Instrumentation.Http.dll" ,
78
78
FullyQualifiedType = "OpenTelemetry.Metrics.HttpClientInstrumentationMeterProviderBuilderExtensions" ,
79
79
InstrumentationMethod = "AddHttpClientInstrumentation"
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ public partial class InstrumentationScanningTests(WebApplicationFactory<Program>
24
24
private readonly ITestOutputHelper _output = output ;
25
25
26
26
#if NET8_0
27
- [ GeneratedRegex ( @"^\[\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}\]\[\d{6}\]\[-*\]\[Debug\]\s+Added contrib instrumentation 'HTTP' to TracerProviderBuilder. *" ) ]
27
+ [ GeneratedRegex ( @"^\[\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}\]\[\d{6}\]\[-*\]\[Debug\]\s+Added contrib instrumentation 'HTTP' to TracerProviderBuilder*" ) ]
28
28
private static partial Regex HttpTracerProviderBuilderRegex ( ) ;
29
29
30
- [ GeneratedRegex ( @"^\[\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}\]\[\d{6}\]\[-*\]\[Debug\]\s+Added contrib instrumentation 'HTTP' to MeterProviderBuilder. *" ) ]
30
+ [ GeneratedRegex ( @"^\[\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}\]\[\d{6}\]\[-*\]\[Debug\]\s+Added contrib instrumentation 'HTTP' to MeterProviderBuilder*" ) ]
31
31
private static partial Regex HttpMeterProviderBuilderRegex ( ) ;
32
32
#elif NET9_0
33
33
[ GeneratedRegex ( @"^\[\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}\]\[\d{6}\]\[-*\]\[Debug\]\s+Added 'System.Net.Http' to TracerProviderBuilder.*" ) ]
You can’t perform that action at this time.
0 commit comments