Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Incomplete
-
Affects Version/s: 4.1.0
-
Fix Version/s: None
-
Component/s: core.users
-
Labels:None
Description
Get individual request times with underlying LDAP API calls. Would be good to include the total time of API calls within the Hue request, e.g.
[21/Mar/2018 17:07:45 -0700] access INFO 127.0.0.1 romain - "POST /notebook/api/check_status HTTP/1.1" returned in 160ms (API: 100ms)
'returned in 160ms' was added in 5.15, getting the underlying thrift/rest call times would help too, as currently we don't know if Hue is slow or the external service is slow in general.