Skip to content

Commit 3febed3

Browse files
committed
feat: lint
1 parent c5efdb5 commit 3febed3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/metrics/extension.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import { URL } from "url";
2-
import { get, post, logDebug, logError } from "../utils";
2+
import { post, logDebug, logError } from "../utils";
33
import fs from "fs";
44

55
export const AGENT_URL = "http://127.0.0.1:8124";
6-
const HELLO_PATH = "/lambda/hello";
76
const FLUSH_PATH = "/lambda/flush";
87
const EXTENSION_PATH = "/opt/extensions/datadog-agent";
98
const AGENT_TIMEOUT_MS = 100;

0 commit comments

Comments
 (0)