Cloudfoundry 字段

Cloud Foundry 模块

cloudfoundry

cloudfoundry.type

来自 Cloud Foundry 的事件类型。可能的值包括容器计数器

type: keyword

app

与指标关联的应用程序。

cloudfoundry.app.id

应用程序的 ID。

type: keyword

container

container 包含来自 Cloud Foundry 的容器指标。

cloudfoundry.container.instance_index

指标所属实例的索引。

type: long

cloudfoundry.container.cpu.pct

CPU 使用率百分比。

type: scaled_float

cloudfoundry.container.memory.bytes

已使用内存的字节数。

type: long

cloudfoundry.container.memory.quota.bytes

可用内存的字节数。

type: long

cloudfoundry.container.disk.bytes

已使用存储空间的字节数。

type: long

cloudfoundry.container.disk.quota.bytes

可用存储空间的字节数。

type: long

counter

counter 包含来自 Cloud Foundry 的计数器指标。

cloudfoundry.counter.name

计数器的名称。

type: keyword

cloudfoundry.counter.delta

计数器事件上次发生之间的差值。

type: long

cloudfoundry.counter.total

计数器的总值。

type: long

value

value 包含来自 Cloud Foundry 的计数器指标。

cloudfoundry.value.name

值的名称。

type: keyword

cloudfoundry.value.unit

值的单位。

type: keyword

cloudfoundry.value.value

值的数值。

type: float