{"msg":"initializing ClickHouse database","v":0,"name":"test_recall_of_all_fields","level":20,"time":"2024-06-28T22:17:19.932945213Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.933026759Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"CREATE DATABASE IF NOT EXISTS oximeter"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.935415655Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\n/* The version table contains metadata about the `oximeter` database */\nCREATE TABLE IF NOT EXISTS oximeter.version\n(\n value UInt64,\n timestamp DateTime64(9, 'UTC')\n)\nENGINE = MergeTree()\nORDER BY (value, timestamp)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.93953469Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\n/* The measurement tables contain all individual samples from each timeseries.\n *\n * Each table stores a single datum type, and otherwise contains nearly the same\n * structure. The primary sorting key is on the timeseries name, key, and then\n * timestamp, so that all timeseries from the same schema are grouped, followed\n * by all samples from the same timeseries.\n *\n * This reflects that one usually looks up the _key_ in one or more field table,\n * and then uses that to index quickly into the measurements tables.\n */\nCREATE TABLE IF NOT EXISTS oximeter.measurements_bool\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(UInt8)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.94357217Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_i8\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(Int8)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.947646298Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_u8\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(UInt8)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.951871042Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_i16\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(Int16)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.955959287Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_u16\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(UInt16)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.959999256Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_i32\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(Int32)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.964117721Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_u32\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(UInt32)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.968348004Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_i64\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(Int64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.972791224Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_u64\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(UInt64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.977909864Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_f32\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(Float32)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.982487595Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_f64\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(Float64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.987058887Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_string\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(String)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.991559539Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_bytes\n(\n timeseries_name String,\n timeseries_key UInt64,\n timestamp DateTime64(9, 'UTC'),\n /*\n * NOTE: Right now we can't unambiguously record a nullable byte array.\n * Arrays cannot be nested in `Nullable()` types, and encoding the array as\n * a string isn't palatable for a few reasons.\n * See: https://github.com/oxidecomputer/omicron/issues/4551 for more\n * details.\n */\n datum Array(UInt8)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:19.995722292Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(Int64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.000090214Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(UInt64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.004737434Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(Float32)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.009038096Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n datum Nullable(Float64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.013151303Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n /*\n * NOTE: Array types cannot be Nullable, see\n * https://clickhouse.com/docs/en/sql-reference/data-types/nullable\n * for more details.\n *\n * This means we need to use empty arrays to indicate a missing value. This\n * is unfortunate, and at this point relies on the fact that an\n * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need\n * to figure out another way to represent missing samples here.\n */\n bins Array(Int8),\n counts Array(UInt64),\n min Int8,\n max Int8,\n sum_of_samples Int64,\n squared_mean Float64,\n p50_marker_heights Array(Float64),\n p50_marker_positions Array(UInt64),\n p50_desired_marker_positions Array(Float64),\n p90_marker_heights Array(Float64),\n p90_marker_positions Array(UInt64),\n p90_desired_marker_positions Array(Float64),\n p99_marker_heights Array(Float64),\n p99_marker_positions Array(UInt64),\n p99_desired_marker_positions Array(Float64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.018095405Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n bins Array(UInt8),\n counts Array(UInt64),\n min UInt8,\n max UInt8,\n sum_of_samples Int64,\n squared_mean Float64,\n p50_marker_heights Array(Float64),\n p50_marker_positions Array(UInt64),\n p50_desired_marker_positions Array(Float64),\n p90_marker_heights Array(Float64),\n p90_marker_positions Array(UInt64),\n p90_desired_marker_positions Array(Float64),\n p99_marker_heights Array(Float64),\n p99_marker_positions Array(UInt64),\n p99_desired_marker_positions Array(Float64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.022680893Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n bins Array(Int16),\n counts Array(UInt64),\n min Int16,\n max Int16,\n sum_of_samples Int64,\n squared_mean Float64,\n p50_marker_heights Array(Float64),\n p50_marker_positions Array(UInt64),\n p50_desired_marker_positions Array(Float64),\n p90_marker_heights Array(Float64),\n p90_marker_positions Array(UInt64),\n p90_desired_marker_positions Array(Float64),\n p99_marker_heights Array(Float64),\n p99_marker_positions Array(UInt64),\n p99_desired_marker_positions Array(Float64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.027400191Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n bins Array(UInt16),\n counts Array(UInt64),\n min UInt16,\n max UInt16,\n sum_of_samples Int64,\n squared_mean Float64,\n p50_marker_heights Array(Float64),\n p50_marker_positions Array(UInt64),\n p50_desired_marker_positions Array(Float64),\n p90_marker_heights Array(Float64),\n p90_marker_positions Array(UInt64),\n p90_desired_marker_positions Array(Float64),\n p99_marker_heights Array(Float64),\n p99_marker_positions Array(UInt64),\n p99_desired_marker_positions Array(Float64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.031874342Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n bins Array(Int32),\n counts Array(UInt64),\n min Int32,\n max Int32,\n sum_of_samples Int64,\n squared_mean Float64,\n p50_marker_heights Array(Float64),\n p50_marker_positions Array(UInt64),\n p50_desired_marker_positions Array(Float64),\n p90_marker_heights Array(Float64),\n p90_marker_positions Array(UInt64),\n p90_desired_marker_positions Array(Float64),\n p99_marker_heights Array(Float64),\n p99_marker_positions Array(UInt64),\n p99_desired_marker_positions Array(Float64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.036414053Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n bins Array(UInt32),\n counts Array(UInt64),\n min UInt32,\n max UInt32,\n sum_of_samples Int64,\n squared_mean Float64,\n p50_marker_heights Array(Float64),\n p50_marker_positions Array(UInt64),\n p50_desired_marker_positions Array(Float64),\n p90_marker_heights Array(Float64),\n p90_marker_positions Array(UInt64),\n p90_desired_marker_positions Array(Float64),\n p99_marker_heights Array(Float64),\n p99_marker_positions Array(UInt64),\n p99_desired_marker_positions Array(Float64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.040979437Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n bins Array(Int64),\n counts Array(UInt64),\n min Int64,\n max Int64,\n sum_of_samples Int64,\n squared_mean Float64,\n p50_marker_heights Array(Float64),\n p50_marker_positions Array(UInt64),\n p50_desired_marker_positions Array(Float64),\n p90_marker_heights Array(Float64),\n p90_marker_positions Array(UInt64),\n p90_desired_marker_positions Array(Float64),\n p99_marker_heights Array(Float64),\n p99_marker_positions Array(UInt64),\n p99_desired_marker_positions Array(Float64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.045668264Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n bins Array(UInt64),\n counts Array(UInt64),\n min UInt64,\n max UInt64,\n sum_of_samples Int64,\n squared_mean Float64,\n p50_marker_heights Array(Float64),\n p50_marker_positions Array(UInt64),\n p50_desired_marker_positions Array(Float64),\n p90_marker_heights Array(Float64),\n p90_marker_positions Array(UInt64),\n p90_desired_marker_positions Array(Float64),\n p99_marker_heights Array(Float64),\n p99_marker_positions Array(UInt64),\n p99_desired_marker_positions Array(Float64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.05022876Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n bins Array(Float32),\n counts Array(UInt64),\n min Float32,\n max Float32,\n sum_of_samples Float64,\n squared_mean Float64,\n p50_marker_heights Array(Float64),\n p50_marker_positions Array(UInt64),\n p50_desired_marker_positions Array(Float64),\n p90_marker_heights Array(Float64),\n p90_marker_positions Array(UInt64),\n p90_desired_marker_positions Array(Float64),\n p99_marker_heights Array(Float64),\n p99_marker_positions Array(UInt64),\n p99_desired_marker_positions Array(Float64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.054860434Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64\n(\n timeseries_name String,\n timeseries_key UInt64,\n start_time DateTime64(9, 'UTC'),\n timestamp DateTime64(9, 'UTC'),\n bins Array(Float64),\n counts Array(UInt64),\n min Float64,\n max Float64,\n sum_of_samples Float64,\n squared_mean Float64,\n p50_marker_heights Array(Float64),\n p50_marker_positions Array(UInt64),\n p50_desired_marker_positions Array(Float64),\n p90_marker_heights Array(Float64),\n p90_marker_positions Array(UInt64),\n p90_desired_marker_positions Array(Float64),\n p99_marker_heights Array(Float64),\n p99_marker_positions Array(UInt64),\n p99_desired_marker_positions Array(Float64)\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.059343792Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\n/* The field tables store named dimensions of each timeseries.\n *\n * As with the measurement tables, there is one field table for each field data\n * type. Fields are deduplicated by using the \"replacing merge tree\", though\n * this behavior **must not** be relied upon for query correctness.\n *\n * The index for the fields differs from the measurements, however. Rows are\n * sorted by timeseries name, then field name, field value, and finally\n * timeseries key. This reflects the most common pattern for looking them up:\n * by field name and possibly value, within a timeseries. The resulting keys are\n * usually then used to look up measurements.\n *\n * NOTE: We may want to consider a secondary index on these tables, sorting by\n * timeseries name and then key, since it would improve lookups where one\n * already has the key. Realistically though, these tables are quite small and\n * so performance benefits will be low in absolute terms.\n */\nCREATE TABLE IF NOT EXISTS oximeter.fields_bool\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value UInt8\n)\nENGINE = ReplacingMergeTree()\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.063230146Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_i8\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value Int8\n)\nENGINE = ReplacingMergeTree()\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.067257229Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_u8\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value UInt8\n)\nENGINE = ReplacingMergeTree()\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.07121952Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_i16\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value Int16\n)\nENGINE = ReplacingMergeTree()\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.075269746Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_u16\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value UInt16\n)\nENGINE = ReplacingMergeTree()\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.079297898Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_i32\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value Int32\n)\nENGINE = ReplacingMergeTree()\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.083681056Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_u32\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value UInt32\n)\nENGINE = ReplacingMergeTree()\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.088029104Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_i64\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value Int64\n)\nENGINE = ReplacingMergeTree()\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.092533016Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_u64\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value UInt64\n)\nENGINE = ReplacingMergeTree()\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.096742514Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value IPv6\n)\nENGINE = ReplacingMergeTree()\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.101283255Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_string\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value String\n)\nENGINE = ReplacingMergeTree()\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.105915839Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_uuid\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value UUID\n)\nENGINE = ReplacingMergeTree()\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.110023688Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"\n\n/* The timeseries schema table stores the extracted schema for the samples\n * oximeter collects.\n */\nCREATE TABLE IF NOT EXISTS oximeter.timeseries_schema\n(\n timeseries_name String,\n fields Nested(\n name String,\n type Enum(\n 'Bool' = 1,\n 'I64' = 2,\n 'IpAddr' = 3,\n 'String' = 4,\n 'Uuid' = 6,\n 'I8' = 7,\n 'U8' = 8,\n 'I16' = 9,\n 'U16' = 10,\n 'I32' = 11,\n 'U32' = 12,\n 'U64' = 13\n ),\n source Enum(\n 'Target' = 1,\n 'Metric' = 2\n )\n ),\n datum_type Enum(\n 'Bool' = 1,\n 'I64' = 2,\n 'F64' = 3,\n 'String' = 4,\n 'Bytes' = 5,\n 'CumulativeI64' = 6,\n 'CumulativeF64' = 7,\n 'HistogramI64' = 8,\n 'HistogramF64' = 9,\n 'I8' = 10,\n 'U8' = 11,\n 'I16' = 12,\n 'U16' = 13,\n 'I32' = 14,\n 'U32' = 15,\n 'U64' = 16,\n 'F32' = 17,\n 'CumulativeU64' = 18,\n 'CumulativeF32' = 19,\n 'HistogramI8' = 20,\n 'HistogramU8' = 21,\n 'HistogramI16' = 22,\n 'HistogramU16' = 23,\n 'HistogramI32' = 24,\n 'HistogramU32' = 25,\n 'HistogramU64' = 26,\n 'HistogramF32' = 27\n ),\n created DateTime64(9, 'UTC')\n)\nENGINE = MergeTree()\nORDER BY (timeseries_name, fields.name)"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.115092953Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.114982436\",\"datum\":1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.117743702Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_bool WHERE timestamp = '2024-06-28 22:17:20.114982436' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.122857564Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.122762412\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.125373932Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_bool WHERE timestamp = '2024-06-28 22:17:20.122762412' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.128480156Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_i8 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.128409717\",\"datum\":1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.131125985Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_i8 WHERE timestamp = '2024-06-28 22:17:20.128409717' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.133895029Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_i8 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.133840045\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.136357193Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_i8 WHERE timestamp = '2024-06-28 22:17:20.133840045' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.139390588Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_u8 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.139311612\",\"datum\":1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.141731648Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_u8 WHERE timestamp = '2024-06-28 22:17:20.139311612' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.144633853Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_u8 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.144560674\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.147108923Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_u8 WHERE timestamp = '2024-06-28 22:17:20.144560674' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.150197242Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_i16 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.150127263\",\"datum\":1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.152684349Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_i16 WHERE timestamp = '2024-06-28 22:17:20.150127263' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.155339196Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_i16 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.155277144\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.157388332Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_i16 WHERE timestamp = '2024-06-28 22:17:20.155277144' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.160044608Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_u16 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.159983256\",\"datum\":1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.162233483Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_u16 WHERE timestamp = '2024-06-28 22:17:20.159983256' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.164769965Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_u16 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.164705064\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.166928359Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_u16 WHERE timestamp = '2024-06-28 22:17:20.164705064' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.169572949Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_i32 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.169508538\",\"datum\":1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.171713848Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_i32 WHERE timestamp = '2024-06-28 22:17:20.169508538' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.174170723Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_i32 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.174108981\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.176236984Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_i32 WHERE timestamp = '2024-06-28 22:17:20.174108981' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.178885523Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_u32 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.178821352\",\"datum\":1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.180972567Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_u32 WHERE timestamp = '2024-06-28 22:17:20.178821352' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.183522545Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_u32 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.183461364\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.185580939Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_u32 WHERE timestamp = '2024-06-28 22:17:20.183461364' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.188203025Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.188140953\",\"datum\":1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.190309454Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_i64 WHERE timestamp = '2024-06-28 22:17:20.188140953' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.193188545Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.193122075\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.195814951Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_i64 WHERE timestamp = '2024-06-28 22:17:20.193122075' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.199453048Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.199345789\",\"datum\":1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.201970286Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_u64 WHERE timestamp = '2024-06-28 22:17:20.199345789' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.204853516Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.204744478\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.207390488Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_u64 WHERE timestamp = '2024-06-28 22:17:20.204744478' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.21023033Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_f32 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.210164550\",\"datum\":1.1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.212839131Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_f32 WHERE timestamp = '2024-06-28 22:17:20.210164550' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.215509913Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_f32 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.215447382\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.217708345Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_f32 WHERE timestamp = '2024-06-28 22:17:20.215447382' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.220396982Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.220330612\",\"datum\":1.1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.2224741Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_f64 WHERE timestamp = '2024-06-28 22:17:20.220330612' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.22501841Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.224949160\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.227117141Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_f64 WHERE timestamp = '2024-06-28 22:17:20.224949160' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.229791982Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_string FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.229724982\",\"datum\":\"foo\"}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.231877217Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_string WHERE timestamp = '2024-06-28 22:17:20.229724982' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.234337391Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_string FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.234273990\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.23644403Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_string WHERE timestamp = '2024-06-28 22:17:20.234273990' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.239146174Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_bytes FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"timestamp\":\"2024-06-28 22:17:20.239075165\",\"datum\":[0,1,2]}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.241219502Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_bytes WHERE timestamp = '2024-06-28 22:17:20.239075165' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.2438031Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.243732441\",\"timestamp\":\"2024-06-28 22:17:20.243732991\",\"datum\":1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.245964233Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_cumulativei64 WHERE timestamp = '2024-06-28 22:17:20.243732991' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.24855164Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.248478732\",\"timestamp\":\"2024-06-28 22:17:20.248485240\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.250694748Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_cumulativei64 WHERE timestamp = '2024-06-28 22:17:20.248485240' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.253600002Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.253529252\",\"timestamp\":\"2024-06-28 22:17:20.253529792\",\"datum\":1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.255763414Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_cumulativeu64 WHERE timestamp = '2024-06-28 22:17:20.253529792' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.258371435Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.258301295\",\"timestamp\":\"2024-06-28 22:17:20.258302015\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.26049135Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_cumulativeu64 WHERE timestamp = '2024-06-28 22:17:20.258302015' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.263300921Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_cumulativef64 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.263227663\",\"timestamp\":\"2024-06-28 22:17:20.263228223\",\"datum\":1.1}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.265447008Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_cumulativef64 WHERE timestamp = '2024-06-28 22:17:20.263228223' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.26815511Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_cumulativef64 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.268080772\",\"timestamp\":\"2024-06-28 22:17:20.268081501\",\"datum\":null}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.270294429Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_cumulativef64 WHERE timestamp = '2024-06-28 22:17:20.268081501' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.273143579Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_histogrami8 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.272986995\",\"timestamp\":\"2024-06-28 22:17:20.272989424\",\"bins\":[-128,0,1,2],\"counts\":[0,0,0,0],\"min\":0,\"max\":0,\"sum_of_samples\":0,\"squared_mean\":0.0,\"p50_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p50_marker_positions\":[1,2,3,4,0],\"p50_desired_marker_positions\":[1.0,2.0,3.0,4.0,5.0],\"p90_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p90_marker_positions\":[1,2,3,4,0],\"p90_desired_marker_positions\":[1.0,2.8,4.6,4.8,5.0],\"p99_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p99_marker_positions\":[1,2,3,4,0],\"p99_desired_marker_positions\":[1.0,2.98,4.96,4.98,5.0]}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.276125709Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_histogrami8 WHERE timestamp = '2024-06-28 22:17:20.272989424' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.281249958Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_histogrami8 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.272989425\",\"timestamp\":\"2024-06-28 22:17:20.272989425\",\"bins\":[],\"counts\":[],\"min\":0,\"max\":0,\"sum_of_samples\":0,\"squared_mean\":0.0,\"p50_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p50_marker_positions\":[1,2,3,4,0],\"p50_desired_marker_positions\":[1.0,2.0,3.0,4.0,5.0],\"p90_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p90_marker_positions\":[1,2,3,4,0],\"p90_desired_marker_positions\":[1.0,2.8,4.6,4.8,5.0],\"p99_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p99_marker_positions\":[1,2,3,4,0],\"p99_desired_marker_positions\":[1.0,2.98,4.96,4.98,5.0]}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.284170167Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_histogrami8 WHERE timestamp = '2024-06-28 22:17:20.272989425' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.289021437Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_histogramu8 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.288869282\",\"timestamp\":\"2024-06-28 22:17:20.288893824\",\"bins\":[0,1,2],\"counts\":[0,0,0],\"min\":0,\"max\":0,\"sum_of_samples\":0,\"squared_mean\":0.0,\"p50_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p50_marker_positions\":[1,2,3,4,0],\"p50_desired_marker_positions\":[1.0,2.0,3.0,4.0,5.0],\"p90_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p90_marker_positions\":[1,2,3,4,0],\"p90_desired_marker_positions\":[1.0,2.8,4.6,4.8,5.0],\"p99_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p99_marker_positions\":[1,2,3,4,0],\"p99_desired_marker_positions\":[1.0,2.98,4.96,4.98,5.0]}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.29196222Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_histogramu8 WHERE timestamp = '2024-06-28 22:17:20.288893824' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.296971653Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_histogramu8 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.288893825\",\"timestamp\":\"2024-06-28 22:17:20.288893825\",\"bins\":[],\"counts\":[],\"min\":0,\"max\":0,\"sum_of_samples\":0,\"squared_mean\":0.0,\"p50_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p50_marker_positions\":[1,2,3,4,0],\"p50_desired_marker_positions\":[1.0,2.0,3.0,4.0,5.0],\"p90_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p90_marker_positions\":[1,2,3,4,0],\"p90_desired_marker_positions\":[1.0,2.8,4.6,4.8,5.0],\"p99_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p99_marker_positions\":[1,2,3,4,0],\"p99_desired_marker_positions\":[1.0,2.98,4.96,4.98,5.0]}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.299842306Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_histogramu8 WHERE timestamp = '2024-06-28 22:17:20.288893825' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.304823457Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_histogrami16 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.304638302\",\"timestamp\":\"2024-06-28 22:17:20.304640121\",\"bins\":[-32768,0,1,2],\"counts\":[0,0,0,0],\"min\":0,\"max\":0,\"sum_of_samples\":0,\"squared_mean\":0.0,\"p50_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p50_marker_positions\":[1,2,3,4,0],\"p50_desired_marker_positions\":[1.0,2.0,3.0,4.0,5.0],\"p90_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p90_marker_positions\":[1,2,3,4,0],\"p90_desired_marker_positions\":[1.0,2.8,4.6,4.8,5.0],\"p99_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p99_marker_positions\":[1,2,3,4,0],\"p99_desired_marker_positions\":[1.0,2.98,4.96,4.98,5.0]}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.308026193Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_histogrami16 WHERE timestamp = '2024-06-28 22:17:20.304640121' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.313239826Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_histogrami16 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.304640122\",\"timestamp\":\"2024-06-28 22:17:20.304640122\",\"bins\":[],\"counts\":[],\"min\":0,\"max\":0,\"sum_of_samples\":0,\"squared_mean\":0.0,\"p50_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p50_marker_positions\":[1,2,3,4,0],\"p50_desired_marker_positions\":[1.0,2.0,3.0,4.0,5.0],\"p90_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p90_marker_positions\":[1,2,3,4,0],\"p90_desired_marker_positions\":[1.0,2.8,4.6,4.8,5.0],\"p99_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p99_marker_positions\":[1,2,3,4,0],\"p99_desired_marker_positions\":[1.0,2.98,4.96,4.98,5.0]}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.316918621Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_histogrami16 WHERE timestamp = '2024-06-28 22:17:20.304640122' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.322695887Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_histogramu16 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.322550520\",\"timestamp\":\"2024-06-28 22:17:20.322552830\",\"bins\":[0,1,2],\"counts\":[0,0,0],\"min\":0,\"max\":0,\"sum_of_samples\":0,\"squared_mean\":0.0,\"p50_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p50_marker_positions\":[1,2,3,4,0],\"p50_desired_marker_positions\":[1.0,2.0,3.0,4.0,5.0],\"p90_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p90_marker_positions\":[1,2,3,4,0],\"p90_desired_marker_positions\":[1.0,2.8,4.6,4.8,5.0],\"p99_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p99_marker_positions\":[1,2,3,4,0],\"p99_desired_marker_positions\":[1.0,2.98,4.96,4.98,5.0]}"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:20.326341582Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"SELECT * FROM oximeter.measurements_histogramu16 WHERE timestamp = '2024-06-28 22:17:20.322552830' FORMAT JSONEachRow;"} {"msg":"executing SQL query","v":0,"name":"test_recall_of_all_fields","level":10,"time":"2024-06-28T22:17:32.341821237Z","hostname":"w-01J1GBA04Y2M2YSNHX44VZMJ9Y","pid":18138,"id":"9f981093-5234-48f5-aec1-a9c1f11ea004","component":"clickhouse-client","sql":"INSERT INTO oximeter.measurements_histogramu16 FORMAT JSONEachRow {\"timeseries_name\":\"foo:bar\",\"timeseries_key\":101,\"start_time\":\"2024-06-28 22:17:20.322552831\",\"timestamp\":\"2024-06-28 22:17:20.322552831\",\"bins\":[],\"counts\":[],\"min\":0,\"max\":0,\"sum_of_samples\":0,\"squared_mean\":0.0,\"p50_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p50_marker_positions\":[1,2,3,4,0],\"p50_desired_marker_positions\":[1.0,2.0,3.0,4.0,5.0],\"p90_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p90_marker_positions\":[1,2,3,4,0],\"p90_desired_marker_positions\":[1.0,2.8,4.6,4.8,5.0],\"p99_marker_heights\":[0.0,0.0,0.0,0.0,0.0],\"p99_marker_positions\":[1,2,3,4,0],\"p99_desired_marker_positions\":[1.0,2.98,4.96,4.98,5.0]}"}