Skip to content

Commit

Permalink
fix: set metrics namespace to phantomias
Browse files Browse the repository at this point in the history
  • Loading branch information
jon4hz committed Mar 26, 2023
1 parent a61a091 commit 42f06cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func New(cfg *config.Metrics, opts ...Opt) *Server {

s.fiber = fiberprom.New("",
fiberprom.WithRegistry(s.registry),
fiberprom.WithNamespace("miningcore_api_proxy"),
fiberprom.WithNamespace("phantomias"),
).Middleware

s.server.Use(recover.New(recover.Config{
Expand Down

0 comments on commit 42f06cd

Please sign in to comment.