Documentation

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:
      • _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:
      • 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) or error (for parsing errors)
      • _value: 1 if _field: "count" or error details if _field: "error"
      • timestamp: time the rejected point was logged

_任务系统桶

系统桶 _tasks 存储与 InfluxDB 任务 执行相关的数据。

数据保留: 3 天

_tasks 桶模式

一个任务运行指的是单个任务的执行。

  • 运行 (测量)
    • 标签:
      • 状态: 任务运行状态(成功或失败)
      • 任务ID: 任务 ID
    • 字段:
      • 完成时间: 任务运行完成的时间戳
      • 日志: 任务运行的日志输出
      • 请求时间: 任务运行被请求的时间戳
      • 运行ID 任务运行 ID
      • 调度时间: 任务运行调度的时间戳
      • 开始时间: 任务运行开始的时间戳


Flux的未来

Flux 正在进入维护模式。您可以像现在一样继续使用它,而无需对您的代码进行任何更改。

阅读更多

InfluxDB 3 开源版本现已公开Alpha测试

InfluxDB 3 Open Source is now available for alpha testing, licensed under MIT or Apache 2 licensing.

我们将发布两个产品作为测试版的一部分。

InfluxDB 3 核心,是我们新的开源产品。 它是一个用于时间序列和事件数据的实时数据引擎。 InfluxDB 3 企业版是建立在核心基础之上的商业版本,增加了历史查询能力、读取副本、高可用性、可扩展性和细粒度安全性。

有关如何开始的更多信息,请查看:

由TSM驱动的InfluxDB Cloud