Skip to content

Commit b9614b7

Browse files
authored
Add static-instrumenter component owners (#264)
* Add static-instrumenter component owners * Add @Enkelian
1 parent 1653ecd commit b9614b7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/component_owners.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ components:
3030
runtime-attach:
3131
- iNikem
3232
- trask
33+
static-instrumenter:
34+
- kubawach
35+
- Enkelian

static-instrumenter/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ Gradle plugin running static instrumentation agent during the `assemble` lifecyc
1515
### Maven3 plugin
1616

1717
Maven3 plugin running the static instrumentation agent during the `package` phase. Packaged archive contains statically instrumened class code.
18+
19+
## Component owners
20+
21+
- [Jakub Wach](https://github.com/kubawach), Splunk
22+
- [Anna Nosek](https://github.com/Enkelian), Splunk
23+
24+
Learn more about component owners in [component-owners.yml](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/.github/workflows/component-owners.yml).

0 commit comments

Comments
 (0)