Create a custom metric aggregation implementation
Create a custom implementation of the metric aggregation scripted extension point when the default aggregation modes don't cover a calculation you need.
Before you begin
Role required: tsom_visibility_admin
About this task
The metric aggregation scripted extension point includes a default implementation that covers the standard aggregation modes. If the default implementation doesn't cover the aggregation you need, create your own implementation of the extension point. Your implementation runs without requiring a product change.
Procedure
Navigate to All > System Scripted Extension Points > Scripted Extension Points.
Search for
TSOMMetricAggregator.Select Create implementation.
In the Script field, define your aggregation logic.
Provide the aggregation configuration that your implementation uses, following the same configuration structure as the default aggregation modes.
In the Order field, set the execution priority for your implementation.
Select Submit.
Result
Your custom implementation is active. A scheduled job that calls the metric aggregation scripted extension point runs your implementation along with the other registered implementations.
Parent Topic:Configure Telecom Assurance
Related topics
Configure a metric aggregation job