feat(account): #49 add mertrics
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m8s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m4s

This commit was merged in pull request #63.
This commit is contained in:
2025-05-10 23:27:03 +02:00
parent 0792d8e01a
commit df022c9077
2 changed files with 17 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import (
var (
errorMetric = promauto.NewCounter(
prometheus.CounterOpts{
Name: "mefit_error_total",
Name: "spendsparrow_error_total",
Help: "The total number of errors during processing",
},
)