ThousandEyes for OpenTelemetry Data Model v2 - Logs

Supported Log Types

Log Type

Log Fields

Specific Resource Attributes

Specific Log Attributes

Activity Log

  • Body

  • Timestamp

  • ObservedTimestamp

  • SeverityText

  • SeverityNumber

  • thousandeyes.stream.id

  • thousandeyes.data.version

  • thousandeyes.account.id

  • thousandeyes.account.name

  • thousandeyes.user.id

  • thousandeyes.user.name

  • thousandeyes.user.email

  • thousandeyes.user.address

  • thousandeyes.activitylog.resources

Log Fields

Name
Description

Body

The body of the log.

Timestamp

Time when the event occurred.

ObservedTimestamp

Time when the event was observed.

SeverityText

The log level.

SeverityNumber

Numerical value of the severity.

Attributes

Common Resource Attributes

Key

Data Type

Description

thousandeyes.stream.id

String

UUID of the integration used to route the data point to the external service.

thousandeyes.account.id

String

The ID of the account that the telemetry data is associated with.

thousandeyes.data.version

String

The version of the data model. Possible value: v2

Specific Resource Attributes

Key

Data Type

Description

thousandeyes.account.name

String

The name of the account that the telemetry data is associated with.

Specific Log Attributes

Key

Data Type

Description

thousandeyes.user.id

String

The ID of the user that performed the action tracked by the log.

thousandeyes.user.name

String

The name of the user that performed the action tracked by the log.

thousandeyes.user.email

String

The email of the user that performed the action tracked by the log.

thousandeyes.user.address

String

The IP address of the user that performed the action tracked by the log.

thousandeyes.activitylog.resources

String

The comma-separated list of ThousandEyes Platform resources associated with the action tracked by the log.

Last updated