Skip to content

Commit 44638ed

Browse files
committed
chore: Remove dogstatsd variable and references
This came up as we have this field in the documentation but clairctl will error out if it's used when invoking any command. Signed-off-by: crozzy <[email protected]>
1 parent 05bd8fa commit 44638ed

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Documentation/reference/config.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ metrics:
103103
name: ""
104104
prometheus:
105105
endpoint: null
106-
dogstatsd:
107-
url: ""
108106
```
109107

110108
Note: the above just lists every key for completeness. Copy-pasting the above as

introspection/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import (
2424
const (
2525
Prom = "prometheus"
2626
DefaultPromEndpoint = "/metrics"
27-
DogStatsD = "dogstatsd"
2827
Stdout = "stdout"
2928
Jaeger = "jaeger"
3029
HealthEndpoint = "/healthz"

0 commit comments

Comments
 (0)