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.
2 parents 8bbddcc + 8f804e6 commit 2d6aaf6Copy full SHA for 2d6aaf6
datadog-dashboard.json
@@ -630,6 +630,12 @@
630
"prefix": "placement_id",
631
"available_values": [],
632
"default": "*"
633
+ },
634
+ {
635
+ "name": "account_id",
636
+ "prefix": "account_id",
637
+ "available_values": [],
638
+ "default": "*"
639
}
640
],
641
"layout_type": "ordered",
wrangler.jsonc
@@ -3,6 +3,8 @@
3
"name": "cloudflare-container-metrics-datadog-exporter",
4
"main": "src/index.ts",
5
"compatibility_date": "2025-11-17",
6
+ "workers_dev": false,
7
+ "preview_urls": false,
8
"observability": {
9
"enabled": true
10
},
0 commit comments