Uses of Package
cloud.opencode.base.observability.metric

  • Class
    Description
    Counter - A monotonically increasing counter metric Counter - 单调递增的计数器指标
    Gauge - A metric that reports a current value from a supplier Gauge - 从供应者报告当前值的指标
    Histogram - A metric for recording value distributions Histogram - 用于记录值分布的指标
    MetricId - Unique identifier for a metric, composed of name and tags MetricId - 指标的唯一标识符,由名称和标签组成
    MetricRegistry - Central registry for creating and managing metrics MetricRegistry - 创建和管理指标的中央注册表
    MetricSnapshot - An immutable snapshot of a metric's current state MetricSnapshot - 指标当前状态的不可变快照
    Tag - A key-value pair for metric dimensioning Tag - 用于指标维度化的键值对
    Timer - A metric for measuring duration of operations Timer - 用于测量操作持续时间的指标