README.md
# Telemetry Deployex
> Collecting data for Elixir Applications monitored by DeployEx
[![Hex.pm Version](http://img.shields.io/hexpm/v/telemetry_deployex.svg?style=flat)](https://hex.pm/packages/telemetry_deployex)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `telemetry_deployex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:telemetry_deployex, "~> 0.1.0"}
]
end
```
## Getting involved
🗨️ **Contact us:**
Feel free to contact me on [Linkedin](https://www.linkedin.com/in/thiago-cesar-calori-esteves-972368115/).
## Copyright and License
Copyright (c) 2024, Thiago Esteves.
DeployEx source code is licensed under the [MIT License](LICENSE.md).
# References
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 <https://hexdocs.pm/telemetry_deployex>.