You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
6
---
2
7
<palign="center">
3
8
<strong>
@@ -23,7 +28,7 @@
23
28
24
29
---
25
30
[](https://github.com/erlef/eef-observability-wg)
@@ -35,10 +40,10 @@ core distribution of the API and SDK.
35
40
36
41
OpenTelemetry can collect tracing data using instrumentation. Vendors/Users can also create and use their own. Currently, OpenTelemetry supports automatic tracing for:
@@ -52,22 +57,13 @@ See [Elixir OTP Compatibility](https://hexdocs.pm/elixir/1.16/compatibility-and-
52
57
Elixir libraries should aim for the minimum supported version to be the lowest possible
53
58
it can for the code in the library, but must at least support versions outlined above.
54
59
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
-
61
60
## Useful links
62
61
63
62
- For more information on OpenTelemetry, see [opentelemetry.io](https://opentelemetry.io).
64
63
- 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/)
66
65
- Erlang SIG [community page](https://github.com/open-telemetry/community#special-interest-groups)
67
66
68
67
## License
69
68
70
69
Apache 2.0 - See [LICENSE](LICENSE) for more information.
0 commit comments