-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The instrumentationMuzzle
is created only for instrumenters in io.opentelemetry.instrumentation.
Line 15 in dadaac9
private static final String REFERENCE_CREATION_PACKAGE = "io.opentelemetry.instrumentation."; |
In my custom java agent build I am adding instrumentations in a different package and these instrumentations should have also instrumentationMuzzle
properly created.
The package prefixes could be configured via a system property which would be set at build time. I don't think we need an SPI for it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request