InfluxDB Cloud 系统存储桶
InfluxDB 系统桶包含用于和由 InfluxDB 监控和警报系统以及任务引擎生成的时间序列数据。
每个InfluxDB组织包含以下系统存储桶:
下面的系统存储桶模式引用了 InfluxDB 数据元素。如需更多信息,请参见 InfluxDB 关键概念。
_监控系统桶
_monitoring_ 系统桶存储用于
监控数据和发送警报的 InfluxDB 数据。
数据保留: 7 天
监控存储桶架构
状态 (测量)
- tags:
- _check_id: check ID
- _check_name: check name
- _level: level evaluated by the check (ok, info, warn, or crit)
- _source_measurement: original measurement queried by the check
- _type: check type (threshold or deadman)
- other tags inherited from queried data or added in the check configuration
- fields:
- _message: message generated by the check
- _source_timestamp: original timestamp of the queried data
- other fields inherited from queried data
- tags:
通知 (测量)
- tags:
- _check_id: check ID that triggered the notification
- _check_name: check name that triggered the notification
- _level: check-evaluated level that triggered the notification (ok, info, warn, or crit)
- _notification_endpoint_id: notification endpoint ID
- _notification_endpoint_name: notification endpoint name
- _notification_rule_id: notification rule ID
- _notification_rule_name: notification rule name
- _sent: sent status (true or false)
- _source_measurement: original measurement queried by the check
- _type: check type (threshold or deadman)
- other tags inherited from queried data or added in the check configuration
- fields:
- _message: message generated by the check
- _source_timestamp: original timestamp of the queried data
- _status_timestamp: timestamp when the status (
_level) was evaluated - other fields inherited from queried data
- tags:
拒绝的点 (测量)
- tags:
- bucket: ID of the bucket targeted in the write request
- reason: brief description of why InfluxDB rejected the point
- field: field name of the point (present if the point contained a field)
- measurement: measurement of the point (present if the point contained a measurement)
- gotType: InfluxDB field type in the point (present if type mismatch)
- wantType: InfluxDB field type in the bucket schema (present if type mismatch)
- fields:
- _field:
count(for data type and schema conflicts) orerror(for parsing errors) - _value:
1if_field: "count"or error details if_field: "error" - timestamp: time the rejected point was logged
- _field:
- tags:
_任务系统桶
系统桶 _tasks 存储与 InfluxDB 任务 执行相关的数据。
数据保留: 3 天
_tasks 桶模式
一个任务运行指的是单个任务的执行。
- 运行 (测量)
- 标签:
- 状态: 任务运行状态(成功或失败)
- 任务ID: 任务 ID
- 字段:
- 完成时间: 任务运行完成的时间戳
- 日志: 任务运行的日志输出
- 请求时间: 任务运行被请求的时间戳
- 运行ID 任务运行 ID
- 调度时间: 任务运行调度的时间戳
- 开始时间: 任务运行开始的时间戳
- 标签: