Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Sep 13, 2023
1 parent 8df5207 commit 2d78a4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/oidcc/token.ex
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ defmodule Oidcc.Token do

telemetry_event(%{
event: [:oidcc, :jwt_profile_token, :start],
description: "Emitted at the start of exchaning a JWT profile token",
description: "Emitted at the start of exchanging a JWT profile token",
measurements: "%{system_time: non_neg_integer(), monotonic_time: integer()}",
metadata: "%{issuer: :uri_string.uri_string(), client_id: String.t()}"
})

telemetry_event(%{
event: [:oidcc, :jwt_profile_token, :stop],
description: "Emitted at the end of exchaning a JWT profile token",
description: "Emitted at the end of exchanging a JWT profile token",
measurements: "%{duration: integer(), monotonic_time: integer()}",
metadata: "%{issuer: :uri_string.uri_string(), client_id: String.t()}"
})

telemetry_event(%{
event: [:oidcc, :jwt_profile_token, :exception],
description: "Emitted at the end of exchaning a JWT profile token",
description: "Emitted at the end of exchanging a JWT profile token",
measurements: "%{duration: integer(), monotonic_time: integer()}",
metadata: "%{issuer: :uri_string.uri_string(), client_id: String.t()}"
})
Expand Down

0 comments on commit 2d78a4d

Please sign in to comment.