Skip to content

Commit

Permalink
chore: Remove dogstatsd variable and references
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
crozzy committed Jun 30, 2023
1 parent 05bd8fa commit 44638ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Documentation/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ metrics:
name: ""
prometheus:
endpoint: null
dogstatsd:
url: ""
```

Note: the above just lists every key for completeness. Copy-pasting the above as
Expand Down
1 change: 0 additions & 1 deletion introspection/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
const (
Prom = "prometheus"
DefaultPromEndpoint = "/metrics"
DogStatsD = "dogstatsd"
Stdout = "stdout"
Jaeger = "jaeger"
HealthEndpoint = "/healthz"
Expand Down

0 comments on commit 44638ed

Please sign in to comment.