Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Learn about InSights Inference - KPI Result on this page. 

On this page:


InSights Inference - KPI Result JSON Structure 


KPI AttributeDescription
resultTimeIt is the previous scheduled time on which  InSights - KPI Job Execution was 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 

groupByFieldValIt 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.
kpiIDIt 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 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

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


Sample InSights Inference - KPI Result in Elasticsearch



  • No labels