/
Components error monitoring

Components error monitoring

This table return system errors and help you analyze different incidences and issues.

devo.internal.log.error

This table collects error messages from different background processes related to Devo components such as alerts, flows, data ingestion, etc. This table presents the following fields:

Field

Data type

Description

Field

Data type

Description

type

str

Error type. Currently, the only type shown is background_process

component

str

Devo component that is sending the error log. The components currently registering errors in this table are:

  • flow

  • alert

  • lookup

  • Query API

  • ingestion

resource_id

str

ID of the resource that is failing.

severity

str

Severity level of the incident. It can be one of the following:

  • critical

  • major

  • minor

  • low

error_code

str

Code of the error. The error code is always composed by a letter that indicates the Devo component plus a number that indicates the issue, following the rules specified in the section below.

message

str

Definition of the incident.

image-20240626-114528.png

Components error codes