InfluxDB 系统 buckets
InfluxDB 系统 buckets 包含由 InfluxDB 监控和告警系统以及任务引擎使用和生成的时间序列数据。
每个 InfluxDB 组织都包含以下系统 buckets
以下系统 bucket 模式参考了 InfluxDB 数据元素。有关更多信息,请参阅InfluxDB 关键概念。
_monitoring 系统 bucket
_monitoring
系统 bucket 存储用于监控数据和发送告警的 InfluxDB 数据。
数据保留期: 7 天
_monitoring bucket 模式
- statuses (measurement)
- 标签
- _check_id: 检查 ID
- _check_name: 检查名称
- _level: 检查评估的级别 (ok、info、warn 或 crit)
- _source_measurement: 检查查询的原始 measurement
- _type: 检查类型 (阈值或 deadman)
- 从查询数据继承或在检查配置中添加的其他标签
- 字段
- _message: 检查生成的消息
- _source_timestamp: 查询数据的原始时间戳
- 从查询数据继承的其他字段
- 标签
- notifications (measurement)
- 标签
- _check_id: 触发通知的检查 ID
- _check_name: 触发通知的检查名称
- _level: 触发通知的检查评估级别 (ok、info、warn 或 crit)
- _notification_endpoint_id: 通知端点 ID
- _notification_endpoint_name: 通知端点名称
- _notification_rule_id: 通知规则 ID
- _notification_rule_name: 通知规则名称
- _sent: 发送状态 (true 或 false)
- _source_measurement: 检查查询的原始 measurement
- _type: 检查类型 (阈值或 deadman)
- 从查询数据继承或在检查配置中添加的其他标签
- 字段
- _message: 检查生成的消息
- _source_timestamp: 查询数据的原始时间戳
- _status_timestamp: 评估状态 (
_level
) 时的时间戳 - 从查询数据继承的其他字段
- 标签
_tasks 系统 bucket
_tasks
系统 bucket 存储与InfluxDB 任务执行相关的数据。
数据保留期: 3 天
_tasks bucket 模式
任务运行 指的是单个任务执行。
- runs (measurement)
- 标签
- status: 任务运行状态 (成功或失败)
- taskID: 任务 ID
- 字段
- finishedAt: 任务运行完成时的时间戳
- logs: 来自任务运行的日志输出
- requestedAt: 请求任务运行时的时间戳
- runID 任务运行 ID
- scheduledFor: 任务运行计划运行的时间戳
- startedAt: 任务运行开始时的时间戳
- 标签
此页是否对您有帮助?
感谢您的反馈!