Working with trend icons
The DataMiner Analytics software analyzes the behavior of numeric parameters in real time. A visual summary of the most recent behavior is shown in the form of a trend icon next to a trended parameter on a data page.
Note
This feature requires Storage as a Service or a self-hosted Cassandra-compatible database.
Available trend icons
The following icons can be displayed next to a trended parameter on a data page:
Trend icon | Description |
---|---|
The default icon. | |
The trend is increasing. | |
The trend is decreasing. | |
The trend remains stable. | |
An upward level shift was detected. | |
A downward level shift was detected. | |
An upward trend change was detected. | |
A downward trend change was detected. | |
A variance increase was detected. | |
A variance decrease was detected. | |
An upward outlier was detected. | |
A downward outlier was detected. | |
A flatline was detected. |
Please note the following regarding these icons:
Behavior is calculated for single-value parameters and table parameters. For partial tables, behavior is only calculated for the rows of the first page. For rows on subsequent pages, behavior is calculated only when those pages are accessed.
During the initial time interval after the start of the SLAnalytics process, DataMiner may lack sufficient data to determine the behavior of certain parameters. In such cases, only the default trend icon will be displayed for those parameters during this period.
If Behavioral Anomaly detection is available, an icon may indicate the occurrence of a particular type of change point. If a change point is considered anomalous, the icon is displayed in red.
If you hover the mouse pointer over these icons, a tooltip will display additional information.
The calculation of trend icons requires the storage of average trend data. To limit memory usage, from DataMiner 10.4.2/10.5.0 onwards, the number of trended parameters for which trend icons are calculated is limited to at most 250,000 trended parameters per DMA.
If the current behavior cannot be determined, whether because of the feature being disabled, insufficient data, or significant uncertainty in the trend direction over the past interval, a default icon will be displayed. On a DMA that uses a legacy MySQL database, only this icon is displayed.
Trend icons configuration in System Center
In DataMiner Cube, you can configure this feature in System Center, via System Center > System settings > analytics config > Trend icons. The following settings are available there:
Enabled: Allows you to activate or deactivate this feature.
Run on trended parameters by default: Available from DataMiner 10.4.8/10.5.0 onwards. If this option is enabled (default setting), trend icons are generated by default for all trended numeric parameters, but you can override this setting for specific parameters in a trend template. If this option is disabled, trend icons will only be shown for trend parameters of which the Trend icons setting has been explicitly enabled in the trend template. See Configuring trend templates.
Arrow update interval: Determines at which interval the icons will be updated when an element card remains open. By default, icons are updated every 300 seconds.
Minimum window duration: Determines the size of the time window that is used to check the trend data behavior and select a particular icon to be displayed. By default, this window is set to 3600 seconds.