# datadog-finagle **Repository Path**: mirrors_DataDog/datadog-finagle ## Basic Information - **Project Name**: datadog-finagle - **Description**: ## Auto-archived due to inactivity. ## Finagle -> Datadog Tracing reporter - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DataDog Finagle Reporter Reports Finagle traces to Datadog Installation: --- Add ``` "com.datadoghq" % "dd-finagle" % "{latest version}" ``` to your `build.sbt`. Finagle will autodetect the tracer. Options Supported: --- | | System Property | Environment Variable| | --- | --- | --- | | Service name | dd.service.name| DD_SERVICE_NAME| | Agent host | dd.agent.host | DD_AGENT_HOST | | Agent port | dd.agent.port | DD_AGENT_PORT | | Trace Analytics | dd.trace.analytics.enabled | DD_TRACE_ANALYTICS_ENABLED | Logging: --- Logging is handled using the SLF4J api. Set the log level of `datadog.trace.finagle` to `DEBUG` to see debug logs.