Max level shown:
12024-11-08T02:16:43.127ZDEBGtest_cluster (clickhouse-client): registered USDT probes id = 489f8e4c-0aab-4fa9-9490-5358dae52913
22024-11-08T02:16:43.189ZDEBGtest_cluster (clickhouse-client): registered USDT probes id = 421ea33f-0483-4725-81e0-e9209bfd5c05
32024-11-08T02:16:43.193ZTRACtest_cluster (clickhouse-client): acquired native pool claim id = 489f8e4c-0aab-4fa9-9490-5358dae52913
42024-11-08T02:16:43.194ZTRACtest_cluster (clickhouse-client): successful ping of ClickHouse server id = 489f8e4c-0aab-4fa9-9490-5358dae52913
52024-11-08T02:16:43.194ZINFOtest_cluster: Clickhouse server ready: http://[::1]:19301
62024-11-08T02:16:43.196ZTRACtest_cluster (clickhouse-client): acquired native pool claim id = 421ea33f-0483-4725-81e0-e9209bfd5c05
72024-11-08T02:16:43.196ZTRACtest_cluster (clickhouse-client): successful ping of ClickHouse server id = 421ea33f-0483-4725-81e0-e9209bfd5c05
82024-11-08T02:16:43.197ZINFOtest_cluster: Clickhouse server ready: http://[::1]:19302
92024-11-08T02:16:43.359ZDEBGtest_cluster: Keeper connection error: query error: query = get /keeper/config, error = Coordination::Exception: All connection tries failed while connecting to ZooKeeper. nodes: [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 addr = [::1]:19001
102024-11-08T02:16:43.493ZDEBGtest_cluster: Keeper connection error: query error: query = get /keeper/config, error = Coordination::Exception: All connection tries failed while connecting to ZooKeeper. nodes: [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 addr = [::1]:19001
112024-11-08T02:16:43.637ZDEBGtest_cluster: Keeper connection error: query error: query = get /keeper/config, error = Coordination::Exception: All connection tries failed while connecting to ZooKeeper. nodes: [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 addr = [::1]:19001
122024-11-08T02:16:44.195ZDEBGtest_cluster: Keeper connection error: query error: query = get /keeper/config, error = Coordination::Exception: All connection tries failed while connecting to ZooKeeper. nodes: [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused (version 23.8.7.1), [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 addr = [::1]:19001
132024-11-08T02:16:44.333ZDEBGtest_cluster: Keeper connection error: query error: query = get /keeper/config, error = Coordination::Exception: All connection tries failed while connecting to ZooKeeper. nodes: [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 Poco::Exception. Code: 1000, e.code() = 146, Connection refused: [::1]:19001 (version 23.8.7.1), [::1]:19001 addr = [::1]:19001
142024-11-08T02:16:44.603ZINFOtest_cluster: Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
152024-11-08T02:16:44.603ZINFOtest_cluster: deploy setup time = 1.981507121s
162024-11-08T02:16:44.603ZDEBGtest_cluster (clickhouse-client): initializing ClickHouse database id = 489f8e4c-0aab-4fa9-9490-5358dae52913
172024-11-08T02:16:44.603ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = /* We purposefully split our DB schema into two *disjoint* files:\n * `db-init-1.sql` and `db-init-2.sql`. The purpose of this split is to shorten\n * the duration of our replicated tests. These tests only use a subset of the\n * tables defined in the full schema. We put the tables used by the replicated\n * tests in `db-init-1.sql`, and the remainder of the tables in `db-init-2.sql`.\n * This minimizes test time by reducing the cost to load a schema. In\n * production, we load `db-init-1.sql` followed by `db-init-2.sql` so we have\n * the full schema. If we end up needing to use more tables in replicated tests\n * we can go ahead and move them into `db-init-1.sql`, removing them from\n * `db-init-2.sql`. Conversely, if we stop using given tables in our tests we\n * can move them from `db-init-1.sql` into `db-init-2.sql` and keep our test\n * times minimal.\n\n * The reason to keep the two files disjoint is so that we don't have to\n * maintain consistency between table definitions. All tables are defined\n * once. However, in order to write a test that ensures the tables are in fact\n * disjoint, we must create the `oximeter` database in both files so we can load\n * them in isolation.\n */\n\nCREATE DATABASE IF NOT EXISTS oximeter ON CLUSTER oximeter_cluster
182024-11-08T02:16:48.484ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = \n\n/* The version table contains metadata about the `oximeter` database */\nCREATE TABLE IF NOT EXISTS oximeter.version ON CLUSTER oximeter_cluster\n(\n value UInt64,\n timestamp DateTime64(9, 'UTC')\n)\nENGINE = ReplicatedMergeTree('/clickhouse/tables/{shard}/version', '{replica}')\nORDER BY (value, timestamp)
192024-11-08T02:16:48.599ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 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 */\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64_local ON CLUSTER oximeter_cluster\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 = ReplicatedMergeTree('/clickhouse/tables/{shard}/measurements_cumulativef64_local', '{replica}')\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY
202024-11-08T02:16:48.710ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = \n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ON CLUSTER oximeter_cluster\nAS oximeter.measurements_cumulativef64_local\nENGINE = Distributed('oximeter_cluster', 'oximeter', 'measurements_cumulativef64_local', xxHash64(splitByChar(':', timeseries_name)[1]))
212024-11-08T02:16:48.821ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 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_i64_local ON CLUSTER oximeter_cluster\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value Int64,\n last_updated_at DateTime MATERIALIZED now()\n)\nENGINE = ReplicatedReplacingMergeTree('/clickhouse/tables/{shard}/fields_i64_local', '{replica}')\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)\nTTL last_updated_at + INTERVAL 30 DAY
222024-11-08T02:16:48.932ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = \n\nCREATE TABLE IF NOT EXISTS oximeter.fields_i64 ON CLUSTER oximeter_cluster\nAS oximeter.fields_i64_local\nENGINE = Distributed('oximeter_cluster', 'oximeter', 'fields_i64_local', xxHash64(splitByChar(':', timeseries_name)[1]))
232024-11-08T02:16:49.044ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = \n\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_uuid_local ON CLUSTER oximeter_cluster\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value UUID,\n last_updated_at DateTime MATERIALIZED now()\n)\nENGINE = ReplicatedReplacingMergeTree('/clickhouse/tables/{shard}/fields_uuid_local', '{replica}')\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)\nTTL last_updated_at + INTERVAL 30 DAY
242024-11-08T02:16:49.315ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = \n\nCREATE TABLE IF NOT EXISTS oximeter.fields_uuid ON CLUSTER oximeter_cluster\nAS oximeter.fields_uuid_local\nENGINE = Distributed('oximeter_cluster', 'oximeter', 'fields_uuid_local', xxHash64(splitByChar(':', timeseries_name)[1]))
252024-11-08T02:16:49.428ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 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_local ON CLUSTER oximeter_cluster\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 = ReplicatedMergeTree('/clickhouse/tables/{shard}/timeseries_schema_local', '{replica}')\nORDER BY (timeseries_name, fields.name)
262024-11-08T02:16:49.594ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = \n\nCREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ON CLUSTER oximeter_cluster\nAS oximeter.timeseries_schema_local\nENGINE = Distributed('oximeter_cluster', 'oximeter', 'timeseries_schema_local', xxHash64(splitByChar(':', timeseries_name)[1]))
272024-11-08T02:16:49.711ZINFOtest_cluster: init replicated db time = 5.108305171s
282024-11-08T02:16:49.711ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = SELECT name FROM system.tables WHERE database = 'oximeter' AND engine = 'ReplicatedMergeTree'
292024-11-08T02:16:49.717ZTRACtest_cluster (clickhouse-client): executing SQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 sql = SELECT name FROM system.tables WHERE database = 'oximeter' AND engine = 'ReplicatedMergeTree'
302024-11-08T02:16:49.722ZINFOtest_cluster: list tables time = 11.651997ms
312024-11-08T02:16:50.029ZINFOtest_cluster: generate samples time = 306.564066ms
322024-11-08T02:16:50.029ZDEBGtest_cluster (clickhouse-client): unrolling 400 total samples id = 489f8e4c-0aab-4fa9-9490-5358dae52913
332024-11-08T02:16:50.030ZDEBGtest_cluster (clickhouse-client): retrieving timeseries schema from database id = 489f8e4c-0aab-4fa9-9490-5358dae52913
342024-11-08T02:16:50.030ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = SELECT * FROM oximeter.timeseries_schema FORMAT Native;
352024-11-08T02:16:50.034ZTRACtest_cluster (clickhouse-client): no new timeseries schema in database id = 489f8e4c-0aab-4fa9-9490-5358dae52913
362024-11-08T02:16:50.034ZDEBGtest_cluster (clickhouse-client): new timeseries schema id = 489f8e4c-0aab-4fa9-9490-5358dae52913 schema = TimeseriesSchema { timeseries_name: TimeseriesName("virtual_machine:cpu_busy"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "cpu_id", field_type: I64, source: Metric, description: "" }, FieldSchema { name: "instance_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "project_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeF64, version: 1, authz_scope: Fleet, units: Count, created: 2024-11-08T02:16:50.030808143Z } timeseries_name = virtual_machine:cpu_busy
372024-11-08T02:16:50.323ZDEBGtest_cluster (clickhouse-client): inserting 1 new timeseries schema id = 489f8e4c-0aab-4fa9-9490-5358dae52913
382024-11-08T02:16:50.323ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = INSERT INTO oximeter.timeseries_schema FORMAT Native
392024-11-08T02:16:50.339ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = INSERT INTO oximeter.fields_i64 FORMAT Native
402024-11-08T02:16:50.357ZDEBGtest_cluster (clickhouse-client): inserted rows into table id = 489f8e4c-0aab-4fa9-9490-5358dae52913 n_rows = 8 table_name = fields_i64
412024-11-08T02:16:50.357ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = INSERT INTO oximeter.fields_uuid FORMAT Native
422024-11-08T02:16:50.383ZDEBGtest_cluster (clickhouse-client): inserted rows into table id = 489f8e4c-0aab-4fa9-9490-5358dae52913 n_rows = 16 table_name = fields_uuid
432024-11-08T02:16:50.383ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = INSERT INTO oximeter.measurements_cumulativef64 FORMAT Native
442024-11-08T02:16:50.401ZDEBGtest_cluster (clickhouse-client): inserted rows into table id = 489f8e4c-0aab-4fa9-9490-5358dae52913 n_rows = 400 table_name = measurements_cumulativef64
452024-11-08T02:16:50.401ZINFOtest_cluster: insert samples time = 371.808394ms
462024-11-08T02:16:50.407ZDEBGtest_cluster (clickhouse-client): parsed OxQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 parsed_query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:50.407249472Z } query = get virtual_machine:cpu_busy query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
472024-11-08T02:16:50.407ZDEBGtest_cluster (clickhouse-client): running flat OxQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:50.407249472Z } query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b timeseries_name = virtual_machine:cpu_busy
482024-11-08T02:16:50.407ZDEBGtest_cluster (clickhouse-client): coalesced predicates from flat query coalesced = None id = 489f8e4c-0aab-4fa9-9490-5358dae52913 outer_predicates = None query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
492024-11-08T02:16:50.407ZDEBGtest_cluster (clickhouse-client): coalesced limit operations from flat query coalesced = None id = 489f8e4c-0aab-4fa9-9490-5358dae52913 outer_limit = None query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
502024-11-08T02:16:50.407ZDEBGtest_cluster (clickhouse-client): running disjoint query predicate id = 489f8e4c-0aab-4fa9-9490-5358dae52913 predicate = none query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
512024-11-08T02:16:50.407ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = SELECT filter_on_cpu_id.timeseries_key AS timeseries_key, filter_on_cpu_id.field_value AS cpu_id, filter_on_instance_id.field_value AS instance_id, filter_on_project_id.field_value AS project_id FROM (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_i64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'cpu_id' ) AS filter_on_cpu_id INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'instance_id' ) AS filter_on_instance_id ON filter_on_instance_id.timeseries_key = filter_on_cpu_id.timeseries_key INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'project_id' ) AS filter_on_project_id ON filter_on_project_id.timeseries_key = filter_on_instance_id.timeseries_key FORMAT JSONEachRow
522024-11-08T02:16:50.438ZDEBGtest_cluster (clickhouse-client): fetched information for matching timeseries keys id = 489f8e4c-0aab-4fa9-9490-5358dae52913 n_keys = 8 query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
532024-11-08T02:16:50.439ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = SELECT timeseries_key, start_time, timestamp, datum FROM oximeter.measurements_cumulativef64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND (timeseries_key IN (9086034282846337169,11153000122486487041,11941584955560446211,12237444503174949912,12602581409702662812,14987834724041522457,16304705339519466401,17356848348641513518)) ORDER BY timeseries_key, start_time, timestamp LIMIT 1000001 FORMAT JSONEachRow
542024-11-08T02:16:50.458ZDEBGtest_cluster (clickhouse-client): fetched measurements for OxQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 n_keys = 8 n_measurements = 400 query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
552024-11-08T02:16:50.458ZTRACtest_cluster (clickhouse-client): verified OxQL measurement query returns few enough results id = 489f8e4c-0aab-4fa9-9490-5358dae52913 limit = 1000000 n_new_measurements = 400 n_total = 400 query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
562024-11-08T02:16:50.459ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 9086034282846337169 metric_type = Some(Delta) n_points = 50 query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
572024-11-08T02:16:50.459ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 11153000122486487041 metric_type = Some(Delta) n_points = 50 query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
582024-11-08T02:16:50.459ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 11941584955560446211 metric_type = Some(Delta) n_points = 50 query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
592024-11-08T02:16:50.459ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 12237444503174949912 metric_type = Some(Delta) n_points = 50 query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
602024-11-08T02:16:50.459ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 12602581409702662812 metric_type = Some(Delta) n_points = 50 query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
612024-11-08T02:16:50.459ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 14987834724041522457 metric_type = Some(Delta) n_points = 50 query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
622024-11-08T02:16:50.459ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 16304705339519466401 metric_type = Some(Delta) n_points = 50 query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
632024-11-08T02:16:50.459ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 17356848348641513518 metric_type = Some(Delta) n_points = 50 query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
642024-11-08T02:16:50.459ZDEBGtest_cluster (clickhouse-client): constructed OxQL table, starting transformation pipeline id = 489f8e4c-0aab-4fa9-9490-5358dae52913 n_timeseries = 8 n_transformations = 0 query_id = 972dcf7c-fcc9-4d9e-b3d7-a101fe9ccf7b
652024-11-08T02:16:50.459ZINFOtest_cluster: query samples from client1 time = 58.514798ms
662024-11-08T02:16:50.462ZDEBGtest_cluster (clickhouse-client): parsed OxQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 parsed_query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:50.461956803Z } query = get virtual_machine:cpu_busy query_id = f34fc682-1122-48e2-a513-b94e00202be2
672024-11-08T02:16:50.462ZDEBGtest_cluster (clickhouse-client): retrieving timeseries schema from database id = 421ea33f-0483-4725-81e0-e9209bfd5c05
682024-11-08T02:16:50.462ZTRACtest_cluster (clickhouse-client): executing SQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 sql = SELECT * FROM oximeter.timeseries_schema FORMAT Native;
692024-11-08T02:16:50.468ZTRACtest_cluster (clickhouse-client): retrieved new timeseries schema id = 421ea33f-0483-4725-81e0-e9209bfd5c05 n_schema = 1
702024-11-08T02:16:50.469ZDEBGtest_cluster (clickhouse-client): running flat OxQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:50.461956803Z } query_id = f34fc682-1122-48e2-a513-b94e00202be2 timeseries_name = virtual_machine:cpu_busy
712024-11-08T02:16:50.469ZDEBGtest_cluster (clickhouse-client): coalesced predicates from flat query coalesced = None id = 421ea33f-0483-4725-81e0-e9209bfd5c05 outer_predicates = None query_id = f34fc682-1122-48e2-a513-b94e00202be2
722024-11-08T02:16:50.469ZDEBGtest_cluster (clickhouse-client): coalesced limit operations from flat query coalesced = None id = 421ea33f-0483-4725-81e0-e9209bfd5c05 outer_limit = None query_id = f34fc682-1122-48e2-a513-b94e00202be2
732024-11-08T02:16:50.469ZDEBGtest_cluster (clickhouse-client): running disjoint query predicate id = 421ea33f-0483-4725-81e0-e9209bfd5c05 predicate = none query_id = f34fc682-1122-48e2-a513-b94e00202be2
742024-11-08T02:16:50.469ZTRACtest_cluster (clickhouse-client): executing SQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 sql = SELECT filter_on_cpu_id.timeseries_key AS timeseries_key, filter_on_cpu_id.field_value AS cpu_id, filter_on_instance_id.field_value AS instance_id, filter_on_project_id.field_value AS project_id FROM (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_i64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'cpu_id' ) AS filter_on_cpu_id INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'instance_id' ) AS filter_on_instance_id ON filter_on_instance_id.timeseries_key = filter_on_cpu_id.timeseries_key INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'project_id' ) AS filter_on_project_id ON filter_on_project_id.timeseries_key = filter_on_instance_id.timeseries_key FORMAT JSONEachRow
752024-11-08T02:16:50.494ZDEBGtest_cluster (clickhouse-client): fetched information for matching timeseries keys id = 421ea33f-0483-4725-81e0-e9209bfd5c05 n_keys = 8 query_id = f34fc682-1122-48e2-a513-b94e00202be2
762024-11-08T02:16:50.494ZTRACtest_cluster (clickhouse-client): executing SQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 sql = SELECT timeseries_key, start_time, timestamp, datum FROM oximeter.measurements_cumulativef64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND (timeseries_key IN (9086034282846337169,11153000122486487041,11941584955560446211,12237444503174949912,12602581409702662812,14987834724041522457,16304705339519466401,17356848348641513518)) ORDER BY timeseries_key, start_time, timestamp LIMIT 1000001 FORMAT JSONEachRow
772024-11-08T02:16:50.509ZDEBGtest_cluster (clickhouse-client): fetched measurements for OxQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 n_keys = 8 n_measurements = 400 query_id = f34fc682-1122-48e2-a513-b94e00202be2
782024-11-08T02:16:50.509ZTRACtest_cluster (clickhouse-client): verified OxQL measurement query returns few enough results id = 421ea33f-0483-4725-81e0-e9209bfd5c05 limit = 1000000 n_new_measurements = 400 n_total = 400 query_id = f34fc682-1122-48e2-a513-b94e00202be2
792024-11-08T02:16:50.510ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 9086034282846337169 metric_type = Some(Delta) n_points = 50 query_id = f34fc682-1122-48e2-a513-b94e00202be2
802024-11-08T02:16:50.510ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 11153000122486487041 metric_type = Some(Delta) n_points = 50 query_id = f34fc682-1122-48e2-a513-b94e00202be2
812024-11-08T02:16:50.510ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 11941584955560446211 metric_type = Some(Delta) n_points = 50 query_id = f34fc682-1122-48e2-a513-b94e00202be2
822024-11-08T02:16:50.510ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 12237444503174949912 metric_type = Some(Delta) n_points = 50 query_id = f34fc682-1122-48e2-a513-b94e00202be2
832024-11-08T02:16:50.510ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 12602581409702662812 metric_type = Some(Delta) n_points = 50 query_id = f34fc682-1122-48e2-a513-b94e00202be2
842024-11-08T02:16:50.510ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 14987834724041522457 metric_type = Some(Delta) n_points = 50 query_id = f34fc682-1122-48e2-a513-b94e00202be2
852024-11-08T02:16:50.510ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 16304705339519466401 metric_type = Some(Delta) n_points = 50 query_id = f34fc682-1122-48e2-a513-b94e00202be2
862024-11-08T02:16:50.510ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 17356848348641513518 metric_type = Some(Delta) n_points = 50 query_id = f34fc682-1122-48e2-a513-b94e00202be2
872024-11-08T02:16:50.510ZDEBGtest_cluster (clickhouse-client): constructed OxQL table, starting transformation pipeline id = 421ea33f-0483-4725-81e0-e9209bfd5c05 n_timeseries = 8 n_transformations = 0 query_id = f34fc682-1122-48e2-a513-b94e00202be2
882024-11-08T02:16:50.510ZINFOtest_cluster: query samples from client2 time = 49.203718ms
892024-11-08T02:16:50.586ZDEBGtest_cluster (clickhouse-client): registered USDT probes id = 34a82979-40c0-4eed-b53b-00b68cb485bf
902024-11-08T02:16:50.977ZTRACtest_cluster (clickhouse-client): acquired native pool claim id = 34a82979-40c0-4eed-b53b-00b68cb485bf
912024-11-08T02:16:50.977ZTRACtest_cluster (clickhouse-client): successful ping of ClickHouse server id = 34a82979-40c0-4eed-b53b-00b68cb485bf
922024-11-08T02:16:50.977ZINFOtest_cluster: Clickhouse server ready: http://[::1]:19303
932024-11-08T02:16:50.977ZINFOtest_cluster: successfully pinged client server 3
942024-11-08T02:16:50.977ZDEBGtest_cluster (clickhouse-client): initializing ClickHouse database id = 34a82979-40c0-4eed-b53b-00b68cb485bf
952024-11-08T02:16:50.977ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = /* We purposefully split our DB schema into two *disjoint* files:\n * `db-init-1.sql` and `db-init-2.sql`. The purpose of this split is to shorten\n * the duration of our replicated tests. These tests only use a subset of the\n * tables defined in the full schema. We put the tables used by the replicated\n * tests in `db-init-1.sql`, and the remainder of the tables in `db-init-2.sql`.\n * This minimizes test time by reducing the cost to load a schema. In\n * production, we load `db-init-1.sql` followed by `db-init-2.sql` so we have\n * the full schema. If we end up needing to use more tables in replicated tests\n * we can go ahead and move them into `db-init-1.sql`, removing them from\n * `db-init-2.sql`. Conversely, if we stop using given tables in our tests we\n * can move them from `db-init-1.sql` into `db-init-2.sql` and keep our test\n * times minimal.\n\n * The reason to keep the two files disjoint is so that we don't have to\n * maintain consistency between table definitions. All tables are defined\n * once. However, in order to write a test that ensures the tables are in fact\n * disjoint, we must create the `oximeter` database in both files so we can load\n * them in isolation.\n */\n\nCREATE DATABASE IF NOT EXISTS oximeter ON CLUSTER oximeter_cluster
962024-11-08T02:16:51.092ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = \n\n/* The version table contains metadata about the `oximeter` database */\nCREATE TABLE IF NOT EXISTS oximeter.version ON CLUSTER oximeter_cluster\n(\n value UInt64,\n timestamp DateTime64(9, 'UTC')\n)\nENGINE = ReplicatedMergeTree('/clickhouse/tables/{shard}/version', '{replica}')\nORDER BY (value, timestamp)
972024-11-08T02:16:51.209ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf 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 */\n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64_local ON CLUSTER oximeter_cluster\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 = ReplicatedMergeTree('/clickhouse/tables/{shard}/measurements_cumulativef64_local', '{replica}')\nORDER BY (timeseries_name, timeseries_key, start_time, timestamp)\nTTL toDateTime(timestamp) + INTERVAL 30 DAY
982024-11-08T02:16:51.326ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = \n\nCREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ON CLUSTER oximeter_cluster\nAS oximeter.measurements_cumulativef64_local\nENGINE = Distributed('oximeter_cluster', 'oximeter', 'measurements_cumulativef64_local', xxHash64(splitByChar(':', timeseries_name)[1]))
992024-11-08T02:16:51.439ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf 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_i64_local ON CLUSTER oximeter_cluster\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value Int64,\n last_updated_at DateTime MATERIALIZED now()\n)\nENGINE = ReplicatedReplacingMergeTree('/clickhouse/tables/{shard}/fields_i64_local', '{replica}')\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)\nTTL last_updated_at + INTERVAL 30 DAY
1002024-11-08T02:16:51.558ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = \n\nCREATE TABLE IF NOT EXISTS oximeter.fields_i64 ON CLUSTER oximeter_cluster\nAS oximeter.fields_i64_local\nENGINE = Distributed('oximeter_cluster', 'oximeter', 'fields_i64_local', xxHash64(splitByChar(':', timeseries_name)[1]))
1012024-11-08T02:16:51.672ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = \n\n\nCREATE TABLE IF NOT EXISTS oximeter.fields_uuid_local ON CLUSTER oximeter_cluster\n(\n timeseries_name String,\n timeseries_key UInt64,\n field_name String,\n field_value UUID,\n last_updated_at DateTime MATERIALIZED now()\n)\nENGINE = ReplicatedReplacingMergeTree('/clickhouse/tables/{shard}/fields_uuid_local', '{replica}')\nORDER BY (timeseries_name, field_name, field_value, timeseries_key)\nTTL last_updated_at + INTERVAL 30 DAY
1022024-11-08T02:16:51.785ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = \n\nCREATE TABLE IF NOT EXISTS oximeter.fields_uuid ON CLUSTER oximeter_cluster\nAS oximeter.fields_uuid_local\nENGINE = Distributed('oximeter_cluster', 'oximeter', 'fields_uuid_local', xxHash64(splitByChar(':', timeseries_name)[1]))
1032024-11-08T02:16:51.903ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf 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_local ON CLUSTER oximeter_cluster\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 = ReplicatedMergeTree('/clickhouse/tables/{shard}/timeseries_schema_local', '{replica}')\nORDER BY (timeseries_name, fields.name)
1042024-11-08T02:16:52.017ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = \n\nCREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ON CLUSTER oximeter_cluster\nAS oximeter.timeseries_schema_local\nENGINE = Distributed('oximeter_cluster', 'oximeter', 'timeseries_schema_local', xxHash64(splitByChar(':', timeseries_name)[1]))
1052024-11-08T02:16:52.135ZINFOtest_cluster: successfully pinged client server 3
1062024-11-08T02:16:52.136ZDEBGtest_cluster (clickhouse-client): parsed OxQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf parsed_query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:52.136621745Z } query = get virtual_machine:cpu_busy query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1072024-11-08T02:16:52.136ZDEBGtest_cluster (clickhouse-client): retrieving timeseries schema from database id = 34a82979-40c0-4eed-b53b-00b68cb485bf
1082024-11-08T02:16:52.136ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = SELECT * FROM oximeter.timeseries_schema FORMAT Native;
1092024-11-08T02:16:52.141ZTRACtest_cluster (clickhouse-client): retrieved new timeseries schema id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_schema = 1
1102024-11-08T02:16:52.142ZDEBGtest_cluster (clickhouse-client): running flat OxQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:52.136621745Z } query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d timeseries_name = virtual_machine:cpu_busy
1112024-11-08T02:16:52.142ZDEBGtest_cluster (clickhouse-client): coalesced predicates from flat query coalesced = None id = 34a82979-40c0-4eed-b53b-00b68cb485bf outer_predicates = None query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1122024-11-08T02:16:52.142ZDEBGtest_cluster (clickhouse-client): coalesced limit operations from flat query coalesced = None id = 34a82979-40c0-4eed-b53b-00b68cb485bf outer_limit = None query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1132024-11-08T02:16:52.142ZDEBGtest_cluster (clickhouse-client): running disjoint query predicate id = 34a82979-40c0-4eed-b53b-00b68cb485bf predicate = none query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1142024-11-08T02:16:52.142ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = SELECT filter_on_cpu_id.timeseries_key AS timeseries_key, filter_on_cpu_id.field_value AS cpu_id, filter_on_instance_id.field_value AS instance_id, filter_on_project_id.field_value AS project_id FROM (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_i64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'cpu_id' ) AS filter_on_cpu_id INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'instance_id' ) AS filter_on_instance_id ON filter_on_instance_id.timeseries_key = filter_on_cpu_id.timeseries_key INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'project_id' ) AS filter_on_project_id ON filter_on_project_id.timeseries_key = filter_on_instance_id.timeseries_key FORMAT JSONEachRow
1152024-11-08T02:16:52.162ZDEBGtest_cluster (clickhouse-client): fetched information for matching timeseries keys id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_keys = 8 query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1162024-11-08T02:16:52.162ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = SELECT timeseries_key, start_time, timestamp, datum FROM oximeter.measurements_cumulativef64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND (timeseries_key IN (9086034282846337169,11153000122486487041,11941584955560446211,12237444503174949912,12602581409702662812,14987834724041522457,16304705339519466401,17356848348641513518)) ORDER BY timeseries_key, start_time, timestamp LIMIT 1000001 FORMAT JSONEachRow
1172024-11-08T02:16:52.174ZDEBGtest_cluster (clickhouse-client): fetched measurements for OxQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_keys = 8 n_measurements = 400 query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1182024-11-08T02:16:52.174ZTRACtest_cluster (clickhouse-client): verified OxQL measurement query returns few enough results id = 34a82979-40c0-4eed-b53b-00b68cb485bf limit = 1000000 n_new_measurements = 400 n_total = 400 query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1192024-11-08T02:16:52.174ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 9086034282846337169 metric_type = Some(Delta) n_points = 50 query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1202024-11-08T02:16:52.174ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 11153000122486487041 metric_type = Some(Delta) n_points = 50 query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1212024-11-08T02:16:52.174ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 11941584955560446211 metric_type = Some(Delta) n_points = 50 query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1222024-11-08T02:16:52.174ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 12237444503174949912 metric_type = Some(Delta) n_points = 50 query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1232024-11-08T02:16:52.174ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 12602581409702662812 metric_type = Some(Delta) n_points = 50 query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1242024-11-08T02:16:52.174ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 14987834724041522457 metric_type = Some(Delta) n_points = 50 query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1252024-11-08T02:16:52.174ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 16304705339519466401 metric_type = Some(Delta) n_points = 50 query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1262024-11-08T02:16:52.174ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 17356848348641513518 metric_type = Some(Delta) n_points = 50 query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1272024-11-08T02:16:52.174ZDEBGtest_cluster (clickhouse-client): constructed OxQL table, starting transformation pipeline id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_timeseries = 8 n_transformations = 0 query_id = e3f8452e-a1e6-4038-adf5-b60c8d4da29d
1282024-11-08T02:16:52.174ZINFOtest_cluster: query samples from client3 time = 39.190177ms
1292024-11-08T02:16:52.190ZINFOtest_cluster: successfully stopped server 1
1302024-11-08T02:16:52.445ZDEBGtest_cluster (clickhouse-client): unrolling 400 total samples id = 34a82979-40c0-4eed-b53b-00b68cb485bf
1312024-11-08T02:16:52.745ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = INSERT INTO oximeter.fields_i64 FORMAT Native
1322024-11-08T02:16:52.756ZDEBGtest_cluster (clickhouse-client): inserted rows into table id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_rows = 8 table_name = fields_i64
1332024-11-08T02:16:52.756ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = INSERT INTO oximeter.fields_uuid FORMAT Native
1342024-11-08T02:16:52.775ZDEBGtest_cluster (clickhouse-client): inserted rows into table id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_rows = 16 table_name = fields_uuid
1352024-11-08T02:16:52.776ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = INSERT INTO oximeter.measurements_cumulativef64 FORMAT Native
1362024-11-08T02:16:52.797ZDEBGtest_cluster (clickhouse-client): inserted rows into table id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_rows = 400 table_name = measurements_cumulativef64
1372024-11-08T02:16:52.798ZDEBGtest_cluster (clickhouse-client): parsed OxQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf parsed_query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:52.798124078Z } query = get virtual_machine:cpu_busy query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1382024-11-08T02:16:52.798ZDEBGtest_cluster (clickhouse-client): running flat OxQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:52.798124078Z } query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f timeseries_name = virtual_machine:cpu_busy
1392024-11-08T02:16:52.798ZDEBGtest_cluster (clickhouse-client): coalesced predicates from flat query coalesced = None id = 34a82979-40c0-4eed-b53b-00b68cb485bf outer_predicates = None query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1402024-11-08T02:16:52.798ZDEBGtest_cluster (clickhouse-client): coalesced limit operations from flat query coalesced = None id = 34a82979-40c0-4eed-b53b-00b68cb485bf outer_limit = None query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1412024-11-08T02:16:52.798ZDEBGtest_cluster (clickhouse-client): running disjoint query predicate id = 34a82979-40c0-4eed-b53b-00b68cb485bf predicate = none query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1422024-11-08T02:16:52.798ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = SELECT filter_on_cpu_id.timeseries_key AS timeseries_key, filter_on_cpu_id.field_value AS cpu_id, filter_on_instance_id.field_value AS instance_id, filter_on_project_id.field_value AS project_id FROM (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_i64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'cpu_id' ) AS filter_on_cpu_id INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'instance_id' ) AS filter_on_instance_id ON filter_on_instance_id.timeseries_key = filter_on_cpu_id.timeseries_key INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'project_id' ) AS filter_on_project_id ON filter_on_project_id.timeseries_key = filter_on_instance_id.timeseries_key FORMAT JSONEachRow
1432024-11-08T02:16:52.832ZDEBGtest_cluster (clickhouse-client): fetched information for matching timeseries keys id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_keys = 16 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1442024-11-08T02:16:52.832ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = SELECT timeseries_key, start_time, timestamp, datum FROM oximeter.measurements_cumulativef64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND (timeseries_key IN (214088992907546607,2080827326163450996,9086034282846337169,10469210161859473187,11153000122486487041,11941584955560446211,12237444503174949912,12602581409702662812,14720896737132335167,14987834724041522457,15574631974278219175,15623265778943350777,16304705339519466401,17356848348641513518,17508213766897240224,17596349148300307473)) ORDER BY timeseries_key, start_time, timestamp LIMIT 1000001 FORMAT JSONEachRow
1452024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): fetched measurements for OxQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_keys = 16 n_measurements = 800 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1462024-11-08T02:16:52.860ZTRACtest_cluster (clickhouse-client): verified OxQL measurement query returns few enough results id = 34a82979-40c0-4eed-b53b-00b68cb485bf limit = 1000000 n_new_measurements = 800 n_total = 800 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1472024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 214088992907546607 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1482024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 2080827326163450996 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1492024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 9086034282846337169 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1502024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 10469210161859473187 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1512024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 11153000122486487041 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1522024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 11941584955560446211 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1532024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 12237444503174949912 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1542024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 12602581409702662812 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1552024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 14720896737132335167 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1562024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 14987834724041522457 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1572024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 15574631974278219175 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1582024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 15623265778943350777 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1592024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 16304705339519466401 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1602024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 17356848348641513518 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1612024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 17508213766897240224 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1622024-11-08T02:16:52.860ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 17596349148300307473 metric_type = Some(Delta) n_points = 50 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1632024-11-08T02:16:52.861ZDEBGtest_cluster (clickhouse-client): constructed OxQL table, starting transformation pipeline id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_timeseries = 16 n_transformations = 0 query_id = badc72d1-3516-4e3b-b594-bbd9508fac8f
1642024-11-08T02:16:52.862ZDEBGtest_cluster (clickhouse-client): parsed OxQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 parsed_query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:52.862058561Z } query = get virtual_machine:cpu_busy query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1652024-11-08T02:16:52.862ZDEBGtest_cluster (clickhouse-client): running flat OxQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:52.862058561Z } query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b timeseries_name = virtual_machine:cpu_busy
1662024-11-08T02:16:52.862ZDEBGtest_cluster (clickhouse-client): coalesced predicates from flat query coalesced = None id = 421ea33f-0483-4725-81e0-e9209bfd5c05 outer_predicates = None query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1672024-11-08T02:16:52.862ZDEBGtest_cluster (clickhouse-client): coalesced limit operations from flat query coalesced = None id = 421ea33f-0483-4725-81e0-e9209bfd5c05 outer_limit = None query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1682024-11-08T02:16:52.862ZDEBGtest_cluster (clickhouse-client): running disjoint query predicate id = 421ea33f-0483-4725-81e0-e9209bfd5c05 predicate = none query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1692024-11-08T02:16:52.862ZTRACtest_cluster (clickhouse-client): executing SQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 sql = SELECT filter_on_cpu_id.timeseries_key AS timeseries_key, filter_on_cpu_id.field_value AS cpu_id, filter_on_instance_id.field_value AS instance_id, filter_on_project_id.field_value AS project_id FROM (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_i64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'cpu_id' ) AS filter_on_cpu_id INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'instance_id' ) AS filter_on_instance_id ON filter_on_instance_id.timeseries_key = filter_on_cpu_id.timeseries_key INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'project_id' ) AS filter_on_project_id ON filter_on_project_id.timeseries_key = filter_on_instance_id.timeseries_key FORMAT JSONEachRow
1702024-11-08T02:16:52.889ZDEBGtest_cluster (clickhouse-client): fetched information for matching timeseries keys id = 421ea33f-0483-4725-81e0-e9209bfd5c05 n_keys = 16 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1712024-11-08T02:16:52.889ZTRACtest_cluster (clickhouse-client): executing SQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 sql = SELECT timeseries_key, start_time, timestamp, datum FROM oximeter.measurements_cumulativef64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND (timeseries_key IN (214088992907546607,2080827326163450996,9086034282846337169,10469210161859473187,11153000122486487041,11941584955560446211,12237444503174949912,12602581409702662812,14720896737132335167,14987834724041522457,15574631974278219175,15623265778943350777,16304705339519466401,17356848348641513518,17508213766897240224,17596349148300307473)) ORDER BY timeseries_key, start_time, timestamp LIMIT 1000001 FORMAT JSONEachRow
1722024-11-08T02:16:52.922ZDEBGtest_cluster (clickhouse-client): fetched measurements for OxQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 n_keys = 16 n_measurements = 800 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1732024-11-08T02:16:52.922ZTRACtest_cluster (clickhouse-client): verified OxQL measurement query returns few enough results id = 421ea33f-0483-4725-81e0-e9209bfd5c05 limit = 1000000 n_new_measurements = 800 n_total = 800 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1742024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 214088992907546607 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1752024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 2080827326163450996 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1762024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 9086034282846337169 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1772024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 10469210161859473187 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1782024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 11153000122486487041 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1792024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 11941584955560446211 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1802024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 12237444503174949912 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1812024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 12602581409702662812 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1822024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 14720896737132335167 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1832024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 14987834724041522457 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1842024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 15574631974278219175 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1852024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 15623265778943350777 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1862024-11-08T02:16:52.923ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 16304705339519466401 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1872024-11-08T02:16:52.924ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 17356848348641513518 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1882024-11-08T02:16:52.924ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 17508213766897240224 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1892024-11-08T02:16:52.924ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 17596349148300307473 metric_type = Some(Delta) n_points = 50 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1902024-11-08T02:16:52.924ZDEBGtest_cluster (clickhouse-client): constructed OxQL table, starting transformation pipeline id = 421ea33f-0483-4725-81e0-e9209bfd5c05 n_timeseries = 16 n_transformations = 0 query_id = 0be07b84-f00c-4705-bdf6-ffc19489e77b
1912024-11-08T02:16:52.933ZTRACtest_cluster (clickhouse-client): acquired native pool claim id = 489f8e4c-0aab-4fa9-9490-5358dae52913
1922024-11-08T02:16:53.034ZTRACtest_cluster (clickhouse-client): acquired native pool claim id = 489f8e4c-0aab-4fa9-9490-5358dae52913
1932024-11-08T02:16:53.135ZTRACtest_cluster (clickhouse-client): acquired native pool claim id = 489f8e4c-0aab-4fa9-9490-5358dae52913
1942024-11-08T02:16:53.237ZTRACtest_cluster (clickhouse-client): acquired native pool claim id = 489f8e4c-0aab-4fa9-9490-5358dae52913
1952024-11-08T02:16:53.338ZTRACtest_cluster (clickhouse-client): acquired native pool claim id = 489f8e4c-0aab-4fa9-9490-5358dae52913
1962024-11-08T02:16:53.439ZTRACtest_cluster (clickhouse-client): acquired native pool claim id = 489f8e4c-0aab-4fa9-9490-5358dae52913
1972024-11-08T02:16:53.540ZTRACtest_cluster (clickhouse-client): acquired native pool claim id = 489f8e4c-0aab-4fa9-9490-5358dae52913
1982024-11-08T02:16:53.544ZTRACtest_cluster (clickhouse-client): successful ping of ClickHouse server id = 489f8e4c-0aab-4fa9-9490-5358dae52913
1992024-11-08T02:16:53.544ZINFOtest_cluster: Clickhouse server ready: http://[::1]:19301
2002024-11-08T02:16:53.546ZDEBGtest_cluster (clickhouse-client): parsed OxQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 parsed_query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:53.545975753Z } query = get virtual_machine:cpu_busy query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2012024-11-08T02:16:53.546ZDEBGtest_cluster (clickhouse-client): running flat OxQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:53.545975753Z } query_id = 6444adad-fb1b-4abb-8582-54846a04a025 timeseries_name = virtual_machine:cpu_busy
2022024-11-08T02:16:53.546ZDEBGtest_cluster (clickhouse-client): coalesced predicates from flat query coalesced = None id = 489f8e4c-0aab-4fa9-9490-5358dae52913 outer_predicates = None query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2032024-11-08T02:16:53.546ZDEBGtest_cluster (clickhouse-client): coalesced limit operations from flat query coalesced = None id = 489f8e4c-0aab-4fa9-9490-5358dae52913 outer_limit = None query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2042024-11-08T02:16:53.546ZDEBGtest_cluster (clickhouse-client): running disjoint query predicate id = 489f8e4c-0aab-4fa9-9490-5358dae52913 predicate = none query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2052024-11-08T02:16:53.546ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = SELECT filter_on_cpu_id.timeseries_key AS timeseries_key, filter_on_cpu_id.field_value AS cpu_id, filter_on_instance_id.field_value AS instance_id, filter_on_project_id.field_value AS project_id FROM (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_i64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'cpu_id' ) AS filter_on_cpu_id INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'instance_id' ) AS filter_on_instance_id ON filter_on_instance_id.timeseries_key = filter_on_cpu_id.timeseries_key INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'project_id' ) AS filter_on_project_id ON filter_on_project_id.timeseries_key = filter_on_instance_id.timeseries_key FORMAT JSONEachRow
2062024-11-08T02:16:53.585ZDEBGtest_cluster (clickhouse-client): fetched information for matching timeseries keys id = 489f8e4c-0aab-4fa9-9490-5358dae52913 n_keys = 16 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2072024-11-08T02:16:53.585ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = SELECT timeseries_key, start_time, timestamp, datum FROM oximeter.measurements_cumulativef64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND (timeseries_key IN (214088992907546607,2080827326163450996,9086034282846337169,10469210161859473187,11153000122486487041,11941584955560446211,12237444503174949912,12602581409702662812,14720896737132335167,14987834724041522457,15574631974278219175,15623265778943350777,16304705339519466401,17356848348641513518,17508213766897240224,17596349148300307473)) ORDER BY timeseries_key, start_time, timestamp LIMIT 1000001 FORMAT JSONEachRow
2082024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): fetched measurements for OxQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 n_keys = 16 n_measurements = 800 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2092024-11-08T02:16:53.615ZTRACtest_cluster (clickhouse-client): verified OxQL measurement query returns few enough results id = 489f8e4c-0aab-4fa9-9490-5358dae52913 limit = 1000000 n_new_measurements = 800 n_total = 800 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2102024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 214088992907546607 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2112024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 2080827326163450996 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2122024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 9086034282846337169 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2132024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 10469210161859473187 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2142024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 11153000122486487041 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2152024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 11941584955560446211 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2162024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 12237444503174949912 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2172024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 12602581409702662812 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2182024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 14720896737132335167 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2192024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 14987834724041522457 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2202024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 15574631974278219175 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2212024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 15623265778943350777 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2222024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 16304705339519466401 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2232024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 17356848348641513518 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2242024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 17508213766897240224 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2252024-11-08T02:16:53.615ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 17596349148300307473 metric_type = Some(Delta) n_points = 50 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2262024-11-08T02:16:53.616ZDEBGtest_cluster (clickhouse-client): constructed OxQL table, starting transformation pipeline id = 489f8e4c-0aab-4fa9-9490-5358dae52913 n_timeseries = 16 n_transformations = 0 query_id = 6444adad-fb1b-4abb-8582-54846a04a025
2272024-11-08T02:16:53.623ZDEBGtest_cluster (clickhouse-client): parsed OxQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 parsed_query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:53.623728305Z } query = get virtual_machine:cpu_busy query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2282024-11-08T02:16:53.624ZDEBGtest_cluster (clickhouse-client): running flat OxQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:53.623728305Z } query_id = f7fdebbb-c716-4883-9818-02b48acfc503 timeseries_name = virtual_machine:cpu_busy
2292024-11-08T02:16:53.624ZDEBGtest_cluster (clickhouse-client): coalesced predicates from flat query coalesced = None id = 489f8e4c-0aab-4fa9-9490-5358dae52913 outer_predicates = None query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2302024-11-08T02:16:53.624ZDEBGtest_cluster (clickhouse-client): coalesced limit operations from flat query coalesced = None id = 489f8e4c-0aab-4fa9-9490-5358dae52913 outer_limit = None query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2312024-11-08T02:16:53.624ZDEBGtest_cluster (clickhouse-client): running disjoint query predicate id = 489f8e4c-0aab-4fa9-9490-5358dae52913 predicate = none query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2322024-11-08T02:16:53.624ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = SELECT filter_on_cpu_id.timeseries_key AS timeseries_key, filter_on_cpu_id.field_value AS cpu_id, filter_on_instance_id.field_value AS instance_id, filter_on_project_id.field_value AS project_id FROM (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_i64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'cpu_id' ) AS filter_on_cpu_id INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'instance_id' ) AS filter_on_instance_id ON filter_on_instance_id.timeseries_key = filter_on_cpu_id.timeseries_key INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'project_id' ) AS filter_on_project_id ON filter_on_project_id.timeseries_key = filter_on_instance_id.timeseries_key FORMAT JSONEachRow
2332024-11-08T02:16:53.653ZDEBGtest_cluster (clickhouse-client): fetched information for matching timeseries keys id = 489f8e4c-0aab-4fa9-9490-5358dae52913 n_keys = 16 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2342024-11-08T02:16:53.653ZTRACtest_cluster (clickhouse-client): executing SQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 sql = SELECT timeseries_key, start_time, timestamp, datum FROM oximeter.measurements_cumulativef64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND (timeseries_key IN (214088992907546607,2080827326163450996,9086034282846337169,10469210161859473187,11153000122486487041,11941584955560446211,12237444503174949912,12602581409702662812,14720896737132335167,14987834724041522457,15574631974278219175,15623265778943350777,16304705339519466401,17356848348641513518,17508213766897240224,17596349148300307473)) ORDER BY timeseries_key, start_time, timestamp LIMIT 1000001 FORMAT JSONEachRow
2352024-11-08T02:16:53.678ZDEBGtest_cluster (clickhouse-client): fetched measurements for OxQL query id = 489f8e4c-0aab-4fa9-9490-5358dae52913 n_keys = 16 n_measurements = 800 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2362024-11-08T02:16:53.678ZTRACtest_cluster (clickhouse-client): verified OxQL measurement query returns few enough results id = 489f8e4c-0aab-4fa9-9490-5358dae52913 limit = 1000000 n_new_measurements = 800 n_total = 800 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2372024-11-08T02:16:53.678ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 214088992907546607 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2382024-11-08T02:16:53.678ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 2080827326163450996 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2392024-11-08T02:16:53.678ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 9086034282846337169 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2402024-11-08T02:16:53.678ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 10469210161859473187 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2412024-11-08T02:16:53.678ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 11153000122486487041 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2422024-11-08T02:16:53.678ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 11941584955560446211 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2432024-11-08T02:16:53.678ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 12237444503174949912 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2442024-11-08T02:16:53.678ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 12602581409702662812 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2452024-11-08T02:16:53.679ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 14720896737132335167 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2462024-11-08T02:16:53.679ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 14987834724041522457 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2472024-11-08T02:16:53.679ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 15574631974278219175 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2482024-11-08T02:16:53.679ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 15623265778943350777 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2492024-11-08T02:16:53.679ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 16304705339519466401 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2502024-11-08T02:16:53.679ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 17356848348641513518 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2512024-11-08T02:16:53.679ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 17508213766897240224 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2522024-11-08T02:16:53.679ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 489f8e4c-0aab-4fa9-9490-5358dae52913 key = 17596349148300307473 metric_type = Some(Delta) n_points = 50 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2532024-11-08T02:16:53.679ZDEBGtest_cluster (clickhouse-client): constructed OxQL table, starting transformation pipeline id = 489f8e4c-0aab-4fa9-9490-5358dae52913 n_timeseries = 16 n_transformations = 0 query_id = f7fdebbb-c716-4883-9818-02b48acfc503
2542024-11-08T02:16:53.905ZDEBGtest_cluster (clickhouse-client): unrolling 400 total samples id = 34a82979-40c0-4eed-b53b-00b68cb485bf
2552024-11-08T02:16:54.271ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = INSERT INTO oximeter.fields_i64 FORMAT Native
2562024-11-08T02:16:54.284ZDEBGtest_cluster (clickhouse-client): inserted rows into table id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_rows = 8 table_name = fields_i64
2572024-11-08T02:16:54.284ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = INSERT INTO oximeter.fields_uuid FORMAT Native
2582024-11-08T02:16:54.306ZDEBGtest_cluster (clickhouse-client): inserted rows into table id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_rows = 16 table_name = fields_uuid
2592024-11-08T02:16:54.306ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = INSERT INTO oximeter.measurements_cumulativef64 FORMAT Native
2602024-11-08T02:16:54.330ZDEBGtest_cluster (clickhouse-client): inserted rows into table id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_rows = 400 table_name = measurements_cumulativef64
2612024-11-08T02:16:54.330ZINFOtest_cluster: inserted samples at clickhouse server: http://[::1]:19303
2622024-11-08T02:16:54.332ZDEBGtest_cluster (clickhouse-client): parsed OxQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 parsed_query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:54.332812020Z } query = get virtual_machine:cpu_busy query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2632024-11-08T02:16:54.333ZDEBGtest_cluster (clickhouse-client): running flat OxQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:54.332812020Z } query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d timeseries_name = virtual_machine:cpu_busy
2642024-11-08T02:16:54.333ZDEBGtest_cluster (clickhouse-client): coalesced predicates from flat query coalesced = None id = 421ea33f-0483-4725-81e0-e9209bfd5c05 outer_predicates = None query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2652024-11-08T02:16:54.333ZDEBGtest_cluster (clickhouse-client): coalesced limit operations from flat query coalesced = None id = 421ea33f-0483-4725-81e0-e9209bfd5c05 outer_limit = None query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2662024-11-08T02:16:54.333ZDEBGtest_cluster (clickhouse-client): running disjoint query predicate id = 421ea33f-0483-4725-81e0-e9209bfd5c05 predicate = none query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2672024-11-08T02:16:54.333ZTRACtest_cluster (clickhouse-client): executing SQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 sql = SELECT filter_on_cpu_id.timeseries_key AS timeseries_key, filter_on_cpu_id.field_value AS cpu_id, filter_on_instance_id.field_value AS instance_id, filter_on_project_id.field_value AS project_id FROM (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_i64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'cpu_id' ) AS filter_on_cpu_id INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'instance_id' ) AS filter_on_instance_id ON filter_on_instance_id.timeseries_key = filter_on_cpu_id.timeseries_key INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'project_id' ) AS filter_on_project_id ON filter_on_project_id.timeseries_key = filter_on_instance_id.timeseries_key FORMAT JSONEachRow
2682024-11-08T02:16:54.365ZDEBGtest_cluster (clickhouse-client): fetched information for matching timeseries keys id = 421ea33f-0483-4725-81e0-e9209bfd5c05 n_keys = 24 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2692024-11-08T02:16:54.365ZTRACtest_cluster (clickhouse-client): executing SQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 sql = SELECT timeseries_key, start_time, timestamp, datum FROM oximeter.measurements_cumulativef64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND (timeseries_key IN (214088992907546607,2080827326163450996,3039230695689809900,4218439645153873073,9086034282846337169,10469210161859473187,10547565764404206919,11153000122486487041,11941584955560446211,12189235776782632072,12237444503174949912,12602581409702662812,12854143305372262791,13833721948511634193,14455398054906438758,14720896737132335167,14987834724041522457,15574631974278219175,15623265778943350777,16304705339519466401,17356848348641513518,17414859521901141978,17508213766897240224,17596349148300307473)) ORDER BY timeseries_key, start_time, timestamp LIMIT 1000001 FORMAT JSONEachRow
2702024-11-08T02:16:54.405ZDEBGtest_cluster (clickhouse-client): fetched measurements for OxQL query id = 421ea33f-0483-4725-81e0-e9209bfd5c05 n_keys = 24 n_measurements = 1200 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2712024-11-08T02:16:54.405ZTRACtest_cluster (clickhouse-client): verified OxQL measurement query returns few enough results id = 421ea33f-0483-4725-81e0-e9209bfd5c05 limit = 1000000 n_new_measurements = 1200 n_total = 1200 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2722024-11-08T02:16:54.405ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 214088992907546607 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2732024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 2080827326163450996 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2742024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 3039230695689809900 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2752024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 4218439645153873073 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2762024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 9086034282846337169 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2772024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 10469210161859473187 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2782024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 10547565764404206919 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2792024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 11153000122486487041 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2802024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 11941584955560446211 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2812024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 12189235776782632072 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2822024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 12237444503174949912 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2832024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 12602581409702662812 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2842024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 12854143305372262791 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2852024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 13833721948511634193 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2862024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 14455398054906438758 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2872024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 14720896737132335167 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2882024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 14987834724041522457 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2892024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 15574631974278219175 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2902024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 15623265778943350777 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2912024-11-08T02:16:54.406ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 16304705339519466401 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2922024-11-08T02:16:54.407ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 17356848348641513518 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2932024-11-08T02:16:54.407ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 17414859521901141978 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2942024-11-08T02:16:54.407ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 17508213766897240224 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2952024-11-08T02:16:54.407ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 421ea33f-0483-4725-81e0-e9209bfd5c05 key = 17596349148300307473 metric_type = Some(Delta) n_points = 50 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2962024-11-08T02:16:54.407ZDEBGtest_cluster (clickhouse-client): constructed OxQL table, starting transformation pipeline id = 421ea33f-0483-4725-81e0-e9209bfd5c05 n_timeseries = 24 n_transformations = 0 query_id = d2ee4057-72d8-4506-bb71-42d3a3bc9b2d
2972024-11-08T02:16:54.419ZDEBGtest_cluster (clickhouse-client): parsed OxQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf parsed_query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:54.418949226Z } query = get virtual_machine:cpu_busy query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
2982024-11-08T02:16:54.419ZDEBGtest_cluster (clickhouse-client): running flat OxQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf query = Query { parsed: Query { ops: [Basic(Get(TimeseriesName("virtual_machine:cpu_busy")))] }, end_time: 2024-11-08T02:16:54.418949226Z } query_id = 2859df7b-c7aa-4087-bf37-672840da2ece timeseries_name = virtual_machine:cpu_busy
2992024-11-08T02:16:54.419ZDEBGtest_cluster (clickhouse-client): coalesced predicates from flat query coalesced = None id = 34a82979-40c0-4eed-b53b-00b68cb485bf outer_predicates = None query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3002024-11-08T02:16:54.419ZDEBGtest_cluster (clickhouse-client): coalesced limit operations from flat query coalesced = None id = 34a82979-40c0-4eed-b53b-00b68cb485bf outer_limit = None query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3012024-11-08T02:16:54.419ZDEBGtest_cluster (clickhouse-client): running disjoint query predicate id = 34a82979-40c0-4eed-b53b-00b68cb485bf predicate = none query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3022024-11-08T02:16:54.420ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = SELECT filter_on_cpu_id.timeseries_key AS timeseries_key, filter_on_cpu_id.field_value AS cpu_id, filter_on_instance_id.field_value AS instance_id, filter_on_project_id.field_value AS project_id FROM (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_i64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'cpu_id' ) AS filter_on_cpu_id INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'instance_id' ) AS filter_on_instance_id ON filter_on_instance_id.timeseries_key = filter_on_cpu_id.timeseries_key INNER JOIN (SELECT DISTINCT timeseries_key, field_value FROM oximeter.fields_uuid WHERE timeseries_name = 'virtual_machine:cpu_busy' AND field_name = 'project_id' ) AS filter_on_project_id ON filter_on_project_id.timeseries_key = filter_on_instance_id.timeseries_key FORMAT JSONEachRow
3032024-11-08T02:16:54.446ZDEBGtest_cluster (clickhouse-client): fetched information for matching timeseries keys id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_keys = 24 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3042024-11-08T02:16:54.446ZTRACtest_cluster (clickhouse-client): executing SQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf sql = SELECT timeseries_key, start_time, timestamp, datum FROM oximeter.measurements_cumulativef64 WHERE timeseries_name = 'virtual_machine:cpu_busy' AND (timeseries_key IN (214088992907546607,2080827326163450996,3039230695689809900,4218439645153873073,9086034282846337169,10469210161859473187,10547565764404206919,11153000122486487041,11941584955560446211,12189235776782632072,12237444503174949912,12602581409702662812,12854143305372262791,13833721948511634193,14455398054906438758,14720896737132335167,14987834724041522457,15574631974278219175,15623265778943350777,16304705339519466401,17356848348641513518,17414859521901141978,17508213766897240224,17596349148300307473)) ORDER BY timeseries_key, start_time, timestamp LIMIT 1000001 FORMAT JSONEachRow
3052024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): fetched measurements for OxQL query id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_keys = 24 n_measurements = 1200 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3062024-11-08T02:16:54.488ZTRACtest_cluster (clickhouse-client): verified OxQL measurement query returns few enough results id = 34a82979-40c0-4eed-b53b-00b68cb485bf limit = 1000000 n_new_measurements = 1200 n_total = 1200 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3072024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 214088992907546607 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3082024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 2080827326163450996 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3092024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 3039230695689809900 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3102024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 4218439645153873073 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3112024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 9086034282846337169 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3122024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 10469210161859473187 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3132024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 10547565764404206919 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3142024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 11153000122486487041 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3152024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 11941584955560446211 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3162024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 12189235776782632072 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3172024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 12237444503174949912 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3182024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 12602581409702662812 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3192024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 12854143305372262791 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3202024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 13833721948511634193 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3212024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 14455398054906438758 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3222024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 14720896737132335167 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3232024-11-08T02:16:54.488ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 14987834724041522457 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3242024-11-08T02:16:54.489ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 15574631974278219175 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3252024-11-08T02:16:54.489ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 15623265778943350777 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3262024-11-08T02:16:54.489ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 16304705339519466401 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3272024-11-08T02:16:54.489ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 17356848348641513518 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3282024-11-08T02:16:54.489ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 17414859521901141978 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3292024-11-08T02:16:54.489ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 17508213766897240224 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3302024-11-08T02:16:54.489ZDEBGtest_cluster (clickhouse-client): inserted new OxQL timeseries id = 34a82979-40c0-4eed-b53b-00b68cb485bf key = 17596349148300307473 metric_type = Some(Delta) n_points = 50 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3312024-11-08T02:16:54.489ZDEBGtest_cluster (clickhouse-client): constructed OxQL table, starting transformation pipeline id = 34a82979-40c0-4eed-b53b-00b68cb485bf n_timeseries = 24 n_transformations = 0 query_id = 2859df7b-c7aa-4087-bf37-672840da2ece
3322024-11-08T02:16:54.490ZINFOtest_cluster: Attempting to insert samples without keeper quorum
3332024-11-08T02:16:54.778ZDEBGtest_cluster (clickhouse-client): registered USDT probes id = 61bec45d-f7e8-48b7-9cc9-61964d970ba8
3342024-11-08T02:16:54.778ZDEBGtest_cluster (clickhouse-client): unrolling 400 total samples id = 61bec45d-f7e8-48b7-9cc9-61964d970ba8
3352024-11-08T02:16:54.779ZDEBGtest_cluster (clickhouse-client): retrieving timeseries schema from database id = 61bec45d-f7e8-48b7-9cc9-61964d970ba8
3362024-11-08T02:16:54.779ZTRACtest_cluster (clickhouse-client): executing SQL query id = 61bec45d-f7e8-48b7-9cc9-61964d970ba8 sql = SELECT * FROM oximeter.timeseries_schema FORMAT Native;
3372024-11-08T02:16:54.785ZTRACtest_cluster (clickhouse-client): retrieved new timeseries schema id = 61bec45d-f7e8-48b7-9cc9-61964d970ba8 n_schema = 1
3382024-11-08T02:16:55.037ZTRACtest_cluster (clickhouse-client): executing SQL query id = 61bec45d-f7e8-48b7-9cc9-61964d970ba8 sql = INSERT INTO oximeter.fields_i64 FORMAT Native