Add more component owners (#172)
* Add more component owners * Fix the build
This commit is contained in:
parent
d6beb881c2
commit
383582cfa6
|
|
@ -1,7 +1,22 @@
|
|||
# this file is used by .github/workflows/component-codeowners.yml
|
||||
components:
|
||||
aws-xray:
|
||||
- anuraaga
|
||||
- willarmiros
|
||||
contrib-samplers:
|
||||
- iNikem
|
||||
jfr-streaming:
|
||||
- breedx-splk
|
||||
- jack-berg
|
||||
# TODO (trask) uncomment once kittylyst joins the OTel github org
|
||||
# (the component owners GitHub action fails if component owners aren't in the OTel github org
|
||||
# because they can't be assigned as reviewers)
|
||||
# - kittylyst
|
||||
jmx-metrics:
|
||||
- rmfitzpatrick
|
||||
maven-extension:
|
||||
- cyrille-leclerc
|
||||
- kenfinnigan
|
||||
runtime-attach:
|
||||
- iNikem
|
||||
- trask
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ This module contains a custom `IdGenerator` and `Sampler` for use with AWS X-Ray
|
|||
|
||||
## Component owners
|
||||
|
||||
[Component owners](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/.github/component_owners.yml) for the Maven OpenTelemetry extension:
|
||||
|
||||
- [Anuraag Agrawal](https://github.com/anuraaga), AWS
|
||||
- [William Armiros](https://github.com/willarmiros), AWS
|
||||
|
||||
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,0 +1,5 @@
|
|||
## Component owners
|
||||
|
||||
- [Nikita Salnikov-Tarnovski](https://github.com/iNikem), Splunk
|
||||
|
||||
Learn more about component owners in [component-owners.yml](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/.github/workflows/component-owners.yml).
|
||||
|
|
@ -1,8 +1,15 @@
|
|||
# jfrs-otlp
|
||||
JFR Streaming to OTLP Bridge
|
||||
# JFR Streaming
|
||||
|
||||
* Java 17 only.
|
||||
|
||||
* Build it with `./gradlew :jfr-streaming:build`
|
||||
|
||||
The main entry point is the `JfrMetrics` class in the package `io.opentelemetry.contrib.jfr.metrics`
|
||||
|
||||
## Component owners
|
||||
|
||||
- [Ben Evans](https://github.com/breedx-splk), Red Hat
|
||||
- [Jack Berg](https://github.com/jack-berg), New Relic
|
||||
- [Jason Plumb](https://github.com/breedx-splk), Splunk
|
||||
|
||||
Learn more about component owners in [component-owners.yml](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/.github/workflows/component-owners.yml).
|
||||
|
|
|
|||
|
|
@ -234,3 +234,9 @@ file contents can also be provided via stdin on startup when using `-config -` a
|
|||
| `javax.net.ssl.keyStoreType` | no | The key store type. |
|
||||
| `javax.net.ssl.trustStore` | no | The trusted store path if the TLS profile is required. |
|
||||
| `javax.net.ssl.trustStorePassword` | no | The trust store file password if required. |
|
||||
|
||||
## Component owners
|
||||
|
||||
- [Ryan Fitzpatrick](https://github.com/rmfitzpatrick), Splunk
|
||||
|
||||
Learn more about component owners in [component-owners.yml](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/.github/workflows/component-owners.yml).
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@ The [`otel-cli`](https://github.com/equinix-labs/otel-cli) is a command line wra
|
|||
|
||||
## Component owners
|
||||
|
||||
[Component owners](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/.github/component_owners.yml) for the Maven OpenTelemetry extension:
|
||||
|
||||
- [Cyrille Le Clerc](https://github.com/cyrille-leclerc), Elastic
|
||||
- [Ken Finnigan](https://github.com/kenfinnigan), Workday
|
||||
|
||||
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,0 +1,6 @@
|
|||
## Component owners
|
||||
|
||||
- [Nikita Salnikov-Tarnovski](https://github.com/iNikem), Splunk
|
||||
- [Trask Stalnaker](https://github.com/trask), Microsoft
|
||||
|
||||
Learn more about component owners in [component-owners.yml](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/.github/workflows/component-owners.yml).
|
||||
Loading…
Reference in New Issue