Zend URL Insight - Configuration Directives
This topic lists all the configuration directives for Zend URL Insight.
Configuration Directives Summary
The table below is a summary of all the Zend URL Insight configuration directives, and displays the directive name, its default value, and a description:
Directive |
Default Value |
Description |
2 |
The Log's verbosity level. |
|
10 |
The maximum size of the log file before it is rotated. |
|
1 |
Enables the URL Insight. |
|
ZEND_PREFIX/tmp/apm |
Sets the location for temporary data files. |
|
1 |
Enable Z-Ray information for APM entries |
|
60 |
Interval used for apm data aggregation |
|
3600 |
Interval used for apm data aggregation |
|
86400 |
Interval used for apm data aggregation |
|
2 |
Data retention time for daily resolution entries |
|
30 |
Data retention time for weekly resolution entries |
|
365 |
Data retention time for monthly resolution entries |
|
1800 |
Sets the interval to create zray snapshots. |
|
1000 |
Determines the probability according to which Z-Ray provides information for URL Insight in production. |
Configuration Directives Details
The list below contains information for all the available configuration directives for Zend URL Insight: their description, type, units, default value, modification scope, and the Zend Server version they became available in.
zend_url_insight.log_verbosity_level
The Log's verbosity level.
Default Value: 2
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 8.0
zend_url_insight.log_rotation_size
The maximum size of the log file before it is rotated.
Default Value: 10
Units: MBytes
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0
zend_url_insight.enable
Enables the URL Insight.
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 7.0
zend_url_insight.data_dir
Sets the location for temporary data files.
Default Value: ZEND_PREFIX/tmp/apm
Type: string
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0
zend_url_insight.zray_enable
Enable Z-Ray information for APM entries
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0
zend_url_insight.daily_interval
Interval used for apm data aggregation
Default Value: 60
Units: seconds
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0
zend_url_insight.weekly_interval
Interval used for apm data aggregation
Default Value: 3600
Units: seconds
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0
zend_url_insight.monthly_interval
Interval used for apm data aggregation
Default Value: 86400
Units: seconds
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0
zend_url_insight.daily_history
Data retention time for daily resolution entries
Default Value: 2
Units: days
Type: float
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0
zend_url_insight.weekly_history
Data retention time for weekly resolution entries
Default Value: 30
Units: days
Type: float
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0
zend_url_insight.monthly_history
Data retention time for monthly resolution entries
Default Value: 365
Units: days
Type: float
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0
zend_url_insight.zray_dumps_interval
Sets the interval to create zray snapshots.
Default Value: 1800
Units: seconds
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0
zend_url_insight.zray_dumps_probabilty
Determines the probability according to which Z-Ray provides information for URL Insight in production.
Default Value: 1000
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 8.0