高级用法

编辑

追加器

编辑

追加器允许用户追加已经使用模板或构建器构建的配置。 可以配置追加器,使其仅在匹配所需条件时才应用。 应用的配置类型特定于每个追加器。

配置
编辑

配置追加器可以在模板或构建器生成的配置之上应用配置。 每当匹配提供的条件时,就会应用配置。 如果没有提供条件,则始终应用该配置。

heartbeat.autodiscover:
  providers:
    - type: kubernetes
      templates:
        ...
      appenders:
        - type: config
          condition.equals:
            kubernetes.namespace: "prometheus"
          config:
            fields:
              type: monitoring