Mixin: LogAnalyzerWithDataMixin

LogAnalyzerWithDataMixin

The LogAnalyzerWithDataMixin class.

Members

columns :Array.<APMLogAnalyzerEntry>

LogAnalyzer specific column definitions.

Type:

database :Integer

ID of the database connection where request data will be persisted.

Type:
  • Integer
See:

databaseTimeout :Integer

Number of days requests are kept on database. Set databaseTimeout to 0 to disable database cleanup.

Type:
  • Integer
Default Value:
  • 0

loglevel :LogAnalyzerLevel

Telemetry data recording detail level to be used for the corresponding services.

Type:
Default Value:
  • LogAnalyzerLevel.Log

onlineTimeout :Integer

Number of minutes requests are stored in memory.

Type:
  • Integer
Default Value:
  • 30

serviceDesk :Integer

ID of the service desk which to send feedbacks to.

Type:
  • Integer
See:

statistics :Array.<Integer>

List of LogStatistic definitions to be precalculated for this LogAnalyzer.

Type:
  • Array.<Integer>
See:

statisticsStatus :LogAnalyzerStatisticsStatus

Statistics available for the LogAnalyzer.

Type:
Default Value:
  • LogAnalyzerStatisticsStatus.Precalculated

tablePrefix :String

Prefix for all database tables created in the context of the LogAnalyzer. Must be unique within a database.

Type:
  • String

timeResolution :String

Time resolution for default statistics in 100ns (default 10 minutes).

Type:
  • String
Default Value:
  • "6000000000"