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

zend_url_insight.log_verbosity_level

2

The Log's verbosity level.

zend_url_insight.log_rotation_size

10

The maximum size of the log file before it is rotated.

zend_url_insight.enable

1

Enables the URL Insight.

zend_url_insight.data_dir

ZEND_PREFIX/tmp/apm

Sets the location for temporary data files.

zend_url_insight.zray_enable

1

Enable Z-Ray information for APM entries

zend_url_insight.daily_interval

60

Interval used for apm data aggregation

zend_url_insight.weekly_interval

3600

Interval used for apm data aggregation

zend_url_insight.monthly_interval

86400

Interval used for apm data aggregation

zend_url_insight.daily_history

2

Data retention time for daily resolution entries

zend_url_insight.weekly_history

30

Data retention time for weekly resolution entries

zend_url_insight.monthly_history

365

Data retention time for monthly resolution entries

zend_url_insight.zray_dumps_interval

1800

Sets the interval to create zray snapshots.

zend_url_insight.zray_dumps_probabilty

1000

Determines the probability according to which Z-Ray provides information for URL Insight in production.

zend_url_insight.aggregate_by_route

1

Use the request route details to aggregate data if possible. Otherwise - use the full URL (deprecated by zend.enable_route)

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

zend_url_insight.aggregate_by_route

Use the request route details to aggregate data if possible. Otherwise - use the full URL (deprecated by zend.enable_route)

Default Value: 1

Type: boolean

Modification Scope: ZEND_INI_ALL

Available Since Version: 9.1