Flow PHP

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
see
https://opentelemetry.io/docs/specs/semconv/general/naming/

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

On this page

Search results