correct span names
This commit is contained in:
parent
88209ac11d
commit
7069813ec7
5 changed files with 4 additions and 6 deletions
|
@ -299,7 +299,7 @@ func (r *DeviceAuthorizationState) GetSubject() string {
|
|||
}
|
||||
|
||||
func CheckDeviceAuthorizationState(ctx context.Context, clientID, deviceCode string, exchanger Exchanger) (*DeviceAuthorizationState, error) {
|
||||
ctx, span := tracer.Start(ctx, "CheckDeviceAuthorization")
|
||||
ctx, span := tracer.Start(ctx, "CheckDeviceAuthorizationState")
|
||||
defer span.End()
|
||||
|
||||
storage, err := assertDeviceStorage(exchanger.Storage())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue