-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define the repository scope #751
Conversation
docs/scope.md
Outdated
* Emitting spans and metrics (and in the future logs) | ||
* System metrics | ||
* Logging integrations | ||
* Spring integrations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Spring integrations | |
* Framework integrations (e.g., Spring) |
Honestly nothing comes to mind but there must be more frameworks than just Spring right? :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E.g. Ratpack, Play :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think frameworks are covered under Instrumentation bullet above. Narrowed this down to Spring Boot starters for now(?)
One thing I didn't include, because I think may make more sense in SDK repo:
but we can discuss also |
Discussed with opentelemetry-java maintainers on Fri, and have agreement on this initial scope |
This is an attempt to define the scope of this repository, mostly in relation to https://github.com/open-telemetry/opentelemetry-java, in order to help things to go to the right place.
If this scope is agreed upon, we can move https://github.com/open-telemetry/opentelemetry-java/tree/master/extensions/runtime_metrics over to this repository, and delete https://github.com/open-telemetry/opentelemetry-java/tree/master/extensions/logging/log4j2_extensions which was accidentally re-implemented in this repository (#735).
cc: @open-telemetry/java-approvers
Will wait for @jkwatson (back Jul 30) before making any decisions here, just want to get the ball rolling and hear any initial comments / feedback.