Flow PHP

TelemetryAttributes

FinalYes

Flow-specific ETL attribute keys.

Per OTel naming guidance all custom keys live under the flow.etl. prefix; official keys (e.g. error.type) come from SemConvAttributes.

Tags
see
https://opentelemetry.io/docs/specs/semconv/general/naming/

Constants

ATTR_DATAFRAME_ID  : string = 'flow.etl.dataframe.id'
ATTR_DATAFRAME_NAME  : string = 'flow.etl.dataframe.name'
ATTR_JOIN_TYPE  : string = 'flow.etl.join.type'
ATTR_LOADER_CLASS  : string = 'flow.etl.loader.class'
ATTR_LOADER_DESTINATION_URI  : string = 'flow.etl.destination.uri'
ATTR_LOADING_ROWS  : string = 'flow.etl.loading.rows'
ATTR_MEMORY_MAX  : string = 'flow.etl.memory.max'
Value expressed in megabytes.
ATTR_MEMORY_MIN  : string = 'flow.etl.memory.min'
Value expressed in megabytes.
ATTR_ROWS_THROUGHPUT  : string = 'flow.etl.rows.throughput.per_second'
ATTR_ROWS_TOTAL  : string = 'flow.etl.rows.total'
ATTR_SCALAR_FUNCTION  : string = 'flow.etl.scalar.function'
ATTR_TRANSFORMATION_INPUT_ROWS  : string = 'flow.etl.transformation.input_rows'
ATTR_TRANSFORMATION_OUTPUT_ROWS  : string = 'flow.etl.transformation.output_rows'
ATTR_TRANSFORMER_CLASS  : string = 'flow.etl.transformer.class'

Constants

ATTR_LOADER_DESTINATION_URI

public string ATTR_LOADER_DESTINATION_URI = 'flow.etl.destination.uri'

ATTR_MEMORY_MAX

Value expressed in megabytes.

public string ATTR_MEMORY_MAX = 'flow.etl.memory.max'

ATTR_MEMORY_MIN

Value expressed in megabytes.

public string ATTR_MEMORY_MIN = 'flow.etl.memory.min'

ATTR_ROWS_THROUGHPUT

public string ATTR_ROWS_THROUGHPUT = 'flow.etl.rows.throughput.per_second'

ATTR_SCALAR_FUNCTION

public string ATTR_SCALAR_FUNCTION = 'flow.etl.scalar.function'

ATTR_TRANSFORMATION_INPUT_ROWS

public string ATTR_TRANSFORMATION_INPUT_ROWS = 'flow.etl.transformation.input_rows'

ATTR_TRANSFORMATION_OUTPUT_ROWS

public string ATTR_TRANSFORMATION_OUTPUT_ROWS = 'flow.etl.transformation.output_rows'

ATTR_TRANSFORMER_CLASS

public string ATTR_TRANSFORMER_CLASS = 'flow.etl.transformer.class'
On this page

Search results