correct span names

This commit is contained in:
adlerhurst 2024-03-07 10:44:24 +01:00
parent 88209ac11d
commit 7069813ec7
5 changed files with 4 additions and 6 deletions

View file

@ -69,7 +69,7 @@ func ParseUserinfoRequest(r *http.Request, decoder httphelper.Decoder) (string,
}
func getAccessToken(r *http.Request) (string, error) {
ctx, span := tracer.Start(r.Context(), "RefreshTokens")
ctx, span := tracer.Start(r.Context(), "getAccessToken")
r = r.WithContext(ctx)
defer span.End()