https://github.com/hauleth/logger_datadog
Elixir Logger backend for sending logs directly to DataDog
https://github.com/hauleth/logger_datadog
datadog elixir logging
Last synced: 11 months ago
JSON representation
Elixir Logger backend for sending logs directly to DataDog
- Host: GitHub
- URL: https://github.com/hauleth/logger_datadog
- Owner: hauleth
- Created: 2019-01-31T15:06:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T18:25:38.000Z (over 7 years ago)
- Last Synced: 2025-04-09T07:11:27.505Z (about 1 year ago)
- Topics: datadog, elixir, logging
- Language: Elixir
- Homepage:
- Size: 9.77 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoggerDatadog
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `logger_datadog` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:logger_datadog, "~> 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 [https://hexdocs.pm/logger_datadog](https://hexdocs.pm/logger_datadog).