Skip to content

Commit

Permalink
refactor: rename histogram
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Nov 18, 2024
1 parent 2d8efc3 commit 786e657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routing/http/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func Handler(svc ContentRouter, opts ...Option) http.Handler {
mdlw := middleware.New(middleware.Config{
Recorder: metrics.NewRecorder(metrics.Config{
Registry: server.promRegistry,
Prefix: "delegated_routing",
Prefix: "delegated_routing_server",

DurationBuckets: []float64{0.1, 0.5, 1, 2, 5, 8, 10, 20, 30},
}),
Expand Down

0 comments on commit 786e657

Please sign in to comment.