Class TelemetryConstants
- java.lang.Object
-
- com.snowflake.kafka.connector.internal.telemetry.TelemetryConstants
-
public final class TelemetryConstants extends Object
Placeholder for all constants used for Sending information from Connector to Snowflake through Telemetry API
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TelemetryConstants()
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
STAGE_NAME
public static final String STAGE_NAME
- See Also:
- Constant Field Values
-
PIPE_NAME
public static final String PIPE_NAME
- See Also:
- Constant Field Values
-
CONNECTOR_NAME
public static final String CONNECTOR_NAME
- See Also:
- Constant Field Values
-
PROCESSED_OFFSET
public static final String PROCESSED_OFFSET
- See Also:
- Constant Field Values
-
FLUSHED_OFFSET
public static final String FLUSHED_OFFSET
- See Also:
- Constant Field Values
-
COMMITTED_OFFSET
public static final String COMMITTED_OFFSET
- See Also:
- Constant Field Values
-
PURGED_OFFSET
public static final String PURGED_OFFSET
- See Also:
- Constant Field Values
-
RECORD_NUMBER
public static final String RECORD_NUMBER
- See Also:
- Constant Field Values
-
BYTE_NUMBER
public static final String BYTE_NUMBER
- See Also:
- Constant Field Values
-
FILE_COUNT_ON_STAGE
public static final String FILE_COUNT_ON_STAGE
- See Also:
- Constant Field Values
-
FILE_COUNT_ON_INGESTION
public static final String FILE_COUNT_ON_INGESTION
- See Also:
- Constant Field Values
-
FILE_COUNT_PURGED
public static final String FILE_COUNT_PURGED
- See Also:
- Constant Field Values
-
FILE_COUNT_TABLE_STAGE_INGEST_FAIL
public static final String FILE_COUNT_TABLE_STAGE_INGEST_FAIL
- See Also:
- Constant Field Values
-
FILE_COUNT_TABLE_STAGE_BROKEN_RECORD
public static final String FILE_COUNT_TABLE_STAGE_BROKEN_RECORD
- See Also:
- Constant Field Values
-
CLEANER_RESTART_COUNT
public static final String CLEANER_RESTART_COUNT
- See Also:
- Constant Field Values
-
MEMORY_USAGE
public static final String MEMORY_USAGE
- See Also:
- Constant Field Values
-
AVERAGE_KAFKA_LAG_MS
public static final String AVERAGE_KAFKA_LAG_MS
- See Also:
- Constant Field Values
-
AVERAGE_KAFKA_LAG_RECORD_COUNT
public static final String AVERAGE_KAFKA_LAG_RECORD_COUNT
- See Also:
- Constant Field Values
-
AVERAGE_INGESTION_LAG_MS
public static final String AVERAGE_INGESTION_LAG_MS
- See Also:
- Constant Field Values
-
AVERAGE_INGESTION_LAG_FILE_COUNT
public static final String AVERAGE_INGESTION_LAG_FILE_COUNT
- See Also:
- Constant Field Values
-
AVERAGE_COMMIT_LAG_MS
public static final String AVERAGE_COMMIT_LAG_MS
- See Also:
- Constant Field Values
-
AVERAGE_COMMIT_LAG_FILE_COUNT
public static final String AVERAGE_COMMIT_LAG_FILE_COUNT
- See Also:
- Constant Field Values
-
START_TIME
public static final String START_TIME
- See Also:
- Constant Field Values
-
END_TIME
public static final String END_TIME
- See Also:
- Constant Field Values
-
IS_REUSE_TABLE
public static final String IS_REUSE_TABLE
- See Also:
- Constant Field Values
-
IS_REUSE_STAGE
public static final String IS_REUSE_STAGE
- See Also:
- Constant Field Values
-
IS_REUSE_PIPE
public static final String IS_REUSE_PIPE
- See Also:
- Constant Field Values
-
FILE_COUNT_RESTART
public static final String FILE_COUNT_RESTART
- See Also:
- Constant Field Values
-
FILE_COUNT_REPROCESS_PURGE
public static final String FILE_COUNT_REPROCESS_PURGE
- See Also:
- Constant Field Values
-
OFFSET_PERSISTED_IN_SNOWFLAKE
public static final String OFFSET_PERSISTED_IN_SNOWFLAKE
- See Also:
- Constant Field Values
-
LATEST_CONSUMER_OFFSET
public static final String LATEST_CONSUMER_OFFSET
- See Also:
- Constant Field Values
-
TOPIC_PARTITION_CHANNEL_NAME
public static final String TOPIC_PARTITION_CHANNEL_NAME
- See Also:
- Constant Field Values
-
TOPIC_PARTITION_CHANNEL_CREATION_TIME
public static final String TOPIC_PARTITION_CHANNEL_CREATION_TIME
- See Also:
- Constant Field Values
-
TOPIC_PARTITION_CHANNEL_CLOSE_TIME
public static final String TOPIC_PARTITION_CHANNEL_CLOSE_TIME
- See Also:
- Constant Field Values
-
-