Skip to content

Commit

Permalink
Fikset manglende 'increment' på reg counter
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Sep 16, 2024
1 parent 16a3e36 commit b2402b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fun PrometheusMeterRegistry.personInfoStats(person: Person, opplysninger: Collec
"avtale_land", (opplysninger.contains(DomeneOpplysning.ErEuEoesStatsborger) || opplysninger.contains(DomeneOpplysning.ErGbrStatsborger)).toString()
)
)
counter("paw_arbeidssoeker_inngang_opplysninger", tags)
counter("paw_arbeidssoeker_inngang_opplysninger", tags).increment()
}

fun daysBetweenNow(then: LocalDate): Long {
Expand Down

0 comments on commit b2402b3

Please sign in to comment.