Metrics

Metric is a

system for measuring something

InnowayIT application uses metrics to measure various entities in the systems. For example how many applications are active or how many IT components are in a particular domain. Following method is used to formulate the metric:

ObjectName.AggregationMethod.FieldName.Value

Metrics can be configured by Administrator by navigating to Admin > Metrics:

figure 1: link of metric object

Following table shows the list of metrics:

figure 2: lis tof metrics

For example "application.count.categorytype.channel" will provide a count of all applications of category type "channel". When the API is invoked a service queries the database to retrieve the required number.

Following are some examples of calculating metrics:

Description

Formula

Count of all applications

application.count.all

Count of all application of category type channel

application.count.categorytype.channel

Sum of total cost of ownership of all channel applictions

application.sum.totalcostofownership.categorytype.channel

API to get all Metrics for an object is below:

Example: /metric?object=application

Last updated

Was this helpful?