code.file.path
string PII: Maybe OTel: True The source code file name that identifies the code unit as uniquely as possible (preferably an absolute file path).
/app/myapplication/http/handler/server.py code.filepath Raw JSON
{
"key": "code.file.path",
"brief": "The source code file name that identifies the code unit as uniquely as possible (preferably an absolute file path).",
"type": "string",
"pii": {
"key": "maybe"
},
"is_in_otel": true,
"example": "/app/myapplication/http/handler/server.py",
"alias": [
"code.filepath"
]
}