https://github.com/mbuffa/opentelemetry-breathalyzer
A complete OpenTelemetry tracer for Absinthe (WIP)
https://github.com/mbuffa/opentelemetry-breathalyzer
Last synced: 12 days ago
JSON representation
A complete OpenTelemetry tracer for Absinthe (WIP)
- Host: GitHub
- URL: https://github.com/mbuffa/opentelemetry-breathalyzer
- Owner: mbuffa
- License: mit
- Created: 2023-08-25T07:57:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-21T15:29:30.000Z (over 1 year ago)
- Last Synced: 2025-05-07T06:57:01.497Z (12 days ago)
- Language: Elixir
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenTelemetry Breathalyzer
Breathalyzer is an OpenTelemetry tracer for Absinthe. It
supports the most useful metrics Absinthe exposes, and should be relatively
safe to use for production, although it is in early testing still.Breathalyzer supports tracing operations, field and batches resolutions.
## Contributing
Please feel free to open issues, fork and open pull requests.
Constructive criticism is always appreciated. Also, `TODO.md` and `TODO`
annotations should be a good start if you're looking for easy improvements.## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `opentelemetry_breathalyzer` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:opentelemetry_breathalyzer, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .