opentelemetry-dotnet-instrumentation icon indicating copy to clipboard operation
opentelemetry-dotnet-instrumentation copied to clipboard

Make bytecode instrumentation classes internal

Open Kielek opened this issue 3 years ago • 1 comments

Feature Request

Classed used to defining bytecode instrumentation such as: LoggingBuilderIntegration. It should be handled by separate issue. I see two possibilities - find a way how to make it internal, or put it to separate library, and describe that the contract is public due to technical limitations.

Is your feature request related to a problem? Please describe. Follow up to #1302

Describe the solution you'd like There is no public API for instrumentation classed.

Kielek avatar Oct 06 '22 12:10 Kielek

Postponing. For now we have only static class names exposed. It is good enough for 1.0.0

Kielek avatar Jan 19 '23 09:01 Kielek