InfluxDB 系统存储桶
InfluxDB 系统存储桶包含 InfluxDB 监控和警报系统以及任务引擎使用和生成的时间序列数据。
每个 InfluxDB 组织都包含以下系统存储桶
下面的系统存储桶模式引用**InfluxDB 数据元素**。有关详细信息,请参阅InfluxDB 主要概念。
_monitoring 系统存储桶
_monitoring
系统存储桶存储用于监控数据和发送警报的 InfluxDB 数据。
数据保留:7 天
_monitoring 存储桶模式
statuses (measurement)
- tags
- _check_id: 检查 ID
- _check_name: 检查名称
- _level: 检查评估的级别(ok、info、warn 或 crit)
- _source_measurement: 检查查询的原始 measurement
- _type: 检查类型(threshold 或 deadman)
- 从查询的数据继承或在检查配置中添加的其他标签
- fields
- _message: 检查生成的消息
- _source_timestamp: 查询数据的原始时间戳
- 从查询的数据继承的其他字段
- tags
notifications (measurement)
- tags
- _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: 检查类型(threshold 或 deadman)
- 从查询的数据继承或在检查配置中添加的其他标签
- fields
- _message: 检查生成的消息
- _source_timestamp: 查询数据的原始时间戳
- _status_timestamp: 评估状态 (
_level
) 的时间戳 - 从查询的数据继承的其他字段
- tags
_tasks 系统存储桶
_tasks
系统存储桶存储与 InfluxDB 任务 执行相关的数据。
数据保留:3 天
_tasks 存储桶模式
任务运行是指单个任务执行。
- runs (measurement)
- tags
- status: 任务运行状态(成功或失败)
- taskID: 任务 ID
- fields
- finishedAt: 任务运行结束的时间戳
- logs: 任务运行的日志输出
- requestedAt: 任务运行被请求的时间戳
- runID 任务运行ID
- scheduledFor: 任务运行被安排运行的时间戳
- startedAt: 任务运行开始的时间戳
- tags
此页面是否对您有所帮助?
感谢您的反馈!
支持与反馈
感谢您成为我们社区的一员! 我们欢迎并鼓励您对 InfluxDB 和此文档提供反馈和错误报告。 如需寻找支持,请使用以下资源:
拥有年度合同或支持合同的客户可以联系 InfluxData 支持。