计数在 Stackdriver 指标中的用途是什么

What is the use of count in stackdriver metrics

我有一个这样的日志指标:

description: hangup
filter: |-
  resource.type="global"
  jsonPayload.message="hanged up"
labelExtractors:
  campaign: EXTRACT(jsonPayload.context.campaignId)
  causa: EXTRACT(jsonPayload.context.attempt.hangupCause)
  pickedUp: EXTRACT(jsonPayload.context.pickedUp)
metricDescriptor:
  description: hangup
  labels:
  - description: causa de colgado
    key: causa
    valueType: INT64
  - description: "campa\xF1a"
    key: campaign
    valueType: INT64
  - key: pickedUp
    valueType: BOOL
  metricKind: DELTA
  name: projects/redacted/metricDescriptors/logging.googleapis.com/user/hangupcause
  type: logging.googleapis.com/user/hangupcause
  unit: '1'
  valueType: INT64
name: hangupcause

如果我通过 SUM 执行 aggregation/alignment,它会按计数执行我期望的聚合:

如果我在 ALIGNMENT/AGGREGATION 中计数,例如:

我想了解COUNT函数在对齐聚合中有什么用?我们在计算或求和什么?

在 GCP 中,“聚合中的计数”是指特定时间 运行 的活动指标数。例如,在您的图表中,红线描述了您正在监控的特定组有四个活动指标 运行.