You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Dharshana M Krishnamoorthy (Jira)" <ji...@apache.org> on 2021/05/21 12:26:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Dharshana M Krishnamoorthy updated ATLAS-4296:
----------------------------------------------
    Description: 
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

  was:
Scenario: Enable debug Metrics

!Screenshot 2021-05-21 at 4.18.34 PM.png|width=596,height=297!

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


> [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
>            Priority: Major
>         Attachments: 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)