| 1 | | [ Jul 29 16:42:36 Enabled. ] |
| 2 | | [ Jul 29 16:42:36 Rereading configuration. ] |
| 3 | | [ Jul 29 16:42:37 Rereading configuration. ] |
| 4 | | [ Jul 29 16:42:41 Executing start method ("ctrun -l child -o noorphan,regent /opt/oxide/oximeter-collector/bin/oximeter run /var/svc/manifest/site/oximeter/config.toml --address [fd00:1122:3344:101::d]:12223 --id 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62 &"). ] |
| 5 | | [ Jul 29 16:42:41 Method "start" exited with status 0. ] |
| 6 | | note: configured to log to "/dev/stdout" |
| 7 | 2026-07-29T16:42:41.331Z | DEBG | oximeter: registered DTrace probes
|
| 8 | 2026-07-29T16:42:41.331Z | INFO | oximeter: starting oximeter server
file = oximeter/collector/src/lib.rs:299
|
| 9 | 2026-07-29T16:42:41.332Z | DEBG | oximeter: creating ClickHouse client
|
| 10 | 2026-07-29T16:42:41.347Z | DEBG | oximeter (clickhouse-client): registered USDT probes
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 11 | 2026-07-29T16:42:58.360Z | WARN | oximeter (clickhouse-client): oximeter database does not exist, or is out-of-date
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:888
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 12 | 2026-07-29T16:42:58.360Z | DEBG | oximeter (oximeter-agent): oximeter database does not exist, creating
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
|
| 13 | 2026-07-29T16:42:58.360Z | INFO | oximeter (clickhouse-client): reading db version
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:788
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 14 | 2026-07-29T16:42:58.361Z | WARN | oximeter (clickhouse-client): oximeter database does not exist, or is out-of-date
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:888
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 15 | 2026-07-29T16:42:58.362Z | INFO | oximeter (clickhouse-client): read oximeter database version
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:793
id = 881f8560-f0f9-47e9-af09-45357d627220
version = 0
|
| 16 | 2026-07-29T16:42:58.362Z | INFO | oximeter (clickhouse-client): initializing oximeter schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:798
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 17 | 2026-07-29T16:42:58.364Z | DEBG | oximeter (clickhouse-client): initializing ClickHouse database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 18 | 2026-07-29T16:42:58.489Z | INFO | oximeter (clickhouse-client): inserting current version
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:819
id = 881f8560-f0f9-47e9-af09-45357d627220
version = 14
|
| 19 | 2026-07-29T16:42:58.526Z | DEBG | oximeter (clickhouse-client): registered USDT probes
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = ab12b4a1-683e-439f-aea3-0712620e2640
|
| 20 | 2026-07-29T16:42:58.564Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = GET
path = /info
versions = all
|
| 21 | 2026-07-29T16:42:58.564Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = GET
path = /producers
versions = all
|
| 22 | 2026-07-29T16:42:58.565Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = DELETE
path = /producers/{producer_id}
versions = all
|
| 23 | 2026-07-29T16:42:58.565Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = GET
path = /producers/{producer_id}
versions = all
|
| 24 | 2026-07-29T16:42:58.567Z | INFO | oximeter (dropshot): listening
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.1/src/server.rs:335
local_addr = [fd00:1122:3344:101::d]:12223
|
| 25 | 2026-07-29T16:42:58.571Z | DEBG | oximeter (dropshot): successfully registered DTrace USDT probes
local_addr = [fd00:1122:3344:101::d]:12223
|
| 26 | 2026-07-29T16:42:58.572Z | DEBG | oximeter: registered USDT probes
|
| 27 | 2026-07-29T16:42:58.572Z | DEBG | oximeter: contacting nexus
|
| 28 | 2026-07-29T16:42:58.630Z | DEBG | oximeter: client request
body = Some(Body)
method = POST
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors
|
| 29 | 2026-07-29T16:42:58.659Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors", status: 204, headers: {"x-request-id": "63486f92-ae0d-40f7-9f66-0664efdb1380", "date": "Wed, 29 Jul 2026 16:42:58 GMT"} })
|
| 30 | 2026-07-29T16:42:58.659Z | INFO | oximeter: oximeter registered with nexus
file = oximeter/collector/src/lib.rs:431
id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
|
| 31 | 2026-07-29T16:42:58.659Z | INFO | oximeter (oximeter-agent): starting refresh list task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:626
|
| 32 | 2026-07-29T16:42:58.660Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:629
|
| 33 | 2026-07-29T16:42:58.662Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending
|
| 34 | 2026-07-29T16:42:58.681Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "f3c95920-db9c-410f-bc98-758e0861aed1", "content-length": "29", "date": "Wed, 29 Jul 2026 16:42:58 GMT"} })
|
| 35 | 2026-07-29T16:42:58.683Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:704
n_current_tasks = 0
n_pruned_tasks = 0
|
| 36 | 2026-07-29T16:43:03.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 4
|
| 37 | 2026-07-29T16:43:03.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 4
|
| 38 | 2026-07-29T16:43:03.527Z | DEBG | oximeter (clickhouse-client): unrolling 4 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 39 | 2026-07-29T16:43:03.528Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 40 | 2026-07-29T16:43:03.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("oximeter_collector:database_queue_depth"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "collector_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "collector_ip", field_type: IpAddr, source: Target, description: "" }, FieldSchema { name: "collector_port", field_type: U16, source: Target, description: "" }, FieldSchema { name: "collector_sink", field_type: String, source: Metric, description: "" }}, datum_type: HistogramU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:03.528378709Z }
timeseries_name = oximeter_collector:database_queue_depth
|
| 41 | 2026-07-29T16:43:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("oximeter_collector:database_samples_dropped"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "collector_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "collector_ip", field_type: IpAddr, source: Target, description: "" }, FieldSchema { name: "collector_port", field_type: U16, source: Target, description: "" }, FieldSchema { name: "collector_sink", field_type: String, source: Metric, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:03.528372979Z }
timeseries_name = oximeter_collector:database_samples_dropped
|
| 42 | 2026-07-29T16:43:03.530Z | DEBG | oximeter (clickhouse-client): inserting 2 new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 43 | 2026-07-29T16:43:03.537Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_ipaddr
|
| 44 | 2026-07-29T16:43:03.539Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_string
|
| 45 | 2026-07-29T16:43:03.541Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_u16
|
| 46 | 2026-07-29T16:43:03.543Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_uuid
|
| 47 | 2026-07-29T16:43:03.545Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 2
table_name = measurements_cumulativeu64
|
| 48 | 2026-07-29T16:43:03.548Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 2
table_name = measurements_histogramu64
|
| 49 | 2026-07-29T16:43:03.629Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 50 | 2026-07-29T16:43:08.527Z | DEBG | oximeter (database-inserter): batch interval expired, but no samples to insert
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
|
| 51 | 2026-07-29T16:43:08.527Z | DEBG | oximeter (database-inserter): batch interval expired, but no samples to insert
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
|
| 52 | 2026-07-29T16:43:13.527Z | DEBG | oximeter (database-inserter): batch interval expired, but no samples to insert
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
|
| 53 | 2026-07-29T16:43:13.527Z | DEBG | oximeter (database-inserter): batch interval expired, but no samples to insert
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
|
| 54 | 2026-07-29T16:43:13.660Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:629
|
| 55 | 2026-07-29T16:43:13.660Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending
|
| 56 | 2026-07-29T16:43:13.683Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "b3105ff4-1101-408d-a513-9c22082644d3", "content-length": "300", "date": "Wed, 29 Jul 2026 16:43:13 GMT"} })
|
| 57 | 2026-07-29T16:43:13.690Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiIxNmM1ZWMxYS1kMjcwLTQ0ZWQtYjY4YS0yN2Q1YjU1MzFlOGUifX0%3D
|
| 58 | 2026-07-29T16:43:13.698Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiIxNmM1ZWMxYS1kMjcwLTQ0ZWQtYjY4YS0yN2Q1YjU1MzFlOGUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "118325d5-a114-4ea3-aaa1-e0f6a50ddf17", "content-length": "29", "date": "Wed, 29 Jul 2026 16:43:13 GMT"} })
|
| 59 | 2026-07-29T16:43:13.698Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::b]:38650
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
|
| 60 | 2026-07-29T16:43:13.698Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:704
n_current_tasks = 1
n_pruned_tasks = 0
|
| 61 | 2026-07-29T16:43:14.119Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 62 | 2026-07-29T16:43:14.119Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 63 | 2026-07-29T16:43:14.153Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 18
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 64 | 2026-07-29T16:43:18.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 18
|
| 65 | 2026-07-29T16:43:18.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 18
|
| 66 | 2026-07-29T16:43:18.527Z | DEBG | oximeter (clickhouse-client): unrolling 18 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 67 | 2026-07-29T16:43:18.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 68 | 2026-07-29T16:43:18.533Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("collection_target:cpus_provisioned"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "id", field_type: Uuid, source: Target, description: "" }}, datum_type: I64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:18.527510796Z }
timeseries_name = collection_target:cpus_provisioned
|
| 69 | 2026-07-29T16:43:18.533Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("collection_target:ram_provisioned"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "id", field_type: Uuid, source: Target, description: "" }}, datum_type: I64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:18.527511916Z }
timeseries_name = collection_target:ram_provisioned
|
| 70 | 2026-07-29T16:43:18.533Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("collection_target:virtual_disk_space_provisioned"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "id", field_type: Uuid, source: Target, description: "" }}, datum_type: I64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:18.527514186Z }
timeseries_name = collection_target:virtual_disk_space_provisioned
|
| 71 | 2026-07-29T16:43:18.533Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("http_service:request_latency_histogram"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "name", field_type: String, source: Target, description: "" }, FieldSchema { name: "operation_id", field_type: String, source: Metric, description: "" }, FieldSchema { name: "status_code", field_type: U16, source: Metric, description: "" }}, datum_type: HistogramU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:18.527505456Z }
timeseries_name = http_service:request_latency_histogram
|
| 72 | 2026-07-29T16:43:18.533Z | DEBG | oximeter (clickhouse-client): inserting 4 new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 73 | 2026-07-29T16:43:18.539Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 24
table_name = fields_string
|
| 74 | 2026-07-29T16:43:18.540Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 12
table_name = fields_u16
|
| 75 | 2026-07-29T16:43:18.541Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 18
table_name = fields_uuid
|
| 76 | 2026-07-29T16:43:18.543Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 12
table_name = measurements_histogramu64
|
| 77 | 2026-07-29T16:43:18.545Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 6
table_name = measurements_i64
|
| 78 | 2026-07-29T16:43:18.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 79 | 2026-07-29T16:43:23.527Z | DEBG | oximeter (database-inserter): batch interval expired, but no samples to insert
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
|
| 80 | 2026-07-29T16:43:23.527Z | DEBG | oximeter (database-inserter): batch interval expired, but no samples to insert
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
|
| 81 | 2026-07-29T16:43:24.119Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 82 | 2026-07-29T16:43:24.119Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 83 | 2026-07-29T16:43:24.121Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 42
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 84 | 2026-07-29T16:43:28.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 42
|
| 85 | 2026-07-29T16:43:28.526Z | DEBG | oximeter (clickhouse-client): unrolling 42 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 86 | 2026-07-29T16:43:28.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 42
|
| 87 | 2026-07-29T16:43:28.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 88 | 2026-07-29T16:43:28.573Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 54
table_name = fields_string
|
| 89 | 2026-07-29T16:43:28.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 27
table_name = fields_u16
|
| 90 | 2026-07-29T16:43:28.576Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 35
table_name = fields_uuid
|
| 91 | 2026-07-29T16:43:28.578Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 27
table_name = measurements_histogramu64
|
| 92 | 2026-07-29T16:43:28.581Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 15
table_name = measurements_i64
|
| 93 | 2026-07-29T16:43:28.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 94 | 2026-07-29T16:43:28.660Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:629
|
| 95 | 2026-07-29T16:43:28.660Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending
|
| 96 | 2026-07-29T16:43:28.668Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "b55aed86-e0f7-4944-8c0f-487afe42deec", "content-length": "585", "date": "Wed, 29 Jul 2026 16:43:28 GMT"} })
|
| 97 | 2026-07-29T16:43:28.668Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiIxNmM1ZWMxYS1kMjcwLTQ0ZWQtYjY4YS0yN2Q1YjU1MzFlOGUifX0%3D
|
| 98 | 2026-07-29T16:43:28.684Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiIxNmM1ZWMxYS1kMjcwLTQ0ZWQtYjY4YS0yN2Q1YjU1MzFlOGUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "4cdebff5-23d8-46f0-9ed8-7d9d8befbb49", "content-length": "29", "date": "Wed, 29 Jul 2026 16:43:28 GMT"} })
|
| 99 | 2026-07-29T16:43:28.684Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:58633
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
|
| 100 | 2026-07-29T16:43:28.684Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::1]:8001
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
|
| 101 | 2026-07-29T16:43:28.684Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:704
n_current_tasks = 3
n_pruned_tasks = 0
|
| 102 | 2026-07-29T16:43:29.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 103 | 2026-07-29T16:43:29.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 104 | 2026-07-29T16:43:29.075Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 105 | 2026-07-29T16:43:30.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 106 | 2026-07-29T16:43:30.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 107 | 2026-07-29T16:43:30.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 108 | 2026-07-29T16:43:31.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 109 | 2026-07-29T16:43:31.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 110 | 2026-07-29T16:43:31.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 111 | 2026-07-29T16:43:32.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 112 | 2026-07-29T16:43:32.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 113 | 2026-07-29T16:43:32.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 114 | 2026-07-29T16:43:32.525Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 115 | 2026-07-29T16:43:33.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 116 | 2026-07-29T16:43:33.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 117 | 2026-07-29T16:43:33.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 118 | 2026-07-29T16:43:33.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 132
|
| 119 | 2026-07-29T16:43:33.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 132
|
| 120 | 2026-07-29T16:43:33.526Z | DEBG | oximeter (clickhouse-client): unrolling 132 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 121 | 2026-07-29T16:43:33.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 122 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_router:originated_tunnel_endpoints"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526907998Z }
timeseries_name = ddm_router:originated_tunnel_endpoints
|
| 123 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_router:originated_underlay_prefixes"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526904568Z }
timeseries_name = ddm_router:originated_underlay_prefixes
|
| 124 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_session:advertisements_received"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "interface", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526916728Z }
timeseries_name = ddm_session:advertisements_received
|
| 125 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_session:advertisements_sent"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "interface", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526914468Z }
timeseries_name = ddm_session:advertisements_sent
|
| 126 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_session:imported_tunnel_endpoints"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "interface", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526953149Z }
timeseries_name = ddm_session:imported_tunnel_endpoints
|
| 127 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_session:imported_underlay_prefixes"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "interface", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526951709Z }
timeseries_name = ddm_session:imported_underlay_prefixes
|
| 128 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_session:peer_address_changes"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "interface", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526941759Z }
timeseries_name = ddm_session:peer_address_changes
|
| 129 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_session:peer_expirations"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "interface", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526918938Z }
timeseries_name = ddm_session:peer_expirations
|
| 130 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_session:peer_sessions_established"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "interface", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526943828Z }
timeseries_name = ddm_session:peer_sessions_established
|
| 131 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_session:solicitations_received"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "interface", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526912788Z }
timeseries_name = ddm_session:solicitations_received
|
| 132 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_session:solicitations_sent"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "interface", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526910358Z }
timeseries_name = ddm_session:solicitations_sent
|
| 133 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_session:update_send_fail"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "interface", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526948779Z }
timeseries_name = ddm_session:update_send_fail
|
| 134 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_session:updates_received"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "interface", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526947428Z }
timeseries_name = ddm_session:updates_received
|
| 135 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("ddm_session:updates_sent"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "interface", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526945659Z }
timeseries_name = ddm_session:updates_sent
|
| 136 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("oximeter_collector:collections"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "base_route", field_type: String, source: Metric, description: "" }, FieldSchema { name: "collector_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "collector_ip", field_type: IpAddr, source: Target, description: "" }, FieldSchema { name: "collector_port", field_type: U16, source: Target, description: "" }, FieldSchema { name: "producer_id", field_type: Uuid, source: Metric, description: "" }, FieldSchema { name: "producer_ip", field_type: IpAddr, source: Metric, description: "" }, FieldSchema { name: "producer_port", field_type: U16, source: Metric, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526988640Z }
timeseries_name = oximeter_collector:collections
|
| 137 | 2026-07-29T16:43:33.529Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("oximeter_collector:samples_collected"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "base_route", field_type: String, source: Metric, description: "" }, FieldSchema { name: "collector_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "collector_ip", field_type: IpAddr, source: Target, description: "" }, FieldSchema { name: "collector_port", field_type: U16, source: Target, description: "" }, FieldSchema { name: "producer_id", field_type: Uuid, source: Metric, description: "" }, FieldSchema { name: "producer_ip", field_type: IpAddr, source: Metric, description: "" }, FieldSchema { name: "producer_port", field_type: U16, source: Metric, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:43:33.526990770Z }
timeseries_name = oximeter_collector:samples_collected
|
| 138 | 2026-07-29T16:43:33.530Z | DEBG | oximeter (clickhouse-client): inserting 16 new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 139 | 2026-07-29T16:43:33.533Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_ipaddr
|
| 140 | 2026-07-29T16:43:33.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 52
table_name = fields_string
|
| 141 | 2026-07-29T16:43:33.536Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_u16
|
| 142 | 2026-07-29T16:43:33.537Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 56
table_name = fields_uuid
|
| 143 | 2026-07-29T16:43:33.539Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 102
table_name = measurements_cumulativeu64
|
| 144 | 2026-07-29T16:43:33.540Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 30
table_name = measurements_u64
|
| 145 | 2026-07-29T16:43:33.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 146 | 2026-07-29T16:43:34.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 147 | 2026-07-29T16:43:34.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 148 | 2026-07-29T16:43:34.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 149 | 2026-07-29T16:43:34.119Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 150 | 2026-07-29T16:43:34.119Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 151 | 2026-07-29T16:43:34.121Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 27
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 152 | 2026-07-29T16:43:35.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 153 | 2026-07-29T16:43:35.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 154 | 2026-07-29T16:43:35.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 155 | 2026-07-29T16:43:36.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 156 | 2026-07-29T16:43:36.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 157 | 2026-07-29T16:43:36.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 158 | 2026-07-29T16:43:37.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 159 | 2026-07-29T16:43:37.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 160 | 2026-07-29T16:43:37.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 161 | 2026-07-29T16:43:37.972Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 162 | 2026-07-29T16:43:37.972Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 163 | 2026-07-29T16:43:37.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 164 | 2026-07-29T16:43:38.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 165 | 2026-07-29T16:43:38.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 166 | 2026-07-29T16:43:38.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 167 | 2026-07-29T16:43:38.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 168
|
| 168 | 2026-07-29T16:43:38.527Z | DEBG | oximeter (clickhouse-client): unrolling 168 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 169 | 2026-07-29T16:43:38.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 168
|
| 170 | 2026-07-29T16:43:38.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 171 | 2026-07-29T16:43:38.543Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 126
table_name = fields_string
|
| 172 | 2026-07-29T16:43:38.544Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 38
table_name = fields_u16
|
| 173 | 2026-07-29T16:43:38.545Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 90
table_name = fields_uuid
|
| 174 | 2026-07-29T16:43:38.546Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 100
table_name = measurements_cumulativeu64
|
| 175 | 2026-07-29T16:43:38.549Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 38
table_name = measurements_histogramu64
|
| 176 | 2026-07-29T16:43:38.551Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 30
table_name = measurements_u64
|
| 177 | 2026-07-29T16:43:38.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 178 | 2026-07-29T16:43:39.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 179 | 2026-07-29T16:43:39.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 180 | 2026-07-29T16:43:39.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 181 | 2026-07-29T16:43:40.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 182 | 2026-07-29T16:43:40.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 183 | 2026-07-29T16:43:40.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 184 | 2026-07-29T16:43:41.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 185 | 2026-07-29T16:43:41.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 186 | 2026-07-29T16:43:41.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 187 | 2026-07-29T16:43:41.722Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 188 | 2026-07-29T16:43:42.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 189 | 2026-07-29T16:43:42.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 190 | 2026-07-29T16:43:42.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 191 | 2026-07-29T16:43:43.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 192 | 2026-07-29T16:43:43.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 193 | 2026-07-29T16:43:43.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 194 | 2026-07-29T16:43:43.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 132
|
| 195 | 2026-07-29T16:43:43.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 132
|
| 196 | 2026-07-29T16:43:43.527Z | DEBG | oximeter (clickhouse-client): unrolling 132 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 197 | 2026-07-29T16:43:43.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 198 | 2026-07-29T16:43:43.532Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_ipaddr
|
| 199 | 2026-07-29T16:43:43.533Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 52
table_name = fields_string
|
| 200 | 2026-07-29T16:43:43.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_u16
|
| 201 | 2026-07-29T16:43:43.536Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 56
table_name = fields_uuid
|
| 202 | 2026-07-29T16:43:43.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 102
table_name = measurements_cumulativeu64
|
| 203 | 2026-07-29T16:43:43.539Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 30
table_name = measurements_u64
|
| 204 | 2026-07-29T16:43:43.627Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 205 | 2026-07-29T16:43:43.659Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:629
|
| 206 | 2026-07-29T16:43:43.659Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending
|
| 207 | 2026-07-29T16:43:43.664Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "4f0d3f4f-924e-40a9-a503-a5f1f9514612", "content-length": "726", "date": "Wed, 29 Jul 2026 16:43:43 GMT"} })
|
| 208 | 2026-07-29T16:43:43.665Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiI4OTQyZDAwNC1lOWNmLTQwODMtYTFlZC1lYmFhOTQ5NjBkODcifX0%3D
|
| 209 | 2026-07-29T16:43:43.668Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiI4OTQyZDAwNC1lOWNmLTQwODMtYTFlZC1lYmFhOTQ5NjBkODcifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "319a4070-ed8c-4cdf-9d47-8cf009d276fb", "content-length": "29", "date": "Wed, 29 Jul 2026 16:43:43 GMT"} })
|
| 210 | 2026-07-29T16:43:43.668Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::1]:50470
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 8942d004-e9cf-4083-a1ed-ebaa94960d87
|
| 211 | 2026-07-29T16:43:43.668Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:704
n_current_tasks = 4
n_pruned_tasks = 0
|
| 212 | 2026-07-29T16:43:44.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 213 | 2026-07-29T16:43:44.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 214 | 2026-07-29T16:43:44.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 215 | 2026-07-29T16:43:44.119Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 216 | 2026-07-29T16:43:44.119Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 217 | 2026-07-29T16:43:44.121Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 27
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 218 | 2026-07-29T16:43:44.764Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 219 | 2026-07-29T16:43:45.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 220 | 2026-07-29T16:43:45.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 221 | 2026-07-29T16:43:45.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 222 | 2026-07-29T16:43:46.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 223 | 2026-07-29T16:43:46.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 224 | 2026-07-29T16:43:46.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 225 | 2026-07-29T16:43:47.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 226 | 2026-07-29T16:43:47.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 227 | 2026-07-29T16:43:47.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 228 | 2026-07-29T16:43:47.972Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 229 | 2026-07-29T16:43:47.972Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 230 | 2026-07-29T16:43:47.973Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 231 | 2026-07-29T16:43:48.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 232 | 2026-07-29T16:43:48.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 233 | 2026-07-29T16:43:48.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 234 | 2026-07-29T16:43:48.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 170
|
| 235 | 2026-07-29T16:43:48.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 170
|
| 236 | 2026-07-29T16:43:48.527Z | DEBG | oximeter (clickhouse-client): unrolling 170 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 237 | 2026-07-29T16:43:48.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 238 | 2026-07-29T16:43:48.533Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_ipaddr
|
| 239 | 2026-07-29T16:43:48.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 128
table_name = fields_string
|
| 240 | 2026-07-29T16:43:48.536Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 42
table_name = fields_u16
|
| 241 | 2026-07-29T16:43:48.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 94
table_name = fields_uuid
|
| 242 | 2026-07-29T16:43:48.539Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 102
table_name = measurements_cumulativeu64
|
| 243 | 2026-07-29T16:43:48.541Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 38
table_name = measurements_histogramu64
|
| 244 | 2026-07-29T16:43:48.542Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 30
table_name = measurements_u64
|
| 245 | 2026-07-29T16:43:48.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 246 | 2026-07-29T16:43:49.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 247 | 2026-07-29T16:43:49.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 248 | 2026-07-29T16:43:49.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 249 | 2026-07-29T16:43:50.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 250 | 2026-07-29T16:43:50.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 251 | 2026-07-29T16:43:50.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 252 | 2026-07-29T16:43:51.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 253 | 2026-07-29T16:43:51.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 254 | 2026-07-29T16:43:51.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 255 | 2026-07-29T16:43:52.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 256 | 2026-07-29T16:43:52.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 257 | 2026-07-29T16:43:52.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 258 | 2026-07-29T16:43:53.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 259 | 2026-07-29T16:43:53.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 260 | 2026-07-29T16:43:53.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 261 | 2026-07-29T16:43:53.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 130
|
| 262 | 2026-07-29T16:43:53.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 130
|
| 263 | 2026-07-29T16:43:53.527Z | DEBG | oximeter (clickhouse-client): unrolling 130 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 264 | 2026-07-29T16:43:53.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 265 | 2026-07-29T16:43:53.531Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 50
table_name = fields_string
|
| 266 | 2026-07-29T16:43:53.532Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 52
table_name = fields_uuid
|
| 267 | 2026-07-29T16:43:53.534Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 100
table_name = measurements_cumulativeu64
|
| 268 | 2026-07-29T16:43:53.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 30
table_name = measurements_u64
|
| 269 | 2026-07-29T16:43:53.627Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 270 | 2026-07-29T16:43:54.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 271 | 2026-07-29T16:43:54.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 272 | 2026-07-29T16:43:54.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 273 | 2026-07-29T16:43:54.119Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 274 | 2026-07-29T16:43:54.119Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 275 | 2026-07-29T16:43:54.122Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 27
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 276 | 2026-07-29T16:43:55.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 277 | 2026-07-29T16:43:55.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 278 | 2026-07-29T16:43:55.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 279 | 2026-07-29T16:43:56.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 280 | 2026-07-29T16:43:56.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 281 | 2026-07-29T16:43:56.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 282 | 2026-07-29T16:43:57.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 283 | 2026-07-29T16:43:57.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 284 | 2026-07-29T16:43:57.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 285 | 2026-07-29T16:43:57.971Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 286 | 2026-07-29T16:43:57.971Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 287 | 2026-07-29T16:43:57.973Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 288 | 2026-07-29T16:43:58.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 289 | 2026-07-29T16:43:58.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 290 | 2026-07-29T16:43:58.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 291 | 2026-07-29T16:43:58.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 168
|
| 292 | 2026-07-29T16:43:58.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 168
|
| 293 | 2026-07-29T16:43:58.526Z | DEBG | oximeter (clickhouse-client): unrolling 168 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 294 | 2026-07-29T16:43:58.526Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 295 | 2026-07-29T16:43:58.532Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 126
table_name = fields_string
|
| 296 | 2026-07-29T16:43:58.534Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 38
table_name = fields_u16
|
| 297 | 2026-07-29T16:43:58.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 90
table_name = fields_uuid
|
| 298 | 2026-07-29T16:43:58.536Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 100
table_name = measurements_cumulativeu64
|
| 299 | 2026-07-29T16:43:58.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 38
table_name = measurements_histogramu64
|
| 300 | 2026-07-29T16:43:58.539Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 30
table_name = measurements_u64
|
| 301 | 2026-07-29T16:43:58.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 302 | 2026-07-29T16:43:58.659Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:629
|
| 303 | 2026-07-29T16:43:58.659Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending
|
| 304 | 2026-07-29T16:43:58.664Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "ced39e5c-2712-41e0-8775-b716bddc494a", "content-length": "1276", "date": "Wed, 29 Jul 2026 16:43:58 GMT"} })
|
| 305 | 2026-07-29T16:43:58.664Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYzVhNjQ5Ny1iZGI5LTQ5NWItOGQyMi01ZTU4YTE4MzE5MzkifX0%3D
|
| 306 | 2026-07-29T16:43:58.667Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYzVhNjQ5Ny1iZGI5LTQ5NWItOGQyMi01ZTU4YTE4MzE5MzkifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "ea3a3554-c4b2-438e-8870-7b37324bd4f0", "content-length": "29", "date": "Wed, 29 Jul 2026 16:43:58 GMT"} })
|
| 307 | 2026-07-29T16:43:58.667Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:4677
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
|
| 308 | 2026-07-29T16:43:58.667Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:59729
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
|
| 309 | 2026-07-29T16:43:58.667Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::a]:45133
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
|
| 310 | 2026-07-29T16:43:58.667Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::c]:60790
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
|
| 311 | 2026-07-29T16:43:58.667Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:704
n_current_tasks = 8
n_pruned_tasks = 0
|
| 312 | 2026-07-29T16:43:58.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 313 | 2026-07-29T16:43:58.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 314 | 2026-07-29T16:43:58.983Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 315 | 2026-07-29T16:43:59.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 316 | 2026-07-29T16:43:59.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 317 | 2026-07-29T16:43:59.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 318 | 2026-07-29T16:43:59.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 319 | 2026-07-29T16:43:59.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 320 | 2026-07-29T16:43:59.978Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 321 | 2026-07-29T16:44:00.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 322 | 2026-07-29T16:44:00.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 323 | 2026-07-29T16:44:00.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 324 | 2026-07-29T16:44:00.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 325 | 2026-07-29T16:44:00.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 326 | 2026-07-29T16:44:00.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 327 | 2026-07-29T16:44:01.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 328 | 2026-07-29T16:44:01.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 329 | 2026-07-29T16:44:01.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 330 | 2026-07-29T16:44:01.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 331 | 2026-07-29T16:44:01.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 332 | 2026-07-29T16:44:01.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 333 | 2026-07-29T16:44:02.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 334 | 2026-07-29T16:44:02.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 335 | 2026-07-29T16:44:02.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 336 | 2026-07-29T16:44:02.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 337 | 2026-07-29T16:44:02.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 338 | 2026-07-29T16:44:02.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 339 | 2026-07-29T16:44:03.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 340 | 2026-07-29T16:44:03.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 341 | 2026-07-29T16:44:03.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 342 | 2026-07-29T16:44:03.304Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
producer_ip = fd00:1122:3344:101::2
producer_port = 59729
|
| 343 | 2026-07-29T16:44:03.304Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
producer_ip = fd00:1122:3344:101::2
producer_port = 59729
|
| 344 | 2026-07-29T16:44:03.325Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 140
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
producer_ip = fd00:1122:3344:101::2
producer_port = 59729
|
| 345 | 2026-07-29T16:44:03.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 294
|
| 346 | 2026-07-29T16:44:03.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 294
|
| 347 | 2026-07-29T16:44:03.527Z | DEBG | oximeter (clickhouse-client): unrolling 294 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 348 | 2026-07-29T16:44:03.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 349 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("dendrite:sample_collection_duration"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Metric, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Metric, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Metric, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Metric, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Metric, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Metric, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Metric, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Metric, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Metric, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Metric, description: "" }}, datum_type: F64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527358431Z }
timeseries_name = dendrite:sample_collection_duration
|
| 350 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("mg_lower:routes_blocked_by_link_state"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527196447Z }
timeseries_name = mg_lower:routes_blocked_by_link_state
|
| 351 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("static_routing_config:static_nexthops"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527192277Z }
timeseries_name = static_routing_config:static_nexthops
|
| 352 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("static_routing_config:static_routes"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527190297Z }
timeseries_name = static_routing_config:static_routes
|
| 353 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_data_link:link_enabled"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_id", field_type: U8, source: Metric, description: "" }, FieldSchema { name: "model", field_type: String, source: Target, description: "" }, FieldSchema { name: "network", field_type: String, source: Target, description: "" }, FieldSchema { name: "port_id", field_type: String, source: Metric, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }}, datum_type: Bool, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527274279Z }
timeseries_name = switch_data_link:link_enabled
|
| 354 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_data_link:link_up"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_id", field_type: U8, source: Metric, description: "" }, FieldSchema { name: "model", field_type: String, source: Target, description: "" }, FieldSchema { name: "network", field_type: String, source: Target, description: "" }, FieldSchema { name: "port_id", field_type: String, source: Metric, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }}, datum_type: Bool, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527279839Z }
timeseries_name = switch_data_link:link_up
|
| 355 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_rib:active_routes"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527194227Z }
timeseries_name = switch_rib:active_routes
|
| 356 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:capacity"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527285409Z }
timeseries_name = switch_table:capacity
|
| 357 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:collisions"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527302620Z }
timeseries_name = switch_table:collisions
|
| 358 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:delete_misses"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527310370Z }
timeseries_name = switch_table:delete_misses
|
| 359 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:deletes"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527296219Z }
timeseries_name = switch_table:deletes
|
| 360 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:exhaustion"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527315090Z }
timeseries_name = switch_table:exhaustion
|
| 361 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:inserts"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527292799Z }
timeseries_name = switch_table:inserts
|
| 362 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:occupancy"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527289389Z }
timeseries_name = switch_table:occupancy
|
| 363 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:update_misses"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527306809Z }
timeseries_name = switch_table:update_misses
|
| 364 | 2026-07-29T16:44:03.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:updates"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:03.527299679Z }
timeseries_name = switch_table:updates
|
| 365 | 2026-07-29T16:44:03.534Z | DEBG | oximeter (clickhouse-client): inserting 16 new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 366 | 2026-07-29T16:44:03.537Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 280
table_name = fields_i16
|
| 367 | 2026-07-29T16:44:03.539Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_ipaddr
|
| 368 | 2026-07-29T16:44:03.541Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 779
table_name = fields_string
|
| 369 | 2026-07-29T16:44:03.542Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 144
table_name = fields_u16
|
| 370 | 2026-07-29T16:44:03.543Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 145
table_name = fields_u32
|
| 371 | 2026-07-29T16:44:03.545Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 144
table_name = fields_u8
|
| 372 | 2026-07-29T16:44:03.546Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 484
table_name = fields_uuid
|
| 373 | 2026-07-29T16:44:03.548Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = measurements_bool
|
| 374 | 2026-07-29T16:44:03.549Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 217
table_name = measurements_cumulativeu64
|
| 375 | 2026-07-29T16:44:03.550Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 1
table_name = measurements_f64
|
| 376 | 2026-07-29T16:44:03.552Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 2
table_name = measurements_histogramu64
|
| 377 | 2026-07-29T16:44:03.553Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 70
table_name = measurements_u64
|
| 378 | 2026-07-29T16:44:03.627Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 379 | 2026-07-29T16:44:03.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 380 | 2026-07-29T16:44:03.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 381 | 2026-07-29T16:44:03.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 382 | 2026-07-29T16:44:04.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 383 | 2026-07-29T16:44:04.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 384 | 2026-07-29T16:44:04.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 385 | 2026-07-29T16:44:04.118Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 386 | 2026-07-29T16:44:04.118Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 387 | 2026-07-29T16:44:04.120Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 27
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 388 | 2026-07-29T16:44:04.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 389 | 2026-07-29T16:44:04.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 390 | 2026-07-29T16:44:04.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 391 | 2026-07-29T16:44:05.031Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 8942d004-e9cf-4083-a1ed-ebaa94960d87
producer_ip = fd00:1122:3344:101::1
producer_port = 50470
|
| 392 | 2026-07-29T16:44:05.031Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 8942d004-e9cf-4083-a1ed-ebaa94960d87
producer_ip = fd00:1122:3344:101::1
producer_port = 50470
|
| 393 | 2026-07-29T16:44:05.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 394 | 2026-07-29T16:44:05.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 395 | 2026-07-29T16:44:05.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 396 | 2026-07-29T16:44:05.220Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 3
n_samples = 7158
producer_id = 8942d004-e9cf-4083-a1ed-ebaa94960d87
producer_ip = fd00:1122:3344:101::1
producer_port = 50470
|
| 397 | 2026-07-29T16:44:05.261Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 7245
|
| 398 | 2026-07-29T16:44:05.261Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 7245
|
| 399 | 2026-07-29T16:44:05.261Z | DEBG | oximeter (clickhouse-client): unrolling 7245 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 400 | 2026-07-29T16:44:05.262Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 401 | 2026-07-29T16:44:05.265Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("kstat_sampler:expired_targets"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:05.262690674Z }
timeseries_name = kstat_sampler:expired_targets
|
| 402 | 2026-07-29T16:44:05.265Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("sled_cpu:cpu_nsec"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "cpu_id", field_type: U32, source: Metric, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "state", field_type: String, source: Metric, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:05.261734792Z }
timeseries_name = sled_cpu:cpu_nsec
|
| 403 | 2026-07-29T16:44:05.265Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("sled_data_link:bytes_received"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_name", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "zone_name", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:05.261682401Z }
timeseries_name = sled_data_link:bytes_received
|
| 404 | 2026-07-29T16:44:05.265Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("sled_data_link:bytes_sent"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_name", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "zone_name", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:05.261686151Z }
timeseries_name = sled_data_link:bytes_sent
|
| 405 | 2026-07-29T16:44:05.265Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("sled_data_link:errors_received"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_name", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "zone_name", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:05.261678361Z }
timeseries_name = sled_data_link:errors_received
|
| 406 | 2026-07-29T16:44:05.265Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("sled_data_link:errors_sent"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_name", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "zone_name", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:05.261680471Z }
timeseries_name = sled_data_link:errors_sent
|
| 407 | 2026-07-29T16:44:05.265Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("sled_data_link:packets_received"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_name", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "zone_name", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:05.261684391Z }
timeseries_name = sled_data_link:packets_received
|
| 408 | 2026-07-29T16:44:05.265Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("sled_data_link:packets_sent"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_name", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "zone_name", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:05.261690101Z }
timeseries_name = sled_data_link:packets_sent
|
| 409 | 2026-07-29T16:44:05.265Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("zfs_dataset:bytes_used"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "dataset_id", field_type: Uuid, source: Metric, description: "" }, FieldSchema { name: "dataset_kind", field_type: String, source: Metric, description: "" }, FieldSchema { name: "dataset_name", field_type: String, source: Metric, description: "" }, FieldSchema { name: "pool_id", field_type: Uuid, source: Metric, description: "" }, FieldSchema { name: "pool_kind", field_type: String, source: Metric, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "zone_name", field_type: String, source: Metric, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:05.262710885Z }
timeseries_name = zfs_dataset:bytes_used
|
| 410 | 2026-07-29T16:44:05.265Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("zfs_pool:bytes_allocated"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "pool_id", field_type: Uuid, source: Metric, description: "" }, FieldSchema { name: "pool_kind", field_type: String, source: Metric, description: "" }, FieldSchema { name: "pool_name", field_type: String, source: Metric, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:05.262698074Z }
timeseries_name = zfs_pool:bytes_allocated
|
| 411 | 2026-07-29T16:44:05.265Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("zfs_pool:bytes_total"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "pool_id", field_type: Uuid, source: Metric, description: "" }, FieldSchema { name: "pool_kind", field_type: String, source: Metric, description: "" }, FieldSchema { name: "pool_name", field_type: String, source: Metric, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:05.262700304Z }
timeseries_name = zfs_pool:bytes_total
|
| 412 | 2026-07-29T16:44:05.265Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("zone:cpu_nsec"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "state", field_type: String, source: Metric, description: "" }, FieldSchema { name: "zone_id", field_type: Uuid, source: Metric, description: "" }, FieldSchema { name: "zone_name", field_type: String, source: Metric, description: "" }, FieldSchema { name: "zone_type", field_type: String, source: Metric, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:05.262213633Z }
timeseries_name = zone:cpu_nsec
|
| 413 | 2026-07-29T16:44:05.298Z | DEBG | oximeter (clickhouse-client): inserting 12 new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 414 | 2026-07-29T16:44:05.303Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 3316
table_name = fields_string
|
| 415 | 2026-07-29T16:44:05.304Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 38
table_name = fields_u16
|
| 416 | 2026-07-29T16:44:05.306Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 953
table_name = fields_u32
|
| 417 | 2026-07-29T16:44:05.308Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 1895
table_name = fields_uuid
|
| 418 | 2026-07-29T16:44:05.312Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 6735
table_name = measurements_cumulativeu64
|
| 419 | 2026-07-29T16:44:05.314Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 38
table_name = measurements_histogramu64
|
| 420 | 2026-07-29T16:44:05.315Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 472
table_name = measurements_u64
|
| 421 | 2026-07-29T16:44:05.361Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 422 | 2026-07-29T16:44:05.559Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 423 | 2026-07-29T16:44:05.559Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 424 | 2026-07-29T16:44:05.565Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 4
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 425 | 2026-07-29T16:44:05.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 426 | 2026-07-29T16:44:05.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 427 | 2026-07-29T16:44:05.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 428 | 2026-07-29T16:44:06.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 429 | 2026-07-29T16:44:06.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 430 | 2026-07-29T16:44:06.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 431 | 2026-07-29T16:44:06.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 432 | 2026-07-29T16:44:06.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 433 | 2026-07-29T16:44:06.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 434 | 2026-07-29T16:44:07.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 435 | 2026-07-29T16:44:07.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 436 | 2026-07-29T16:44:07.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 437 | 2026-07-29T16:44:07.464Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 438 | 2026-07-29T16:44:07.464Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 439 | 2026-07-29T16:44:07.477Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 5
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 440 | 2026-07-29T16:44:07.972Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 441 | 2026-07-29T16:44:07.972Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 442 | 2026-07-29T16:44:07.973Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 443 | 2026-07-29T16:44:07.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 444 | 2026-07-29T16:44:07.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 445 | 2026-07-29T16:44:07.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 446 | 2026-07-29T16:44:08.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 447 | 2026-07-29T16:44:08.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 448 | 2026-07-29T16:44:08.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 449 | 2026-07-29T16:44:08.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 110
|
| 450 | 2026-07-29T16:44:08.526Z | DEBG | oximeter (clickhouse-client): unrolling 110 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 451 | 2026-07-29T16:44:08.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 110
|
| 452 | 2026-07-29T16:44:08.526Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 453 | 2026-07-29T16:44:08.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 82
table_name = fields_string
|
| 454 | 2026-07-29T16:44:08.536Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 14
table_name = fields_u16
|
| 455 | 2026-07-29T16:44:08.537Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 80
table_name = fields_uuid
|
| 456 | 2026-07-29T16:44:08.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 66
table_name = measurements_cumulativeu64
|
| 457 | 2026-07-29T16:44:08.540Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 14
table_name = measurements_histogramu64
|
| 458 | 2026-07-29T16:44:08.541Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 6
table_name = measurements_i64
|
| 459 | 2026-07-29T16:44:08.542Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 24
table_name = measurements_u64
|
| 460 | 2026-07-29T16:44:08.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 461 | 2026-07-29T16:44:08.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 462 | 2026-07-29T16:44:08.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 463 | 2026-07-29T16:44:08.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 464 | 2026-07-29T16:44:09.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 465 | 2026-07-29T16:44:09.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 466 | 2026-07-29T16:44:09.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 467 | 2026-07-29T16:44:09.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 468 | 2026-07-29T16:44:09.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 469 | 2026-07-29T16:44:09.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 470 | 2026-07-29T16:44:10.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 471 | 2026-07-29T16:44:10.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 472 | 2026-07-29T16:44:10.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 473 | 2026-07-29T16:44:10.779Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 474 | 2026-07-29T16:44:10.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 475 | 2026-07-29T16:44:10.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 476 | 2026-07-29T16:44:10.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 477 | 2026-07-29T16:44:11.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 478 | 2026-07-29T16:44:11.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 479 | 2026-07-29T16:44:11.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 480 | 2026-07-29T16:44:11.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 481 | 2026-07-29T16:44:11.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 482 | 2026-07-29T16:44:11.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 483 | 2026-07-29T16:44:12.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 484 | 2026-07-29T16:44:12.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 485 | 2026-07-29T16:44:12.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 486 | 2026-07-29T16:44:12.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 487 | 2026-07-29T16:44:12.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 488 | 2026-07-29T16:44:12.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 489 | 2026-07-29T16:44:13.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 490 | 2026-07-29T16:44:13.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 491 | 2026-07-29T16:44:13.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 492 | 2026-07-29T16:44:13.304Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
producer_ip = fd00:1122:3344:101::2
producer_port = 59729
|
| 493 | 2026-07-29T16:44:13.304Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
producer_ip = fd00:1122:3344:101::2
producer_port = 59729
|
| 494 | 2026-07-29T16:44:13.312Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 140
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
producer_ip = fd00:1122:3344:101::2
producer_port = 59729
|
| 495 | 2026-07-29T16:44:13.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 292
|
| 496 | 2026-07-29T16:44:13.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 292
|
| 497 | 2026-07-29T16:44:13.527Z | DEBG | oximeter (clickhouse-client): unrolling 292 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 498 | 2026-07-29T16:44:13.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 499 | 2026-07-29T16:44:13.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 280
table_name = fields_i16
|
| 500 | 2026-07-29T16:44:13.537Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_ipaddr
|
| 501 | 2026-07-29T16:44:13.539Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 777
table_name = fields_string
|
| 502 | 2026-07-29T16:44:13.540Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 144
table_name = fields_u16
|
| 503 | 2026-07-29T16:44:13.541Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 145
table_name = fields_u32
|
| 504 | 2026-07-29T16:44:13.543Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 144
table_name = fields_u8
|
| 505 | 2026-07-29T16:44:13.544Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 484
table_name = fields_uuid
|
| 506 | 2026-07-29T16:44:13.545Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = measurements_bool
|
| 507 | 2026-07-29T16:44:13.546Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 217
table_name = measurements_cumulativeu64
|
| 508 | 2026-07-29T16:44:13.548Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 1
table_name = measurements_f64
|
| 509 | 2026-07-29T16:44:13.549Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 70
table_name = measurements_u64
|
| 510 | 2026-07-29T16:44:13.629Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 511 | 2026-07-29T16:44:13.660Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:629
|
| 512 | 2026-07-29T16:44:13.660Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending
|
| 513 | 2026-07-29T16:44:13.664Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "b9f1b089-b4b1-4f69-96b2-7b52294aa3f9", "content-length": "1276", "date": "Wed, 29 Jul 2026 16:44:13 GMT"} })
|
| 514 | 2026-07-29T16:44:13.664Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYzVhNjQ5Ny1iZGI5LTQ5NWItOGQyMi01ZTU4YTE4MzE5MzkifX0%3D
|
| 515 | 2026-07-29T16:44:13.667Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYzVhNjQ5Ny1iZGI5LTQ5NWItOGQyMi01ZTU4YTE4MzE5MzkifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "e1172ffc-9db5-4b32-adba-c4ac2748e566", "content-length": "29", "date": "Wed, 29 Jul 2026 16:44:13 GMT"} })
|
| 516 | 2026-07-29T16:44:13.667Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:41748
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
|
| 517 | 2026-07-29T16:44:13.667Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
producer_ip = fd00:1122:3344:101::2
producer_port = 59729
|
| 518 | 2026-07-29T16:44:13.667Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:704
n_current_tasks = 8
n_pruned_tasks = 0
|
| 519 | 2026-07-29T16:44:13.667Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:41748
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
producer_ip = fd00:1122:3344:101::2
producer_port = 59729
|
| 520 | 2026-07-29T16:44:13.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 521 | 2026-07-29T16:44:13.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 522 | 2026-07-29T16:44:13.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 523 | 2026-07-29T16:44:14.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 524 | 2026-07-29T16:44:14.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 525 | 2026-07-29T16:44:14.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 526 | 2026-07-29T16:44:14.118Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 527 | 2026-07-29T16:44:14.118Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 528 | 2026-07-29T16:44:14.121Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 27
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 529 | 2026-07-29T16:44:14.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 530 | 2026-07-29T16:44:14.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 531 | 2026-07-29T16:44:14.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 532 | 2026-07-29T16:44:15.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 533 | 2026-07-29T16:44:15.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 534 | 2026-07-29T16:44:15.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 535 | 2026-07-29T16:44:15.560Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 536 | 2026-07-29T16:44:15.560Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 537 | 2026-07-29T16:44:15.560Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 1
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 538 | 2026-07-29T16:44:15.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 539 | 2026-07-29T16:44:15.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 540 | 2026-07-29T16:44:15.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 541 | 2026-07-29T16:44:16.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 542 | 2026-07-29T16:44:16.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 543 | 2026-07-29T16:44:16.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 544 | 2026-07-29T16:44:16.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 545 | 2026-07-29T16:44:16.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 546 | 2026-07-29T16:44:16.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 547 | 2026-07-29T16:44:17.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 548 | 2026-07-29T16:44:17.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 549 | 2026-07-29T16:44:17.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 550 | 2026-07-29T16:44:17.464Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 551 | 2026-07-29T16:44:17.464Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 552 | 2026-07-29T16:44:17.465Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 553 | 2026-07-29T16:44:17.972Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 554 | 2026-07-29T16:44:17.972Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 555 | 2026-07-29T16:44:17.974Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 556 | 2026-07-29T16:44:17.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 557 | 2026-07-29T16:44:17.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 558 | 2026-07-29T16:44:17.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 559 | 2026-07-29T16:44:18.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 560 | 2026-07-29T16:44:18.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 561 | 2026-07-29T16:44:18.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 562 | 2026-07-29T16:44:18.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 191
|
| 563 | 2026-07-29T16:44:18.526Z | DEBG | oximeter (clickhouse-client): unrolling 191 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 564 | 2026-07-29T16:44:18.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 191
|
| 565 | 2026-07-29T16:44:18.526Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 566 | 2026-07-29T16:44:18.532Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 136
table_name = fields_string
|
| 567 | 2026-07-29T16:44:18.533Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 41
table_name = fields_u16
|
| 568 | 2026-07-29T16:44:18.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 101
table_name = fields_uuid
|
| 569 | 2026-07-29T16:44:18.536Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 110
table_name = measurements_cumulativeu64
|
| 570 | 2026-07-29T16:44:18.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 41
table_name = measurements_histogramu64
|
| 571 | 2026-07-29T16:44:18.539Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 40
table_name = measurements_u64
|
| 572 | 2026-07-29T16:44:18.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 573 | 2026-07-29T16:44:18.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 574 | 2026-07-29T16:44:18.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 575 | 2026-07-29T16:44:18.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 576 | 2026-07-29T16:44:19.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 577 | 2026-07-29T16:44:19.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 578 | 2026-07-29T16:44:19.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 579 | 2026-07-29T16:44:19.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 580 | 2026-07-29T16:44:19.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 581 | 2026-07-29T16:44:19.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 582 | 2026-07-29T16:44:20.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 583 | 2026-07-29T16:44:20.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 584 | 2026-07-29T16:44:20.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 585 | 2026-07-29T16:44:20.297Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
producer_ip = fd00:1122:3344:101::2
producer_port = 59729
|
| 586 | 2026-07-29T16:44:20.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 587 | 2026-07-29T16:44:20.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 588 | 2026-07-29T16:44:20.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 589 | 2026-07-29T16:44:21.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 590 | 2026-07-29T16:44:21.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 591 | 2026-07-29T16:44:21.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 592 | 2026-07-29T16:44:21.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 593 | 2026-07-29T16:44:21.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 594 | 2026-07-29T16:44:21.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 595 | 2026-07-29T16:44:22.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 596 | 2026-07-29T16:44:22.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 597 | 2026-07-29T16:44:22.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 598 | 2026-07-29T16:44:22.570Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 8942d004-e9cf-4083-a1ed-ebaa94960d87
producer_ip = fd00:1122:3344:101::1
producer_port = 50470
|
| 599 | 2026-07-29T16:44:22.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 600 | 2026-07-29T16:44:22.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 601 | 2026-07-29T16:44:22.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 602 | 2026-07-29T16:44:23.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 603 | 2026-07-29T16:44:23.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 604 | 2026-07-29T16:44:23.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 605 | 2026-07-29T16:44:23.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 154
|
| 606 | 2026-07-29T16:44:23.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 154
|
| 607 | 2026-07-29T16:44:23.526Z | DEBG | oximeter (clickhouse-client): unrolling 154 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 608 | 2026-07-29T16:44:23.526Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 609 | 2026-07-29T16:44:23.531Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 8
table_name = fields_ipaddr
|
| 610 | 2026-07-29T16:44:23.533Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 58
table_name = fields_string
|
| 611 | 2026-07-29T16:44:23.534Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 8
table_name = fields_u16
|
| 612 | 2026-07-29T16:44:23.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 68
table_name = fields_uuid
|
| 613 | 2026-07-29T16:44:23.536Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 114
table_name = measurements_cumulativeu64
|
| 614 | 2026-07-29T16:44:23.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 40
table_name = measurements_u64
|
| 615 | 2026-07-29T16:44:23.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 616 | 2026-07-29T16:44:23.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 617 | 2026-07-29T16:44:23.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 618 | 2026-07-29T16:44:23.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 619 | 2026-07-29T16:44:24.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 620 | 2026-07-29T16:44:24.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 621 | 2026-07-29T16:44:24.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 622 | 2026-07-29T16:44:24.119Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 623 | 2026-07-29T16:44:24.119Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 624 | 2026-07-29T16:44:24.121Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 27
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 625 | 2026-07-29T16:44:24.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 626 | 2026-07-29T16:44:24.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 627 | 2026-07-29T16:44:24.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 628 | 2026-07-29T16:44:25.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 629 | 2026-07-29T16:44:25.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 630 | 2026-07-29T16:44:25.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 631 | 2026-07-29T16:44:25.560Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 632 | 2026-07-29T16:44:25.560Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 633 | 2026-07-29T16:44:25.560Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 1
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 634 | 2026-07-29T16:44:25.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 635 | 2026-07-29T16:44:25.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 636 | 2026-07-29T16:44:25.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 637 | 2026-07-29T16:44:26.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 638 | 2026-07-29T16:44:26.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 639 | 2026-07-29T16:44:26.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 640 | 2026-07-29T16:44:26.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 641 | 2026-07-29T16:44:26.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 642 | 2026-07-29T16:44:26.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 643 | 2026-07-29T16:44:27.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 644 | 2026-07-29T16:44:27.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 645 | 2026-07-29T16:44:27.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 646 | 2026-07-29T16:44:27.465Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 647 | 2026-07-29T16:44:27.465Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 648 | 2026-07-29T16:44:27.466Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 649 | 2026-07-29T16:44:27.972Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 650 | 2026-07-29T16:44:27.972Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 651 | 2026-07-29T16:44:27.974Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 652 | 2026-07-29T16:44:27.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 653 | 2026-07-29T16:44:27.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 654 | 2026-07-29T16:44:27.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 655 | 2026-07-29T16:44:28.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 656 | 2026-07-29T16:44:28.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 657 | 2026-07-29T16:44:28.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 658 | 2026-07-29T16:44:28.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 191
|
| 659 | 2026-07-29T16:44:28.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 191
|
| 660 | 2026-07-29T16:44:28.526Z | DEBG | oximeter (clickhouse-client): unrolling 191 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 661 | 2026-07-29T16:44:28.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 662 | 2026-07-29T16:44:28.533Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 136
table_name = fields_string
|
| 663 | 2026-07-29T16:44:28.534Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 41
table_name = fields_u16
|
| 664 | 2026-07-29T16:44:28.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 101
table_name = fields_uuid
|
| 665 | 2026-07-29T16:44:28.536Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 110
table_name = measurements_cumulativeu64
|
| 666 | 2026-07-29T16:44:28.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 41
table_name = measurements_histogramu64
|
| 667 | 2026-07-29T16:44:28.539Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 40
table_name = measurements_u64
|
| 668 | 2026-07-29T16:44:28.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 669 | 2026-07-29T16:44:28.660Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:629
|
| 670 | 2026-07-29T16:44:28.660Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending
|
| 671 | 2026-07-29T16:44:28.664Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "3f18b0ad-4db3-4266-8044-a5a5db8aab58", "content-length": "1276", "date": "Wed, 29 Jul 2026 16:44:28 GMT"} })
|
| 672 | 2026-07-29T16:44:28.664Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYzVhNjQ5Ny1iZGI5LTQ5NWItOGQyMi01ZTU4YTE4MzE5MzkifX0%3D
|
| 673 | 2026-07-29T16:44:28.667Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYzVhNjQ5Ny1iZGI5LTQ5NWItOGQyMi01ZTU4YTE4MzE5MzkifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "9689eaab-8461-4f2a-ae26-c900e4b1381a", "content-length": "29", "date": "Wed, 29 Jul 2026 16:44:28 GMT"} })
|
| 674 | 2026-07-29T16:44:28.667Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:704
n_current_tasks = 8
n_pruned_tasks = 0
|
| 675 | 2026-07-29T16:44:28.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 676 | 2026-07-29T16:44:28.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 677 | 2026-07-29T16:44:28.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 678 | 2026-07-29T16:44:29.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 679 | 2026-07-29T16:44:29.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 680 | 2026-07-29T16:44:29.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 681 | 2026-07-29T16:44:29.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 682 | 2026-07-29T16:44:29.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 683 | 2026-07-29T16:44:29.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 684 | 2026-07-29T16:44:30.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 685 | 2026-07-29T16:44:30.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 686 | 2026-07-29T16:44:30.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 687 | 2026-07-29T16:44:30.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 688 | 2026-07-29T16:44:30.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 689 | 2026-07-29T16:44:30.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 690 | 2026-07-29T16:44:31.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 691 | 2026-07-29T16:44:31.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 692 | 2026-07-29T16:44:31.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 693 | 2026-07-29T16:44:31.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 694 | 2026-07-29T16:44:31.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 695 | 2026-07-29T16:44:31.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 696 | 2026-07-29T16:44:32.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 697 | 2026-07-29T16:44:32.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 698 | 2026-07-29T16:44:32.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 699 | 2026-07-29T16:44:32.525Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 700 | 2026-07-29T16:44:32.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 701 | 2026-07-29T16:44:32.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 702 | 2026-07-29T16:44:32.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 703 | 2026-07-29T16:44:33.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 704 | 2026-07-29T16:44:33.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 705 | 2026-07-29T16:44:33.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 706 | 2026-07-29T16:44:33.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 152
|
| 707 | 2026-07-29T16:44:33.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 152
|
| 708 | 2026-07-29T16:44:33.526Z | DEBG | oximeter (clickhouse-client): unrolling 152 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 709 | 2026-07-29T16:44:33.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 710 | 2026-07-29T16:44:33.531Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_ipaddr
|
| 711 | 2026-07-29T16:44:33.533Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 56
table_name = fields_string
|
| 712 | 2026-07-29T16:44:33.534Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_u16
|
| 713 | 2026-07-29T16:44:33.536Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 64
table_name = fields_uuid
|
| 714 | 2026-07-29T16:44:33.537Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 112
table_name = measurements_cumulativeu64
|
| 715 | 2026-07-29T16:44:33.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 40
table_name = measurements_u64
|
| 716 | 2026-07-29T16:44:33.627Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 717 | 2026-07-29T16:44:33.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 718 | 2026-07-29T16:44:33.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 719 | 2026-07-29T16:44:33.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 720 | 2026-07-29T16:44:34.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 721 | 2026-07-29T16:44:34.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 722 | 2026-07-29T16:44:34.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 723 | 2026-07-29T16:44:34.118Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 724 | 2026-07-29T16:44:34.118Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 725 | 2026-07-29T16:44:34.121Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 27
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 726 | 2026-07-29T16:44:34.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 727 | 2026-07-29T16:44:34.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 728 | 2026-07-29T16:44:34.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 729 | 2026-07-29T16:44:35.031Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 8942d004-e9cf-4083-a1ed-ebaa94960d87
producer_ip = fd00:1122:3344:101::1
producer_port = 50470
|
| 730 | 2026-07-29T16:44:35.031Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 8942d004-e9cf-4083-a1ed-ebaa94960d87
producer_ip = fd00:1122:3344:101::1
producer_port = 50470
|
| 731 | 2026-07-29T16:44:35.050Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 3
n_samples = 1694
producer_id = 8942d004-e9cf-4083-a1ed-ebaa94960d87
producer_ip = fd00:1122:3344:101::1
producer_port = 50470
|
| 732 | 2026-07-29T16:44:35.053Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 1755
|
| 733 | 2026-07-29T16:44:35.053Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 1755
|
| 734 | 2026-07-29T16:44:35.053Z | DEBG | oximeter (clickhouse-client): unrolling 1755 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 735 | 2026-07-29T16:44:35.053Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 736 | 2026-07-29T16:44:35.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 737 | 2026-07-29T16:44:35.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 738 | 2026-07-29T16:44:35.069Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 2455
table_name = fields_string
|
| 739 | 2026-07-29T16:44:35.071Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 38
table_name = fields_u16
|
| 740 | 2026-07-29T16:44:35.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 741 | 2026-07-29T16:44:35.072Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 801
table_name = fields_u32
|
| 742 | 2026-07-29T16:44:35.074Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 1313
table_name = fields_uuid
|
| 743 | 2026-07-29T16:44:35.076Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 1707
table_name = measurements_cumulativeu64
|
| 744 | 2026-07-29T16:44:35.078Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 38
table_name = measurements_histogramu64
|
| 745 | 2026-07-29T16:44:35.079Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 10
table_name = measurements_u64
|
| 746 | 2026-07-29T16:44:35.153Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 747 | 2026-07-29T16:44:35.559Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 748 | 2026-07-29T16:44:35.559Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 749 | 2026-07-29T16:44:35.560Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 1
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 750 | 2026-07-29T16:44:35.943Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 751 | 2026-07-29T16:44:35.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 752 | 2026-07-29T16:44:35.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 753 | 2026-07-29T16:44:35.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 754 | 2026-07-29T16:44:36.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 755 | 2026-07-29T16:44:36.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 756 | 2026-07-29T16:44:36.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 757 | 2026-07-29T16:44:36.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 758 | 2026-07-29T16:44:36.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 759 | 2026-07-29T16:44:36.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 760 | 2026-07-29T16:44:37.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 761 | 2026-07-29T16:44:37.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 762 | 2026-07-29T16:44:37.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 763 | 2026-07-29T16:44:37.464Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 764 | 2026-07-29T16:44:37.464Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 765 | 2026-07-29T16:44:37.465Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 766 | 2026-07-29T16:44:37.971Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 767 | 2026-07-29T16:44:37.971Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 768 | 2026-07-29T16:44:37.972Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 769 | 2026-07-29T16:44:37.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 770 | 2026-07-29T16:44:37.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 771 | 2026-07-29T16:44:37.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 772 | 2026-07-29T16:44:38.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 773 | 2026-07-29T16:44:38.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 774 | 2026-07-29T16:44:38.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 775 | 2026-07-29T16:44:38.329Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
producer_ip = fd00:1122:3344:101::2
producer_port = 59729
|
| 776 | 2026-07-29T16:44:38.329Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
producer_ip = fd00:1122:3344:101::2
producer_port = 59729
|
| 777 | 2026-07-29T16:44:38.354Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 384
producer_id = c2ad9f3f-b9c9-4a13-ab3d-02f04f065ea5
producer_ip = fd00:1122:3344:101::2
producer_port = 59729
|
| 778 | 2026-07-29T16:44:38.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 516
|
| 779 | 2026-07-29T16:44:38.527Z | DEBG | oximeter (clickhouse-client): unrolling 516 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 780 | 2026-07-29T16:44:38.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 516
|
| 781 | 2026-07-29T16:44:38.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 782 | 2026-07-29T16:44:38.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_port_control_data_link:bytes_received"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_name", field_type: String, source: Target, description: "" }, FieldSchema { name: "model", field_type: String, source: Target, description: "" }, FieldSchema { name: "network", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:38.527236175Z }
timeseries_name = switch_port_control_data_link:bytes_received
|
| 783 | 2026-07-29T16:44:38.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_port_control_data_link:bytes_sent"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_name", field_type: String, source: Target, description: "" }, FieldSchema { name: "model", field_type: String, source: Target, description: "" }, FieldSchema { name: "network", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:38.527249035Z }
timeseries_name = switch_port_control_data_link:bytes_sent
|
| 784 | 2026-07-29T16:44:38.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_port_control_data_link:errors_received"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_name", field_type: String, source: Target, description: "" }, FieldSchema { name: "model", field_type: String, source: Target, description: "" }, FieldSchema { name: "network", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:38.527218055Z }
timeseries_name = switch_port_control_data_link:errors_received
|
| 785 | 2026-07-29T16:44:38.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_port_control_data_link:errors_sent"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_name", field_type: String, source: Target, description: "" }, FieldSchema { name: "model", field_type: String, source: Target, description: "" }, FieldSchema { name: "network", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:38.527223785Z }
timeseries_name = switch_port_control_data_link:errors_sent
|
| 786 | 2026-07-29T16:44:38.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_port_control_data_link:packets_received"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_name", field_type: String, source: Target, description: "" }, FieldSchema { name: "model", field_type: String, source: Target, description: "" }, FieldSchema { name: "network", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:38.527242955Z }
timeseries_name = switch_port_control_data_link:packets_received
|
| 787 | 2026-07-29T16:44:38.530Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_port_control_data_link:packets_sent"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_name", field_type: String, source: Target, description: "" }, FieldSchema { name: "model", field_type: String, source: Target, description: "" }, FieldSchema { name: "network", field_type: String, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-07-29T16:44:38.527254945Z }
timeseries_name = switch_port_control_data_link:packets_sent
|
| 788 | 2026-07-29T16:44:38.533Z | DEBG | oximeter (clickhouse-client): inserting 6 new timeseries schema
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 789 | 2026-07-29T16:44:38.537Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 24
table_name = fields_i16
|
| 790 | 2026-07-29T16:44:38.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_ipaddr
|
| 791 | 2026-07-29T16:44:38.539Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 204
table_name = fields_string
|
| 792 | 2026-07-29T16:44:38.541Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 30
table_name = fields_u16
|
| 793 | 2026-07-29T16:44:38.542Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 24
table_name = fields_u32
|
| 794 | 2026-07-29T16:44:38.546Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 12
table_name = fields_u8
|
| 795 | 2026-07-29T16:44:38.548Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 114
table_name = fields_uuid
|
| 796 | 2026-07-29T16:44:38.549Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 472
table_name = measurements_cumulativeu64
|
| 797 | 2026-07-29T16:44:38.551Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 14
table_name = measurements_histogramu64
|
| 798 | 2026-07-29T16:44:38.553Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 30
table_name = measurements_u64
|
| 799 | 2026-07-29T16:44:38.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 800 | 2026-07-29T16:44:38.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 801 | 2026-07-29T16:44:38.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 802 | 2026-07-29T16:44:38.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 803 | 2026-07-29T16:44:39.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 804 | 2026-07-29T16:44:39.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 805 | 2026-07-29T16:44:39.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 806 | 2026-07-29T16:44:39.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 807 | 2026-07-29T16:44:39.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 808 | 2026-07-29T16:44:39.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 809 | 2026-07-29T16:44:40.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 810 | 2026-07-29T16:44:40.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 811 | 2026-07-29T16:44:40.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 812 | 2026-07-29T16:44:40.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 813 | 2026-07-29T16:44:40.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 814 | 2026-07-29T16:44:40.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 815 | 2026-07-29T16:44:41.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 816 | 2026-07-29T16:44:41.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 817 | 2026-07-29T16:44:41.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 818 | 2026-07-29T16:44:41.721Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 819 | 2026-07-29T16:44:41.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 820 | 2026-07-29T16:44:41.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 821 | 2026-07-29T16:44:41.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 822 | 2026-07-29T16:44:42.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 823 | 2026-07-29T16:44:42.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 824 | 2026-07-29T16:44:42.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 825 | 2026-07-29T16:44:42.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 826 | 2026-07-29T16:44:42.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 827 | 2026-07-29T16:44:42.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 828 | 2026-07-29T16:44:43.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 829 | 2026-07-29T16:44:43.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 830 | 2026-07-29T16:44:43.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 831 | 2026-07-29T16:44:43.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 152
|
| 832 | 2026-07-29T16:44:43.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 152
|
| 833 | 2026-07-29T16:44:43.526Z | DEBG | oximeter (clickhouse-client): unrolling 152 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 834 | 2026-07-29T16:44:43.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 835 | 2026-07-29T16:44:43.531Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_ipaddr
|
| 836 | 2026-07-29T16:44:43.533Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 56
table_name = fields_string
|
| 837 | 2026-07-29T16:44:43.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_u16
|
| 838 | 2026-07-29T16:44:43.536Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 64
table_name = fields_uuid
|
| 839 | 2026-07-29T16:44:43.537Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 112
table_name = measurements_cumulativeu64
|
| 840 | 2026-07-29T16:44:43.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 40
table_name = measurements_u64
|
| 841 | 2026-07-29T16:44:43.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 842 | 2026-07-29T16:44:43.660Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:629
|
| 843 | 2026-07-29T16:44:43.660Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending
|
| 844 | 2026-07-29T16:44:43.663Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "6a048760-af91-4dca-87d3-ef9d7fdaa32b", "content-length": "1276", "date": "Wed, 29 Jul 2026 16:44:43 GMT"} })
|
| 845 | 2026-07-29T16:44:43.663Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYzVhNjQ5Ny1iZGI5LTQ5NWItOGQyMi01ZTU4YTE4MzE5MzkifX0%3D
|
| 846 | 2026-07-29T16:44:43.666Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYzVhNjQ5Ny1iZGI5LTQ5NWItOGQyMi01ZTU4YTE4MzE5MzkifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "6fc498cf-58da-47cb-b109-11f23d28a100", "content-length": "29", "date": "Wed, 29 Jul 2026 16:44:43 GMT"} })
|
| 847 | 2026-07-29T16:44:43.666Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:704
n_current_tasks = 8
n_pruned_tasks = 0
|
| 848 | 2026-07-29T16:44:43.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 849 | 2026-07-29T16:44:43.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 850 | 2026-07-29T16:44:43.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 851 | 2026-07-29T16:44:44.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 852 | 2026-07-29T16:44:44.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 853 | 2026-07-29T16:44:44.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 854 | 2026-07-29T16:44:44.118Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 855 | 2026-07-29T16:44:44.118Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 856 | 2026-07-29T16:44:44.121Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 27
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 857 | 2026-07-29T16:44:44.765Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 858 | 2026-07-29T16:44:44.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 859 | 2026-07-29T16:44:44.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 860 | 2026-07-29T16:44:44.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 861 | 2026-07-29T16:44:45.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 862 | 2026-07-29T16:44:45.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 863 | 2026-07-29T16:44:45.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 864 | 2026-07-29T16:44:45.559Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 865 | 2026-07-29T16:44:45.559Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 866 | 2026-07-29T16:44:45.560Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 1
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 867 | 2026-07-29T16:44:45.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 868 | 2026-07-29T16:44:45.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 869 | 2026-07-29T16:44:45.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 870 | 2026-07-29T16:44:46.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 871 | 2026-07-29T16:44:46.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 872 | 2026-07-29T16:44:46.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 873 | 2026-07-29T16:44:46.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 874 | 2026-07-29T16:44:46.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 875 | 2026-07-29T16:44:46.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 876 | 2026-07-29T16:44:47.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 877 | 2026-07-29T16:44:47.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 878 | 2026-07-29T16:44:47.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 879 | 2026-07-29T16:44:47.464Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 880 | 2026-07-29T16:44:47.464Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 881 | 2026-07-29T16:44:47.465Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 882 | 2026-07-29T16:44:47.971Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 883 | 2026-07-29T16:44:47.971Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 884 | 2026-07-29T16:44:47.972Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 885 | 2026-07-29T16:44:47.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 886 | 2026-07-29T16:44:47.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 887 | 2026-07-29T16:44:47.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 888 | 2026-07-29T16:44:48.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 889 | 2026-07-29T16:44:48.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 890 | 2026-07-29T16:44:48.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 891 | 2026-07-29T16:44:48.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 193
|
| 892 | 2026-07-29T16:44:48.527Z | DEBG | oximeter (clickhouse-client): unrolling 193 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 893 | 2026-07-29T16:44:48.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 193
|
| 894 | 2026-07-29T16:44:48.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 895 | 2026-07-29T16:44:48.532Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_ipaddr
|
| 896 | 2026-07-29T16:44:48.534Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 138
table_name = fields_string
|
| 897 | 2026-07-29T16:44:48.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 45
table_name = fields_u16
|
| 898 | 2026-07-29T16:44:48.536Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 105
table_name = fields_uuid
|
| 899 | 2026-07-29T16:44:48.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 112
table_name = measurements_cumulativeu64
|
| 900 | 2026-07-29T16:44:48.540Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 41
table_name = measurements_histogramu64
|
| 901 | 2026-07-29T16:44:48.541Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 40
table_name = measurements_u64
|
| 902 | 2026-07-29T16:44:48.627Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 903 | 2026-07-29T16:44:48.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 904 | 2026-07-29T16:44:48.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 905 | 2026-07-29T16:44:48.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 906 | 2026-07-29T16:44:49.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 907 | 2026-07-29T16:44:49.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 908 | 2026-07-29T16:44:49.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 909 | 2026-07-29T16:44:49.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 910 | 2026-07-29T16:44:49.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 911 | 2026-07-29T16:44:49.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 912 | 2026-07-29T16:44:50.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 913 | 2026-07-29T16:44:50.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 914 | 2026-07-29T16:44:50.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 915 | 2026-07-29T16:44:50.734Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 916 | 2026-07-29T16:44:50.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 917 | 2026-07-29T16:44:50.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 918 | 2026-07-29T16:44:50.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 919 | 2026-07-29T16:44:51.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 920 | 2026-07-29T16:44:51.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 921 | 2026-07-29T16:44:51.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 922 | 2026-07-29T16:44:51.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 923 | 2026-07-29T16:44:51.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 924 | 2026-07-29T16:44:51.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 925 | 2026-07-29T16:44:52.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 926 | 2026-07-29T16:44:52.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 927 | 2026-07-29T16:44:52.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 928 | 2026-07-29T16:44:52.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 929 | 2026-07-29T16:44:52.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 930 | 2026-07-29T16:44:52.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 931 | 2026-07-29T16:44:53.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 932 | 2026-07-29T16:44:53.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 933 | 2026-07-29T16:44:53.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 934 | 2026-07-29T16:44:53.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 152
|
| 935 | 2026-07-29T16:44:53.527Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 152
|
| 936 | 2026-07-29T16:44:53.527Z | DEBG | oximeter (clickhouse-client): unrolling 152 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 937 | 2026-07-29T16:44:53.527Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 938 | 2026-07-29T16:44:53.532Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_ipaddr
|
| 939 | 2026-07-29T16:44:53.533Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 56
table_name = fields_string
|
| 940 | 2026-07-29T16:44:53.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 4
table_name = fields_u16
|
| 941 | 2026-07-29T16:44:53.536Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 64
table_name = fields_uuid
|
| 942 | 2026-07-29T16:44:53.537Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 112
table_name = measurements_cumulativeu64
|
| 943 | 2026-07-29T16:44:53.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 40
table_name = measurements_u64
|
| 944 | 2026-07-29T16:44:53.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 945 | 2026-07-29T16:44:53.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 946 | 2026-07-29T16:44:53.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 947 | 2026-07-29T16:44:53.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 948 | 2026-07-29T16:44:54.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 949 | 2026-07-29T16:44:54.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 950 | 2026-07-29T16:44:54.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 951 | 2026-07-29T16:44:54.118Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 952 | 2026-07-29T16:44:54.119Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 953 | 2026-07-29T16:44:54.121Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 27
producer_id = 16c5ec1a-d270-44ed-b68a-27d5b5531e8e
producer_ip = fd00:1122:3344:101::b
producer_port = 38650
|
| 954 | 2026-07-29T16:44:54.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 955 | 2026-07-29T16:44:54.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 956 | 2026-07-29T16:44:54.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 957 | 2026-07-29T16:44:55.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 958 | 2026-07-29T16:44:55.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 959 | 2026-07-29T16:44:55.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 960 | 2026-07-29T16:44:55.560Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 961 | 2026-07-29T16:44:55.560Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 962 | 2026-07-29T16:44:55.560Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 1
producer_id = ec5a6497-bdb9-495b-8d22-5e58a1831939
producer_ip = fd00:1122:3344:101::c
producer_port = 60790
|
| 963 | 2026-07-29T16:44:55.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 964 | 2026-07-29T16:44:55.975Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 965 | 2026-07-29T16:44:55.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 966 | 2026-07-29T16:44:56.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 967 | 2026-07-29T16:44:56.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 968 | 2026-07-29T16:44:56.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 969 | 2026-07-29T16:44:56.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 970 | 2026-07-29T16:44:56.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 971 | 2026-07-29T16:44:56.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 972 | 2026-07-29T16:44:57.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 973 | 2026-07-29T16:44:57.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 974 | 2026-07-29T16:44:57.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 975 | 2026-07-29T16:44:57.464Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 976 | 2026-07-29T16:44:57.464Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 977 | 2026-07-29T16:44:57.465Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = ce684516-1ef2-4c81-9750-25bcaac0fb40
producer_ip = fd00:1122:3344:101::a
producer_port = 45133
|
| 978 | 2026-07-29T16:44:57.972Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 979 | 2026-07-29T16:44:57.972Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 980 | 2026-07-29T16:44:57.973Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 032090c1-2d6c-43d2-8425-955aa59dc2e3
producer_ip = fd00:1122:3344:101::2
producer_port = 58633
|
| 981 | 2026-07-29T16:44:57.975Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 982 | 2026-07-29T16:44:57.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 983 | 2026-07-29T16:44:57.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 984 | 2026-07-29T16:44:58.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 985 | 2026-07-29T16:44:58.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 986 | 2026-07-29T16:44:58.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 987 | 2026-07-29T16:44:58.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 191
|
| 988 | 2026-07-29T16:44:58.526Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_samples = 191
|
| 989 | 2026-07-29T16:44:58.526Z | DEBG | oximeter (clickhouse-client): unrolling 191 total samples
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 990 | 2026-07-29T16:44:58.526Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
|
| 991 | 2026-07-29T16:44:58.532Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 136
table_name = fields_string
|
| 992 | 2026-07-29T16:44:58.533Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 41
table_name = fields_u16
|
| 993 | 2026-07-29T16:44:58.534Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 101
table_name = fields_uuid
|
| 994 | 2026-07-29T16:44:58.535Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 110
table_name = measurements_cumulativeu64
|
| 995 | 2026-07-29T16:44:58.538Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 41
table_name = measurements_histogramu64
|
| 996 | 2026-07-29T16:44:58.539Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
id = 881f8560-f0f9-47e9-af09-45357d627220
n_rows = 40
table_name = measurements_u64
|
| 997 | 2026-07-29T16:44:58.628Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
error = Failed to check out connection to database: No backends found for this service
file = oximeter/collector/src/results_sink.rs:276
|
| 998 | 2026-07-29T16:44:58.660Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:629
|
| 999 | 2026-07-29T16:44:58.660Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending
|
| 1000 | 2026-07-29T16:44:58.664Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "1abdf94e-b870-4230-a9d8-d8229067acd2", "content-length": "1276", "date": "Wed, 29 Jul 2026 16:44:58 GMT"} })
|
| 1001 | 2026-07-29T16:44:58.664Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYzVhNjQ5Ny1iZGI5LTQ5NWItOGQyMi01ZTU4YTE4MzE5MzkifX0%3D
|
| 1002 | 2026-07-29T16:44:58.667Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYzVhNjQ5Ny1iZGI5LTQ5NWItOGQyMi01ZTU4YTE4MzE5MzkifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "8354e469-3ae7-41ea-bd76-1b82cabcef67", "content-length": "29", "date": "Wed, 29 Jul 2026 16:44:58 GMT"} })
|
| 1003 | 2026-07-29T16:44:58.667Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:704
n_current_tasks = 8
n_pruned_tasks = 0
|
| 1004 | 2026-07-29T16:44:58.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1005 | 2026-07-29T16:44:58.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1006 | 2026-07-29T16:44:58.977Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1007 | 2026-07-29T16:44:59.070Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1008 | 2026-07-29T16:44:59.070Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1009 | 2026-07-29T16:44:59.072Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1010 | 2026-07-29T16:44:59.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1011 | 2026-07-29T16:44:59.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1012 | 2026-07-29T16:44:59.976Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = bd87db21-06c0-4a59-8075-892193a136f8
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1013 | 2026-07-29T16:45:00.069Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1014 | 2026-07-29T16:45:00.069Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1015 | 2026-07-29T16:45:00.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 7cb1c3ea-cb3f-4d7b-92b3-b28bd56c5e62
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 08af2d50-e814-4d92-8225-b8b8f2e0e560
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|