file.path
string Scrub: Auto Visibility: Public OTel: True Path to the file.
Scrubbing Reason File paths can contain end-user paths (e.g. from stack traces) that may be sensitive.
Example
/home/user/example.txt Changelog
Raw JSON
{
"key": "file.path",
"brief": "Path to the file.",
"type": "string",
"apply_scrubbing": {
"key": "auto",
"reason": "File paths can contain end-user paths (e.g. from stack traces) that may be sensitive."
},
"is_in_otel": true,
"visibility": "public",
"example": "/home/user/example.txt",
"changelog": [
{
"version": "0.17.0",
"prs": [
458
],
"description": "Added file.path attribute"
}
]
}