Skip to content

Commit

Permalink
remove done todo
Browse files Browse the repository at this point in the history
  • Loading branch information
LDiazN committed Feb 19, 2025
1 parent 4857fe3 commit 3a01851
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ def probe_login_post(
raise HTTPException(status_code=401, detail="Missing credentials")

token = probe_login.username
# TODO: We have to find a way to explicitly log metrics with prometheus.
# We're currently using the instrumentator default metrics, like http response counts
# Maybe using the same exporter as the instrumentator?

try:
dec = decode_jwt(token, audience="probe_login", key=settings.jwt_encryption_key)
Expand Down

0 comments on commit 3a01851

Please sign in to comment.