Slide 38
Slide 38 text
Tips: Transform Processorが高機能
● OTTLという言語で変換処理を記述
● 例1: 正規表現で属性をまとめる
○ replace_pattern(span.attributes["http.route"],
"_rsc=[a-z0-9]{5}", "_rsc=*****")
● 例2: 特定の条件で属性を削る
○ delete_key(span.attributes, "xxx") where
span.attributes["yyy"] == "zzz"
38