Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top72
top72


Tip

Learn about InSights Inference - KPI Result on this page. 


Panel

On this page:


Table of Contents


Info

result, resultTime, and groupByFieldVal are calculated at the run time when the Insights Inference - KPI Job is executed.


InSights Inference - KPI Result JSON Structure 


Panel


KPI AttributeDescription
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

resultTimeIt is the calculated time when  InSights Inference - KPI Job is executed. It is represented as Epoch Time in milliseconds.
kpiIDIt is like a primary key of a InSights - Inference KPI. It is unique, and has a numerical value.
nameIt denotes the name of the InSights Inference - KPI.
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 

groupByFieldValIt 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.
groupByNameIt is displayed when "isGroupBy" is set to true. It is used to specify the description for "groupByField", on which the Aggregation was imposed.
expectedTrend

It is expected trend of the InSights Inference - KPI.

Eg. UPWARDS / DOWNWARDS

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

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,.



Sample InSights Inference - KPI Result in Elasticsearch