Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maurafortino committed Apr 26, 2023
1 parent 66db552 commit a22b2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basculehelper/basculeHelper.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ const (
PartnerIDLabel = "partnerid"
ServerLabel = "server"

//Names for Auth Validation metrics
// Names for Auth Validation metrics
AuthValidationOutcome = "auth_validation"
NBFHistogram = "auth_from_nbf_seconds"
EXPHistogram = "auth_from_exp_seconds"

// help messages for Auth Validation metrics
// Help messages for Auth Validation metrics
authValidationOutcomeHelpMsg = "Counter for success and failure reason results through bascule"
nbfHelpMsg = "Difference (in seconds) between time of JWT validation and nbf (including leeway)"
expHelpMsg = "Difference (in seconds) between time of JWT validation and exp (including leeway)"
Expand Down

0 comments on commit a22b2b9

Please sign in to comment.