Class: WebTimingLogAnalyzer

WebTimingLogAnalyzer

The WebTimingLogAnalyzer class.

Constructor

new WebTimingLogAnalyzer()

Extends

Members

appId :String

If set, only requests from services with a matching appId are processed by the LogAnalyzer.

Type:
  • String
Overrides:

(readonly) appName :String

Type:
  • String
Overrides:
Default Value:
  • "Fabasoft app.telemetry"

appTierId :String

If set, only requests from services with a matching appTierId are processed by the LogAnalyzer.

Type:
  • String
Inherited From:

(readonly) appTierName :String

Type:
  • String
Overrides:
Default Value:
  • "Web Telemetry"

columns :Array.<APMLogAnalyzerEntry>

LogAnalyzer specific column definitions.

Type:
Inherited From:

database :Integer

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

Type:
  • Integer
Inherited From:
See:

databaseTimeout :Integer

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

Type:
  • Integer
Inherited From:
Default Value:
  • 0

group :String

Authorized user and group names separated by semicolons.

Type:
  • String
Inherited From:

(readonly) id :Integer

The ID of this object.

Type:
  • Integer
Inherited From:

loglevel :LogAnalyzerLevel

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

Type:
Inherited From:
Default Value:
  • LogAnalyzerLevel.Log

logPoolType :LogAnalyzerType

Type:
  • LogAnalyzerType
Inherited From:

name :String

The name of this object.

Type:
  • String
Inherited From:

onlineTimeout :Integer

Number of minutes requests are stored in memory.

Type:
  • Integer
Inherited From:
Default Value:
  • 30

properties :Object.<string, string>

A place to store arbitrary string properties. In some cases objects store their configuration inside this hash/dictionary. If you store custom properties make sure you prefix them with your moduleId.

Type:
  • Object.<string, string>
Inherited From:
See:
  • upgrade_module

reference :String

The reference of this object. May only contain the characters A-Za-z0-9_.+: -.

Type:
  • String
Inherited From:
Default Value:
  • ""

serviceDesk :Integer

ID of the service desk which to send feedbacks to.

Type:
  • Integer
Inherited From:
See:

statistics :Array.<Integer>

List of LogStatistic definitions to be precalculated for this LogAnalyzer.

Type:
  • Array.<Integer>
Inherited From:
See:

statisticsStatus :LogAnalyzerStatisticsStatus

Statistics available for the LogAnalyzer.

Type:
Inherited From:
Default Value:
  • LogAnalyzerStatisticsStatus.Precalculated

status :ElementStatus

The object status.

Type:
Inherited From:
Default Value:
  • ElementStatus.Active

tablePrefix :String

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

Type:
  • String
Inherited From:

timeResolution :String

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

Type:
  • String
Inherited From:
Default Value:
  • "6000000000"