Skip to content

Commit

Permalink
🐛 correct number of instrumenters
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandens committed Oct 21, 2024
1 parent 906ec6e commit 80b3823
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class OTelJavaagentPluginFunctionalTest {
// Verify the result
// TODO use testcontainers to start an otel fake backend and retrieve spans from it here to verify instrumentation worked
assertTrue(result.output.contains("AgentInstaller - Installed 1 extension(s)"))
assertTrue(result.output.contains("InstrumentationLoader - Installed 254 instrumenter(s)"))
assertTrue(result.output.contains("InstrumentationLoader - Installed 257 instrumenter(s)"))
assertTrue(
result.output.contains(
"Applying instrumentation: sample [class com.ryandens.example.SampleInstrumentationModule]",
Expand Down

0 comments on commit 80b3823

Please sign in to comment.