Learn about InSights Inference - KPI Result on this page.
On this page:
InSights Inference - KPI Result JSON Structure
KPI Attribute | Description |
---|---|
resultTime | It is the calculated time when InSights Inference - KPI Job is executed. It is represented as Epoch Time in milliseconds. |
resultOutPutType | It indicates the result type of the InSights Inference - KPI. For instance, AVERAGE type KPI could have result as Average Time or Average of Numbers. Use time when the type of output is Time Duration, and number when the type of output is just a Normal Number. Eg. time / number |
isGroupBy | It is used for Aggregation if more than one instance is specified. Its value is Boolean. Eg. true / false |
groupByFieldVal | It is calculated when InSights Inference - KPI Job is executed. It is displayed when "isGroupBy" is set to true. It displays the calculated result for "groupByField", on which the Aggregation was imposed. |
groupByName | It is displayed when "isGroupBy" is set to true. It is used to specify the description for "groupByField", on which the Aggregation was imposed. |
kpiID | It is like a primary key of a InSights - Inference KPI. It is unique, and has a numerical value. |
expectedTrend | It is expected trend of the InSights Inference - KPI. Eg. UPWARDS / DOWNWARDS |
result | It is calculated when InSights Inference - KPI Job. It is a numerical field displayed after calculation by InSights Inference Services, based on the InSights Inference - KPI's "action" type. Eg. AVERAGE / COUNT / MINMAX |
schedule | It is the job schedule of a InSights Inference - KPI. Eg. DAILY / WEEKLY / MONTHLY / YEARLY |
isComparisionKpi | It is a Boolean value. It generally indicates whether or not the KPI result should have a comparison with previous KPI result. Eg. true / false |
name | It denotes the name of the InSights Inference - KPI. |
action | It is the Mathematical Function that is imposed on a InSights Inference - KPI. Eg. AVERAGE / COUNT / MINMAX |
vector | It denotes the DevOps vector of a tool, which is specified in the InSights Inference - KPI. Eg. BUILD, CODEQUALITY, DEFECTS, DEPLOYMENT etc,. |
toolName | It is the name of the DevOps tool. Eg. JIRA, Jenkins, Sonar, Rundeck etc,. |