file.path
stringScrub: AutoVisibility: PublicOTel: TruePath to the file.
Scrubbing ReasonFile paths can contain end-user paths (e.g. from stack traces) that may be sensitive.
Example
/home/user/example.txtChangelog
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"
}
]
}