Go to file
dependabot[bot] 1e38926904
Bump semver from 7.5.1 to 7.5.4 in /examples/roll_dice_elli (#217)
Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 to 7.5.4.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.5.1...v7.5.4)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-15 11:19:36 -07:00
.github chore(deps): update dependency ubuntu to v22 (#241) 2023-11-10 09:20:36 -07:00
examples Bump semver from 7.5.1 to 7.5.4 in /examples/roll_dice_elli (#217) 2023-11-15 11:19:36 -07:00
instrumentation chore(deps): update postgres docker tag to v16 (#242) 2023-11-15 11:14:43 -07:00
propagators/opentelemetry_process_propagator Revert "chore: run propagator dialyzer on CI (#202)" (#224) 2023-11-09 18:28:51 -07:00
utilities chore(deps): update dependency dialyxir to ~> 1.4.0 (#226) 2023-11-09 22:01:04 -07:00
.gitignore Update .gitignore 2021-11-22 12:18:02 -07:00
CODEOWNERS Add codeowner for utilities/opentelemetry_instrumentation_http (#191) 2023-08-18 15:32:03 -06:00
CONTRIBUTING.md Add info about conventions to guides (#33) 2021-11-12 10:52:29 -07:00
LICENSE Initial commit 2021-04-19 10:19:28 -07:00
README.md OpentelemetryReq plugin (#160) 2023-03-31 09:51:27 -06:00
mix.exs Otel phoenix migration (#4) 2021-09-12 13:49:24 -06:00
rebar.lock Implemented AWS X-Ray TraceId Generator (#95) 2022-07-21 11:40:47 -06:00
renovate.json Configure Renovate (#223) 2023-11-09 19:02:23 -07:00

README.md

<p align="center"> <strong> <a href="https://opentelemetry.io/docs/instrumentation/erlang/getting-started/">Getting Started<a/>   •   <a href="https://hexdocs.pm/opentelemetry_api/1.0.0-rc.2/OpenTelemetry.html">API Documentation<a/> </strong> </p> <p align="center"> <strong> <a href="CONTRIBUTING.md">Contributing<a/>   •   <a href="instrumentation/">Instrumentation<a/>   •   <a href="propagators/">Propagators<a/>   •   <a href="examples/">Examples<a/> </strong> </p>

Getting Started   •   API Documentation

Contributing   •   Instrumentation   •   Propagators   •   Examples

EEF Observability WG project Elixir

About this project

This is a repository for OpenTelemetry Erlang & Elixir contributions that are not part of the core repository and core distribution of the API and SDK.

Instrumentations

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

Supported Runtimes

OpenTelemetry requires OTP v21.3 and above.

See Elixir OTP Compatibility for supported OTP/Elixir combinations.

Contributing

We'd love your help!. Use tags [up-for-grabs][up-for-grabs-issues] and good first issue to get started with the project. Follow CONTRIBUTING guide to report issues or submit a proposal.

License

Apache 2.0 - See LICENSE for more information.