Skip to content

Commit 0ff1f1e

Browse files
authored
Use Tempo worker metrics for MPP Discovery Service MCP (#754)
1 parent 94a9645 commit 0ff1f1e

14 files changed

Lines changed: 340 additions & 698 deletions

File tree

.github/workflows/mcp-services-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main]
66
paths:
77
- "workers/mcp-services/**"
8-
- "src/lib/datadog*.ts"
8+
- "src/lib/worker-metrics*.ts"
99
- "package.json"
1010
- "pnpm-lock.yaml"
1111
- "pnpm-workspace.yaml"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
},
2626
"dependencies": {
2727
"@base-ui/react": "^1.5.0",
28-
"@datadog/datadog-api-client": "^1.59.0",
2928
"@resvg/resvg-wasm": "^2.6.2",
3029
"@stripe/stripe-js": "^9.7.0",
3130
"@vercel/blob": "^2.4.0",
3231
"accounts": "^0.14.9",
32+
"cloudflare-worker-metrics": "^1.4.0",
3333
"hono": "^4.12.23",
3434
"mermaid": "^11.15.0",
3535
"mppx": "https://pkg.pr.new/mppx@557",

0 commit comments

Comments
 (0)