连接器
连接器通过在一端充当 exporter、在另一端充当 receiver 来桥接两个 pipeline。它们可以处理连接的 pipeline 中相同或不同的 signal 类型,并且可以对通过它们的数据进行转换、汇总、复制或路由。
Count Connector
Count Connector 通过对经过 exporter pipeline 的 trace span、span event、metric、metric data point 和 log record 进行计数,生成基于计数的 metric。
Routing Connector
Routing Connector 根据 resource attribute 值和以 OpenTelemetry Transformation Language (OTTL) 语句表达的 routing 规则,将 log、metric 和 trace 定向到指定的 pipeline。
WARNING
该 connector 的 error_mode 默认值为 ignore。当 routing 条件求值失败时,错误会被吞掉,数据会进入默认 pipeline,而不会向上传播失败。若 routing 错误必须作为 pipeline 错误显式暴露,请显式设置 error_mode: propagate。
Forward Connector
Forward Connector 将两个共享相同 signal 类型的 pipeline 合并为单一数据流。
Spanmetrics Connector
Spanmetrics Connector 基于 span 数据派生 Request、Error 和 Duration (R.E.D) metric,提供 service 级性能指标。