|
8 | 8 |
|
9 | 9 | This project is intended to provide helpful libraries and standalone OpenTelemetry-based utilities that don't fit |
10 | 10 | the express scope of the [OpenTelemetry Java](https://github.com/open-telemetry/opentelemetry-java) or |
11 | | -[Java Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation) projects. If you need an |
| 11 | +[Java Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation) projects. If you need an |
12 | 12 | easier way to bring observability to remote JVM-based applications and workflows that isn't easily satisfied by an SDK |
13 | 13 | feature or via instrumentation, this project is hopefully for you. |
14 | 14 |
|
15 | 15 | ## Provided Libraries |
16 | 16 |
|
17 | 17 | | Status* | Library | |
18 | | -|---------|-------------------------------------------------------------------| |
| 18 | +| ------- | ----------------------------------------------------------------- | |
19 | 19 | | beta | [AWS Resources](./aws-resources/README.md) | |
20 | 20 | | stable | [AWS X-Ray SDK Support](./aws-xray/README.md) | |
21 | 21 | | alpha | [AWS X-Ray Propagator](./aws-xray-propagator/README.md) | |
@@ -47,39 +47,38 @@ feature or via instrumentation, this project is hopefully for you. |
47 | 47 | To reach stable status, the library needs to have stable APIs, stable semantic conventions, and be production ready. |
48 | 48 | On reaching stable status, the `otel.stable` value in `gradle.properties` should be set to `true`. |
49 | 49 | Note that currently all the libraries are released together with the version of this repo, so breaking changes (after stable |
50 | | -status is reached) would bump the major version of all libraries together. This could get complicated so `stable` has a high bar. |
| 50 | +status is reached) would bump the major version of all libraries together. |
| 51 | +This could get complicated, so `stable` has a high bar. |
51 | 52 |
|
52 | 53 | ## Contributing |
53 | 54 |
|
54 | 55 | See [CONTRIBUTING.md](CONTRIBUTING.md). |
55 | 56 |
|
56 | 57 | ### Maintainers |
57 | 58 |
|
58 | | -- [Jack Berg](https://github.com/jack-berg), Grafana Labs |
59 | | -- [Jason Plumb](https://github.com/breedx-splk), Splunk |
60 | | -- [Jay DeLuca](https://github.com/jaydeluca), Grafana Labs |
61 | | -- [Lauri Tulmin](https://github.com/laurit), Splunk |
62 | | -- [Trask Stalnaker](https://github.com/trask), Microsoft |
| 59 | +* [Jack Berg](https://github.com/jack-berg), Grafana Labs |
| 60 | +* [Jason Plumb](https://github.com/breedx-splk), Splunk |
| 61 | +* [Jay DeLuca](https://github.com/jaydeluca), Grafana Labs |
| 62 | +* [Lauri Tulmin](https://github.com/laurit), Splunk |
| 63 | +* [Trask Stalnaker](https://github.com/trask), Microsoft |
63 | 64 |
|
64 | 65 | For more information about the maintainer role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#maintainer). |
65 | 66 |
|
66 | 67 | ### Approvers |
67 | 68 |
|
68 | | -- [Gregor Zeitlinger](https://github.com/zeitlinger), Grafana Labs |
69 | | -- [John Watson](https://github.com/jkwatson), Sublime Security |
| 69 | +* [Gregor Zeitlinger](https://github.com/zeitlinger), Grafana Labs |
| 70 | +* [John Watson](https://github.com/jkwatson), Sublime Security |
70 | 71 |
|
71 | 72 | For more information about the approver role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#approver). |
72 | 73 |
|
73 | 74 | ### Emeritus maintainers |
74 | 75 |
|
75 | | -- [Mateusz Rzeszutek](https://github.com/mateuszrzeszutek) |
76 | | -- [Nikita Salnikov-Tarnovski](https://github.com/iNikem) |
77 | | -- [Ryan Fitzpatrick](https://github.com/rmfitzpatrick) |
| 76 | +* [Mateusz Rzeszutek](https://github.com/mateuszrzeszutek) |
| 77 | +* [Nikita Salnikov-Tarnovski](https://github.com/iNikem) |
| 78 | +* [Ryan Fitzpatrick](https://github.com/rmfitzpatrick) |
78 | 79 |
|
79 | 80 | For more information about the emeritus role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#emeritus-maintainerapprovertriager). |
80 | 81 |
|
81 | | -### Thanks to all of our contributors! |
| 82 | +### Thanks to all of our contributors |
82 | 83 |
|
83 | | -<a href="https://github.com/open-telemetry/opentelemetry-java-contrib/graphs/contributors"> |
84 | | - <img alt="Repo contributors" src="https://contrib.rocks/image?repo=open-telemetry/opentelemetry-java-contrib" /> |
85 | | -</a> |
| 84 | +[](https://github.com/open-telemetry/opentelemetry-java-contrib/graphs/contributors) |
0 commit comments