Skip to content

Commit 50d934e

Browse files
committed
integration test cleanup
1 parent f1edfe9 commit 50d934e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/Agent/IntegrationTests/IntegrationTests/LLM/MicrosoftExtensionsAITests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ public abstract class MicrosoftExtensionsAITestsBase<TFixture> : NewRelicIntegra
1717

1818
private readonly string _prompt = "In one sentence, what is a large-language model?";
1919

20-
private readonly string _actvitySourceName = "Experimental.Microsoft.Extensions.AI";
21-
2220
// Attributes expected through the OTEL bridge path (ProcessLLMChatClientTags).
2321
// This is a subset of the OpenAI wrapper attributes because the OTEL path has no
2422
// access to response headers, organization, or request_id.
@@ -60,7 +58,6 @@ protected MicrosoftExtensionsAITestsBase(TFixture fixture, ITestOutputHelper out
6058
.EnableAiMonitoring()
6159
.EnableOpenTelemetry(true)
6260
.EnableOpenTelemetryTracing(true)
63-
.IncludeActivitySource(_actvitySourceName)
6461
.ConfigureFasterTransactionTracesHarvestCycle(10)
6562
.ConfigureFasterMetricsHarvestCycle(12)
6663
.SetLogLevel("finest");

0 commit comments

Comments
 (0)