File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ class BaseScrubber(ABC):
127
127
'exception.stacktrace' ,
128
128
'exception.type' ,
129
129
'exception.message' ,
130
+ 'error.type' ,
130
131
'http.method' ,
131
132
'http.status_code' ,
132
133
'http.scheme' ,
@@ -135,6 +136,8 @@ class BaseScrubber(ABC):
135
136
'http.route' ,
136
137
'db.statement' ,
137
138
'db.plan' ,
139
+ 'fastapi.route.name' ,
140
+ 'fastapi.route.operation_id' ,
138
141
# Newer semantic conventions
139
142
'url.full' ,
140
143
'url.path' ,
@@ -143,6 +146,15 @@ class BaseScrubber(ABC):
143
146
'agent_session_id' ,
144
147
'do_not_scrub' ,
145
148
'binary_content' ,
149
+ 'gen_ai.input.messages' ,
150
+ 'gen_ai.output.messages' ,
151
+ 'gen_ai.system_instructions' ,
152
+ 'pydantic_ai.all_messages' ,
153
+ 'gen_ai.tool.name' ,
154
+ 'gen_ai.tool.call.id' ,
155
+ 'rpc.method' ,
156
+ 'gen_ai.system' ,
157
+ 'model_request_parameters' ,
146
158
}
147
159
148
160
@abstractmethod
You can’t perform that action at this time.
0 commit comments