exclude agentfake metrics from docs generation

Co-Authored-By: Mux <noreply@coder.com>
This commit is contained in:
Callum Styan
2026-05-27 18:33:19 +00:00
parent f86a537307
commit e5008f6c74
+1
View File
@@ -41,6 +41,7 @@ var scanDirs = []string{
// eliminate the need for this skip list.
var skipPaths = []string{
"enterprise/aibridgeproxyd/metrics.go",
"enterprise/scaletest/agentfake/metrics.go",
}
// MetricType represents the type of Prometheus metric.