CA Service Management

 View Only
  • 1.  BSI - Metric calculating average of other metric results

    Posted Dec 29, 2015 02:21 PM

    I need to create a metric whose result will be the average of outputs from four other metrics.

    Rather than repeating Business Calculations of the metrics whose outputs I need to average, is there a way to access outputs of those metrics in new business logic?

    What would be a recommended  method to implement this metric?



  • 2.  Re: BSI - Metric calculating average of other metric results
    Best Answer

    Broadcom Employee
    Posted Jan 06, 2016 11:09 AM

    Hello Walter,

    you can use tools.sendevent method to send metrics' results to a new EventType, and use this new eventType as registration in a new Metric/Business Logic.

    I created a step by  step document that shows how to do that.

     

    https://www.dropbox.com/s/5u5uxedbbn7xbb6/How%20send%20data%20from%20a%20metric%20to%20another%20using%20ToolsSendEvent.docx?dl=0

     

    I hope it will help you with your problem

     

    regards



  • 3.  Re: BSI - Metric calculating average of other metric results

    Posted Jan 08, 2016 04:04 PM

    Thanks Thomas,

    This certainly looks like just the information I need to implement a metric which averages results of other metrics.

    I was hoping for a simpler method but it looks like what you presented is how I will implement it.

    Walter