We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2596890 commit 6b4b1bbCopy full SHA for 6b4b1bb
crates/datadog-serverless-compat/src/main.rs
@@ -67,8 +67,6 @@ pub async fn main() {
67
let dd_api_key: Option<String> = env::var("DD_API_KEY").ok();
68
69
// Windows named pipe name for DogStatsD.
70
- // Can be either a simple name (e.g., "dd_dogstatsd") or a full path (e.g., "\\.\pipe\dd_dogstatsd").
71
- // The DogStatsD server will normalize a simple name to the full path format.
72
let dd_dogstatsd_windows_pipe_name: Option<String> = {
73
#[cfg(windows)]
74
{
0 commit comments