Skip to content

Commit 7779053

Browse files
committed
Update readme
1 parent ef21b34 commit 7779053

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**This is a separately maintained fork of https://github.com/open-telemetry/opentelemetry-erlang-contrib**
2+
3+
The motivation for this fork is to allow for rapid changes to comply with specs and make most of the integrations on par with other language integrations. This fork will diverge from upstream. It is meant to be an in-place replacement.
4+
5+
16
---
27
<p align="center">
38
<strong>
@@ -23,7 +28,7 @@
2328

2429
---
2530
[![EEF Observability WG project](https://img.shields.io/badge/EEF-Observability-black)](https://github.com/erlef/eef-observability-wg)
26-
![Elixir](https://github.com/open-telemetry/opentelemetry-erlang-contrib/actions/workflows/elixir.yml/badge.svg?branch=main)
31+
![Elixir](https://github.com/danschultzer/opentelemetrex-erlang-contrib/actions/workflows/elixir.yml/badge.svg?branch=main)
2732

2833
## About this project
2934

@@ -35,10 +40,10 @@ core distribution of the API and SDK.
3540

3641
OpenTelemetry can collect tracing data using instrumentation. Vendors/Users can also create and use their own. Currently, OpenTelemetry supports automatic tracing for:
3742

38-
- [opentelemetry-cowboy](https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_cowboy)
39-
- [opentelemetry-phoenix](https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_phoenix)
40-
- [opentelemetry-ecto](https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_ecto)
41-
- [opentelemetry-req](https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_req)
43+
- [opentelemetry-cowboy](https://github.com/danschultzer/opentelemetrex-erlang-contrib/tree/main/instrumentation/opentelemetry_cowboy)
44+
- [opentelemetry-phoenix](https://github.com/danschultzer/opentelemetrex-erlang-contrib/tree/main/instrumentation/opentelemetry_phoenix)
45+
- [opentelemetry-ecto](https://github.com/danschultzer/opentelemetrex-erlang-contrib/tree/main/instrumentation/opentelemetry_ecto)
46+
- [opentelemetry-req](https://github.com/danschultzer/opentelemetrex-erlang-contrib/tree/main/instrumentation/opentelemetry_req)
4247

4348
## Supported Runtimes
4449

@@ -52,22 +57,13 @@ See [Elixir OTP Compatibility](https://hexdocs.pm/elixir/1.16/compatibility-and-
5257
Elixir libraries should aim for the minimum supported version to be the lowest possible
5358
it can for the code in the library, but must at least support versions outlined above.
5459

55-
## Contributing
56-
57-
We'd love your help!. Use tags [up-for-grabs][up-for-grabs-issues] and
58-
[good first issue][good-first-issues] to get started with the project. Follow
59-
[CONTRIBUTING](CONTRIBUTING.md) guide to report issues or submit a proposal.
60-
6160
## Useful links
6261

6362
- For more information on OpenTelemetry, see [opentelemetry.io](https://opentelemetry.io).
6463
- For conventions used in OpenTelemetry traces, see the following [readme](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/README.md).
65-
- For help or feedback on this project, join us in [GitHub Discussions](https://github.com/open-telemetry/opentelemetry-erlang-contrib/discussions), `#otel-erlang-elixir` channel in the [CNCF slack](https://slack.cncf.io/), and `#opentelemetry` channel in the [Elixir Lang slack](https://elixir-slack.community/)
64+
- For help or feedback on this project, join us in [GitHub Discussions](https://github.com/danschultzer/opentelemetrex-erlang-contrib/discussions), `#otel-erlang-elixir` channel in the [CNCF slack](https://slack.cncf.io/), and `#opentelemetry` channel in the [Elixir Lang slack](https://elixir-slack.community/)
6665
- Erlang SIG [community page](https://github.com/open-telemetry/community#special-interest-groups)
6766

6867
## License
6968

7069
Apache 2.0 - See [LICENSE](LICENSE) for more information.
71-
72-
[discussions-url]: https://github.com/open-telemetry/opentelemetry-erlang-contrib/discussions
73-
[good-first-issues]: https://github.com/open-telemetry/openTelemetry-erlang-contrib/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22

0 commit comments

Comments
 (0)