metrics: allow server to return errors

This commit is contained in:
2023-07-08 21:13:31 -07:00
parent facd2f4f57
commit 6b6b22092e
3 changed files with 32 additions and 8 deletions

5
go.mod
View File

@@ -8,8 +8,9 @@ require (
github.com/prometheus/client_golang v1.16.0
github.com/segmentio/kafka-go v0.4.42
github.com/spf13/cobra v1.7.0
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
golang.org/x/mod v0.11.0
golang.org/x/exp v0.0.0-20230711023510-fffb14384f22
golang.org/x/mod v0.12.0
golang.org/x/sync v0.3.0
)
require (