Skip to content

Commit 2ae7075

Browse files
authored
Remove static instrumenter module (#1755)
1 parent fb98ed2 commit 2ae7075

File tree

68 files changed

+0
-3057
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+0
-3057
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ body:
2828
- resource-providers
2929
- runtime-attach
3030
- samplers
31-
- static-instrumenter
3231
- type: textarea
3332
attributes:
3433
label: What happened?

.github/ISSUE_TEMPLATE/feature_request.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ body:
2828
- resource-providers
2929
- runtime-attach
3030
- samplers
31-
- static-instrumenter
3231
- type: textarea
3332
attributes:
3433
label: Is your feature request related to a problem? Please describe.

.github/component_owners.yml

-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ components:
7474
samplers:
7575
- trask
7676
- jack-berg
77-
static-instrumenter:
78-
- anosek-an
7977
kafka-exporter:
8078
- spockz
8179
- vincentfree

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ feature or via instrumentation, this project is hopefully for you.
4040
| alpha | [Runtime Attach](./runtime-attach/README.md) |
4141
| alpha | [Samplers](./samplers/README.md) |
4242
| beta | [Span Stacktrace Capture](./span-stacktrace/README.md) |
43-
| alpha | [Static Instrumenter](./static-instrumenter/README.md) |
4443

4544
\* `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).
4645
To reach stable status, the library needs to have stable APIs, stable semantic conventions, and be production ready.

settings.gradle.kts

-5
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ include(":resource-providers")
5353
include(":runtime-attach:runtime-attach")
5454
include(":runtime-attach:runtime-attach-core")
5555
include(":samplers")
56-
include(":static-instrumenter:agent-instrumenter")
57-
include(":static-instrumenter:maven-plugin")
58-
include(":static-instrumenter:agent-extension")
59-
include(":static-instrumenter:bootstrap")
60-
include(":static-instrumenter:test-app")
6156
include(":kafka-exporter")
6257
include(":gcp-resources")
6358
include(":span-stacktrace")

static-instrumenter/README.md

-67
This file was deleted.

static-instrumenter/agent-extension/build.gradle.kts

-22
This file was deleted.

static-instrumenter/agent-extension/src/main/java/io/opentelemetry/contrib/staticinstrumenter/config/StaticPackagesConfigurer.java

-24
This file was deleted.

static-instrumenter/agent-extension/src/main/java/io/opentelemetry/contrib/staticinstrumenter/extension/AdditionalClassesInjectorListener.java

-25
This file was deleted.

static-instrumenter/agent-extension/src/main/java/io/opentelemetry/contrib/staticinstrumenter/extension/AdditionalClassesInjectorListenerInstaller.java

-25
This file was deleted.

static-instrumenter/agent-instrumenter/build.gradle.kts

-146
This file was deleted.

0 commit comments

Comments
 (0)