Skip to content

Commit

Permalink
Fixes example of metrics middleware version 4
Browse files Browse the repository at this point in the history
The example was using version 3. It was fixed to use version 4.
  • Loading branch information
joesantos418 committed May 8, 2024
1 parent b969d87 commit 52f7dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gokitmiddlewares/metricsmiddleware/v4/example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"context"
"os"

"github.com/arquivei/foundationkit/gokitmiddlewares/metricsmiddleware/v3"
"github.com/arquivei/foundationkit/gokitmiddlewares/metricsmiddleware/v4"

"github.com/go-kit/kit/endpoint"
kitprometheus "github.com/go-kit/kit/metrics/prometheus"
Expand Down

0 comments on commit 52f7dbd

Please sign in to comment.