FilesystemTelemetryAttributes
FinalYes
Flow-specific filesystem attribute keys.
No official filesystem semantic convention exists; per OTel naming guidance all custom keys
live under the flow.filesystem. prefix. Official keys (e.g. error.type) come from
SemConvAttributes.
Tags
Constants
- ATTR_BYTES_TOTAL_READ : string = 'flow.filesystem.bytes.total_read'
- ATTR_BYTES_TOTAL_WRITTEN : string = 'flow.filesystem.bytes.total_written'
- ATTR_FILESYSTEM_OPERATION : string = 'flow.filesystem.operation'
- ATTR_FILESYSTEM_PROTOCOL : string = 'flow.filesystem.protocol'
- ATTR_PATH_TO : string = 'flow.filesystem.path.to'
- ATTR_PATH_URI : string = 'flow.filesystem.path.uri'
- ATTR_STREAM_TYPE : string = 'flow.filesystem.stream.type'
Constants
ATTR_BYTES_TOTAL_READ
public
string
ATTR_BYTES_TOTAL_READ
= 'flow.filesystem.bytes.total_read'
ATTR_BYTES_TOTAL_WRITTEN
public
string
ATTR_BYTES_TOTAL_WRITTEN
= 'flow.filesystem.bytes.total_written'
ATTR_FILESYSTEM_OPERATION
public
string
ATTR_FILESYSTEM_OPERATION
= 'flow.filesystem.operation'
ATTR_FILESYSTEM_PROTOCOL
public
string
ATTR_FILESYSTEM_PROTOCOL
= 'flow.filesystem.protocol'
ATTR_PATH_TO
public
string
ATTR_PATH_TO
= 'flow.filesystem.path.to'
ATTR_PATH_URI
public
string
ATTR_PATH_URI
= 'flow.filesystem.path.uri'
ATTR_STREAM_TYPE
public
string
ATTR_STREAM_TYPE
= 'flow.filesystem.stream.type'