-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
instrumentation/spring/README.md is all about non-javaagent usage, and could probably be structured better.
it has three parts:
- Manual Instrumentation with Java SDK
- Manual Instrumentation using Handlers and Filters
- Auto Instrumentation using Spring Starters
the first two parts aren't specific to any of the instrumentation modules in this repo, and just describe manually instrumenting Spring using OpenTelemetry SDK directly. These two sections may not belong in this repo at all.
the third part could then be moved to instrumentation/spring/starters
the only thing left in instrumentation/spring/README.md (for now) would be the settings section (and maybe a link to the starters doc).
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request