prima_datadog

Crates.ioprima_datadog
lib.rsprima_datadog
version0.8.0
sourcesrc
created_at2021-09-17 08:21:21.067531
updated_at2024-06-21 12:56:19.64964
descriptionAn opinionated library to share code and approach to Datadog logging in prima.it
homepage
repository
max_upload_size
id452694
size115,535
Matteo Giachino (matteosister)

documentation

README

Prima Datadog

Build Status

This is an opinionated library to share code and approach to Datadog logging in prima.it

Refer to the official docs for help on how to setup the library in your project

❕ Please note that prima_datadog.rs uses 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. A full URL might then be 10.1.2.3:8125.

Commit count: 0

cargo fmt