Attribute (dd)
Logs (dd)
などの任意のfieldや、Datadog がパースした構造化データを指す
クエリを書く場合は
@key:value
という構造になる
Tag (dd)
と異なり、
@
が必要
JSONのkeyが
@key
になる
範囲検索や数値検索が可能
e.g.
@duration:>100
https://docs.datadoghq.com/ja/logs/log_configuration/attributes_naming_convention/
例
@http.method:GET
@user.id:42
@latency:>200
@message:"failed to connect"