Skip to content

Commit 7d19e67

Browse files
authored
Add @jeanbisutti as a runtime attach component owner (#391)
* Add @jeanbisutti as a runtime attach component owner * Fix link * Fix link
1 parent 2832864 commit 7d19e67

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/component_owners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ components:
3434
- HaloFour
3535
runtime-attach:
3636
- iNikem
37-
- trask
37+
- jeanbisutti
3838
static-instrumenter:
3939
- kubawach
4040
- anosek-an

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ feature or via instrumentation, this project is hopefully for you.
1414
* [JFR Streaming](./jfr-streaming/README.md)
1515
* [JMX Metric Gatherer](./jmx-metrics/README.md)
1616
* [OpenTelemetry Maven Extension](./maven-extension/README.md)
17-
* [Runtime Attach](./runtime-attach/runtime-attach/README.md)
17+
* [Runtime Attach](./runtime-attach/README.md)
1818
* [Samplers](./samplers/README.md)
1919

2020
## Getting Started
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class SpringBootApp {
2727

2828
## Component owners
2929

30+
- [Jean Bisutti](https://github.com/jeanbisutti), Microsoft
3031
- [Nikita Salnikov-Tarnovski](https://github.com/iNikem), Splunk
31-
- [Trask Stalnaker](https://github.com/trask), Microsoft
3232

33-
Learn more about component owners in [component_owners.yml](../../.github/component_owners.yml).
33+
Learn more about component owners in [component_owners.yml](../.github/component_owners.yml).
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Runtime attachment core
22

3-
This project is dedicated to providers of the [OpenTelemetry Java agent](https://github.com/open-telemetry/opentelemetry-java-instrumentation). It helps them to build a dependency to runtime attach their agent jar file.
4-
5-
You can find [here](../runtime-attach/README.md) the project of the distribution published by OpenTelemetry.
3+
This core attachment component exists as a separate library here for distributions of the
4+
[OpenTelemetry Java agent](https://github.com/open-telemetry/opentelemetry-java-instrumentation),
5+
to help them to build their own runtime attach component that attaches their distribution.

0 commit comments

Comments
 (0)