mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
exclude agentfake metrics from docs generation
Co-Authored-By: Mux <noreply@coder.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user