Skip to content

Remove static instrumenter module #1755

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

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ body:
- resource-providers
- runtime-attach
- samplers
- static-instrumenter
- type: textarea
attributes:
label: What happened?
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ body:
- resource-providers
- runtime-attach
- samplers
- static-instrumenter
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
Expand Down
2 changes: 0 additions & 2 deletions .github/component_owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ components:
samplers:
- trask
- jack-berg
static-instrumenter:
- anosek-an
kafka-exporter:
- spockz
- vincentfree
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ feature or via instrumentation, this project is hopefully for you.
| alpha | [Runtime Attach](./runtime-attach/README.md) |
| alpha | [Samplers](./samplers/README.md) |
| beta | [Span Stacktrace Capture](./span-stacktrace/README.md) |
| alpha | [Static Instrumenter](./static-instrumenter/README.md) |

\* `alpha`, `beta` and `stable` are currently used to denote library status per [otep 0232](https://github.com/open-telemetry/oteps/blob/main/text/0232-maturity-of-otel.md).
To reach stable status, the library needs to have stable APIs, stable semantic conventions, and be production ready.
Expand Down
5 changes: 0 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ include(":resource-providers")
include(":runtime-attach:runtime-attach")
include(":runtime-attach:runtime-attach-core")
include(":samplers")
include(":static-instrumenter:agent-instrumenter")
include(":static-instrumenter:maven-plugin")
include(":static-instrumenter:agent-extension")
include(":static-instrumenter:bootstrap")
include(":static-instrumenter:test-app")
include(":kafka-exporter")
include(":gcp-resources")
include(":span-stacktrace")
Expand Down
67 changes: 0 additions & 67 deletions static-instrumenter/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions static-instrumenter/agent-extension/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

146 changes: 0 additions & 146 deletions static-instrumenter/agent-instrumenter/build.gradle.kts

This file was deleted.

Loading
Loading