Modulesยง
- dispatcher ๐
- etl ๐
- manager ๐
- metrics ๐
- tablesuffix ๐
Structsยง
- Where the pipeline executed is dispatched to, with context information
- Parameters that can be used to configure the greptime pipelines.
- fields not in the columns will be discarded to prevent automatic column creation in GreptimeDB
- This is used to record the current state schema information and a sequential cache of field names. As you traverse the user input JSON, this will change. It will record a superset of all user input schemas.
- SelectInfo is used to store the selected keys from OpenTelemetry record attrs The key is used to uplift value from the attributes and serve as column name in the table
Enumsยง
- Enum for holding information of a pipeline, which is either pipeline itself, or information that be used to retrieve a pipeline from
PipelineHandler
- The result of pipeline execution
- Value can be used as type acts as value: the enclosed value is the actual value acts as type: the enclosed value is the default value
Constantsยง
Traitsยง
- Processor trait defines the interface for all processors.
Functionsยง
- Identity pipeline for Greptime This pipeline will convert the input JSON array to Greptime Rows params table is used to set the semantic type of the row key column to Tag
Type Aliasesยง
- Pipeline info. A tuple of timestamp and pipeline reference.
- Pipeline version. An optional timestamp with nanosecond precision.