correct span names
This commit is contained in:
parent
88209ac11d
commit
7069813ec7
5 changed files with 4 additions and 6 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue