https://github.com/primait/prima_datadog.rs
opinionated rust client for datadog
https://github.com/primait/prima_datadog.rs
Last synced: 2 months ago
JSON representation
opinionated rust client for datadog
- Host: GitHub
- URL: https://github.com/primait/prima_datadog.rs
- Owner: primait
- Created: 2021-09-15T15:22:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-11-27T12:52:44.000Z (8 months ago)
- Last Synced: 2025-11-30T05:43:03.064Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 166 KB
- Stars: 1
- Watchers: 44
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Prima Datadog
[](https://drone-1.prima.it/primait/prima_datadog.rs)
This is an opinionated library to share code and approach to Datadog logging in prima.it
Refer to the [official docs](https://docs.rs/prima_datadog) for help on how to setup the library in your project
❕ Please note that `prima_datadog.rs` uses [`dogstatsd`](https://docs.rs/dogstatsd/latest/dogstatsd/), which means metrics will be sent using the **UDP** protocol, so you'll need to specify a full address with both IP and port (the default one is `8125`, but note that the library won't provide it for you). You can find more information on the [official Datadog documentation](https://docs.datadoghq.com/developers/dogstatsd/).
A full URL might then be `10.1.2.3:8125`.