# statsd-datadog-backend **Repository Path**: mirrors_DataDog/statsd-datadog-backend ## Basic Information - **Project Name**: statsd-datadog-backend - **Description**: A plugin to connect etsy's statsD to Datadog - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # statsd-datadog-backend A plugin to connect etsy's statsD to Datadog ## Installation $ cd /path/to/statsd-dir $ npm install statsd-datadog-backend ## Configuration ```js datadogApiKey: "your_api_key" // You can get it from this page: https://app.datadoghq.com/account/settings#api datadogPrefix: "your_prefix" // Your metrics will be prefixed by this prefix datadogTags: ["your:tag", "another:tag"] // Your metrics will include these tags ``` ## How to enable Add statsd-datadog-backend to your list of statsd backends: ```js backends: ["statsd-datadog-backend"] ```