You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Prasad P. Pawar (Jira)" <ji...@apache.org> on 2021/05/25 18:41:00 UTC

[jira] [Commented] (ATLAS-4296) [Atlas: Debug Metrics] Min Time , Max Time and Average Time in UI are not matching the api response values

    [ https://issues.apache.org/jira/browse/ATLAS-4296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17351289#comment-17351289 ] 

Prasad P. Pawar commented on ATLAS-4296:
----------------------------------------

Hi,
the fix is provided on the uploaded patch.

> [Atlas: Debug Metrics] Min Time , Max Time and Average Time in UI are not matching the api response values
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-4296
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4296
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>            Reporter: Dharshana M Krishnamoorthy
>            Assignee: Mayank Jain
>            Priority: Major
>         Attachments: 0001-ATLAS-UI-ATLAS-4296-ATLAS-4298-ATLAS-4299-Debug-Metr.patch, ATLAS-4296-1.patch, Screenshot 2021-05-21 at 4.18.34 PM.png, Screenshot 2021-05-21 at 4.18.34 PM.png
>
>
> Scenario: Enable debug Metrics
> !Screenshot 2021-05-21 at 4.18.34 PM.png|width=646,height=322!
> Eg: Consider the above highlighted example. *GlossaryREST_deleteGlossary*
> Here
> Min Time : 1.920 (seconds)
> Max Time : 5.530 (seconds) and 
> Average Time : 5.530 (seconds)
> *Api response:*
> {code:java}
>   "GlossaryREST_deleteGlossary": {
>     "name": "GlossaryREST_deleteGlossary",
>     "numops": 6,
>     "minTime": 192,
>     "maxTime": 553,
>     "stdDevTime": 21.556128,
>     "avgTime": 532
>   } {code}
>  
> 1.92 (seconds) has to be 1920 if the value is response is stored in milliseconds but it appears as 192



--
This message was sent by Atlassian Jira
(v8.3.4#803005)