Add info about conventions to guides (#33)
Co-authored-by: Tristan Sloughter <t@crashfast.com>
This commit is contained in:
parent
404aab58b2
commit
9ce604153d
|
@ -1,5 +1,8 @@
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
### Instrumenting a library
|
||||||
|
|
||||||
|
When instrumenting a library, it is important to follow the [Trace Semantic Conventions](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/README.md).
|
||||||
|
|
||||||
### CI
|
### CI
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,8 @@ We'd love your help!. Use tags [up-for-grabs][up-for-grabs-issues] and
|
||||||
## Useful links
|
## Useful links
|
||||||
|
|
||||||
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
|
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
|
||||||
- For help or feedback on this project, join us in [GitHub Discussions][dhttps://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-slackin.herokuapp.com/)
|
- 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).
|
||||||
|
- 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-slackin.herokuapp.com/)
|
||||||
- Erlang SIG [community page](https://github.com/open-telemetry/community#special-interest-groups)
|
- Erlang SIG [community page](https://github.com/open-telemetry/community#special-interest-groups)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in New Issue