| 1 | | [ May 6 00:53:56 Enabled. ] |
| 2 | | [ May 6 00:53:56 Rereading configuration. ] |
| 3 | | [ May 6 00:53:57 Rereading configuration. ] |
| 4 | | [ May 6 00:54:01 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 ffcae7e2-9d4b-476d-b028-e9c38b85d6fa &"). ] |
| 5 | | [ May 6 00:54:01 Method "start" exited with status 0. ] |
| 6 | | note: configured to log to "/dev/stdout" |
| 7 | 2026-05-06T00:54:01.974Z | DEBG | oximeter: registered DTrace probes
|
| 8 | 2026-05-06T00:54:01.976Z | INFO | oximeter: starting oximeter server
file = oximeter/collector/src/lib.rs:301
|
| 9 | 2026-05-06T00:54:01.976Z | DEBG | oximeter: creating ClickHouse client
|
| 10 | 2026-05-06T00:54:02.023Z | DEBG | oximeter (clickhouse-client): registered USDT probes
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 11 | 2026-05-06T00:54:06.466Z | WARN | oximeter (clickhouse-client): oximeter database does not exist, or is out-of-date
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:887
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 12 | 2026-05-06T00:54:06.466Z | DEBG | oximeter (oximeter-agent): oximeter database does not exist, creating
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
|
| 13 | 2026-05-06T00:54:06.466Z | INFO | oximeter (clickhouse-client): reading db version
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:787
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 14 | 2026-05-06T00:54:06.467Z | WARN | oximeter (clickhouse-client): oximeter database does not exist, or is out-of-date
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:887
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 15 | 2026-05-06T00:54:06.467Z | INFO | oximeter (clickhouse-client): read oximeter database version
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:792
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
version = 0
|
| 16 | 2026-05-06T00:54:06.467Z | INFO | oximeter (clickhouse-client): initializing oximeter schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:797
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 17 | 2026-05-06T00:54:06.467Z | DEBG | oximeter (clickhouse-client): initializing ClickHouse database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 18 | 2026-05-06T00:54:06.656Z | INFO | oximeter (clickhouse-client): inserting current version
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:818
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
version = 14
|
| 19 | 2026-05-06T00:54:06.689Z | DEBG | oximeter (clickhouse-client): registered USDT probes
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 73d497e0-575b-4416-9a96-ed801f450834
|
| 20 | 2026-05-06T00:54:06.718Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = GET
path = /info
versions = all
|
| 21 | 2026-05-06T00:54:06.718Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = GET
path = /producers
versions = all
|
| 22 | 2026-05-06T00:54:06.718Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = DELETE
path = /producers/{producer_id}
versions = all
|
| 23 | 2026-05-06T00:54:06.719Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = GET
path = /producers/{producer_id}
versions = all
|
| 24 | 2026-05-06T00:54:06.719Z | INFO | oximeter (dropshot): listening
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.0/src/server.rs:335
local_addr = [fd00:1122:3344:101::d]:12223
|
| 25 | 2026-05-06T00:54:06.730Z | DEBG | oximeter (dropshot): successfully registered DTrace USDT probes
local_addr = [fd00:1122:3344:101::d]:12223
|
| 26 | 2026-05-06T00:54:06.730Z | DEBG | oximeter: registered USDT probes
|
| 27 | 2026-05-06T00:54:06.730Z | DEBG | oximeter: contacting nexus
|
| 28 | 2026-05-06T00:54:06.786Z | DEBG | oximeter: client request
body = Some(Body)
method = POST
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors
|
| 29 | 2026-05-06T00:54:06.940Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors", status: 204, headers: {"x-request-id": "76179b99-950e-4b8b-9fbf-bb979347dfc8", "date": "Wed, 06 May 2026 00:54:06 GMT"} })
|
| 30 | 2026-05-06T00:54:06.940Z | INFO | oximeter: oximeter registered with nexus
file = oximeter/collector/src/lib.rs:464
id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
|
| 31 | 2026-05-06T00:54:06.940Z | INFO | oximeter (oximeter-agent): starting refresh list task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:562
|
| 32 | 2026-05-06T00:54:06.941Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 33 | 2026-05-06T00:54:06.951Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 34 | 2026-05-06T00:54:06.951Z | DEBG | oximeter: client response
result = Err(reqwest::Error { kind: Request, url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", source: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", [fd00:1122:3344:101::b]:12221, Os { code: 146, kind: ConnectionRefused, message: "Connection refused" })) })
|
| 35 | 2026-05-06T00:54:06.954Z | ERRO | oximeter (oximeter-agent): error fetching next assigned producer, abandoning this refresh attempt
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
error = Communication Error: error sending request for url (http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending): error sending request for url (http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending): client error (Connect): tcp connect error: Connection refused (os error 146)
file = oximeter/collector/src/agent.rs:603
|
| 36 | 2026-05-06T00:54:11.695Z | DEBG | oximeter (database-inserter): batch interval expired, but no samples to insert
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
|
| 37 | 2026-05-06T00:54:11.697Z | DEBG | oximeter (database-inserter): batch interval expired, but no samples to insert
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
|
| 38 | 2026-05-06T00:54:16.695Z | DEBG | oximeter (database-inserter): batch interval expired, but no samples to insert
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
|
| 39 | 2026-05-06T00:54:16.697Z | DEBG | oximeter (database-inserter): batch interval expired, but no samples to insert
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
|
| 40 | 2026-05-06T00:54:21.696Z | DEBG | oximeter (database-inserter): batch interval expired, but no samples to insert
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
|
| 41 | 2026-05-06T00:54:21.698Z | DEBG | oximeter (database-inserter): batch interval expired, but no samples to insert
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
|
| 42 | 2026-05-06T00:54:21.942Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 43 | 2026-05-06T00:54:21.942Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 44 | 2026-05-06T00:54:21.969Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "4090f38d-06bc-4bb0-b30c-f04d907ddfbd", "content-length": "862", "date": "Wed, 06 May 2026 00:54:21 GMT"} })
|
| 45 | 2026-05-06T00:54:21.972Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNzgzOWM5My05MmY5LTQ5MGMtYjFmNC05ZGU0NmUzMGE5MzIifX0%3D
|
| 46 | 2026-05-06T00:54:21.975Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNzgzOWM5My05MmY5LTQ5MGMtYjFmNC05ZGU0NmUzMGE5MzIifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "396ae82e-f512-4410-b50b-391b6b6567cd", "content-length": "29", "date": "Wed, 06 May 2026 00:54:21 GMT"} })
|
| 47 | 2026-05-06T00:54:21.975Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:37001
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
|
| 48 | 2026-05-06T00:54:21.975Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:8001
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
|
| 49 | 2026-05-06T00:54:21.975Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::1]:8001
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
|
| 50 | 2026-05-06T00:54:21.975Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:39593
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
|
| 51 | 2026-05-06T00:54:21.975Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::1]:40020
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
|
| 52 | 2026-05-06T00:54:21.975Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 5
n_pruned_tasks = 0
|
| 53 | 2026-05-06T00:54:21.976Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 54 | 2026-05-06T00:54:21.976Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 55 | 2026-05-06T00:54:21.977Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 56 | 2026-05-06T00:54:21.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 57 | 2026-05-06T00:54:21.977Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 58 | 2026-05-06T00:54:21.977Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 59 | 2026-05-06T00:54:21.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 60 | 2026-05-06T00:54:21.997Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 61 | 2026-05-06T00:54:21.997Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 62 | 2026-05-06T00:54:21.997Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 63 | 2026-05-06T00:54:21.998Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 64 | 2026-05-06T00:54:21.998Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 65 | 2026-05-06T00:54:21.998Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 66 | 2026-05-06T00:54:21.998Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 67 | 2026-05-06T00:54:21.998Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 68 | 2026-05-06T00:54:21.999Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 69 | 2026-05-06T00:54:22.010Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 70 | 2026-05-06T00:54:22.011Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 71 | 2026-05-06T00:54:22.025Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 144
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 72 | 2026-05-06T00:54:22.106Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 2050
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 73 | 2026-05-06T00:54:22.117Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 2250
|
| 74 | 2026-05-06T00:54:22.117Z | DEBG | oximeter (clickhouse-client): unrolling 2250 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 75 | 2026-05-06T00:54:22.118Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 2250
|
| 76 | 2026-05-06T00:54:22.187Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 77 | 2026-05-06T00:54:22.202Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.120534316Z }
timeseries_name = ddm_router:originated_tunnel_endpoints
|
| 78 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.120444104Z }
timeseries_name = ddm_router:originated_underlay_prefixes
|
| 79 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.120770771Z }
timeseries_name = ddm_session:advertisements_received
|
| 80 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.120714199Z }
timeseries_name = ddm_session:advertisements_sent
|
| 81 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.121231520Z }
timeseries_name = ddm_session:imported_tunnel_endpoints
|
| 82 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.121174379Z }
timeseries_name = ddm_session:imported_underlay_prefixes
|
| 83 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.120885623Z }
timeseries_name = ddm_session:peer_address_changes
|
| 84 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.120827972Z }
timeseries_name = ddm_session:peer_expirations
|
| 85 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.120944644Z }
timeseries_name = ddm_session:peer_sessions_established
|
| 86 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.120656878Z }
timeseries_name = ddm_session:solicitations_received
|
| 87 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.120599137Z }
timeseries_name = ddm_session:solicitations_sent
|
| 88 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.121116858Z }
timeseries_name = ddm_session:update_send_fail
|
| 89 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.121058677Z }
timeseries_name = ddm_session:updates_received
|
| 90 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.121001885Z }
timeseries_name = ddm_session:updates_sent
|
| 91 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.121997546Z }
timeseries_name = http_service:request_latency_histogram
|
| 92 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
schema = TimeseriesSchema { timeseries_name: TimeseriesName("kstat_sampler:samples_dropped"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "hostname", field_type: String, source: Target, description: "" }, FieldSchema { name: "target_id", field_type: U64, source: Metric, description: "" }, FieldSchema { name: "target_name", field_type: String, source: Metric, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-05-06T00:54:22.182793950Z }
timeseries_name = kstat_sampler:samples_dropped
|
| 93 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.120203569Z }
timeseries_name = oximeter_collector:collections
|
| 94 | 2026-05-06T00:54:22.203Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.138795968Z }
timeseries_name = sled_cpu:cpu_nsec
|
| 95 | 2026-05-06T00:54:22.204Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.126679955Z }
timeseries_name = sled_data_link:bytes_received
|
| 96 | 2026-05-06T00:54:22.204Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.126795047Z }
timeseries_name = sled_data_link:bytes_sent
|
| 97 | 2026-05-06T00:54:22.204Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.126551412Z }
timeseries_name = sled_data_link:errors_received
|
| 98 | 2026-05-06T00:54:22.204Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.126622073Z }
timeseries_name = sled_data_link:errors_sent
|
| 99 | 2026-05-06T00:54:22.204Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.126737636Z }
timeseries_name = sled_data_link:packets_received
|
| 100 | 2026-05-06T00:54:22.204Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.126852698Z }
timeseries_name = sled_data_link:packets_sent
|
| 101 | 2026-05-06T00:54:22.204Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.122482496Z }
timeseries_name = switch_port_control_data_link:bytes_received
|
| 102 | 2026-05-06T00:54:22.204Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.122624159Z }
timeseries_name = switch_port_control_data_link:bytes_sent
|
| 103 | 2026-05-06T00:54:22.204Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.122345364Z }
timeseries_name = switch_port_control_data_link:errors_received
|
| 104 | 2026-05-06T00:54:22.204Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.122414115Z }
timeseries_name = switch_port_control_data_link:errors_sent
|
| 105 | 2026-05-06T00:54:22.204Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.122557468Z }
timeseries_name = switch_port_control_data_link:packets_received
|
| 106 | 2026-05-06T00:54:22.205Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.122692621Z }
timeseries_name = switch_port_control_data_link:packets_sent
|
| 107 | 2026-05-06T00:54:22.205Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:22.165532378Z }
timeseries_name = zone:cpu_nsec
|
| 108 | 2026-05-06T00:54:22.218Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 109 | 2026-05-06T00:54:22.221Z | DEBG | oximeter (clickhouse-client): inserting 31 new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 110 | 2026-05-06T00:54:22.239Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = fields_i16
|
| 111 | 2026-05-06T00:54:22.241Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 10
table_name = fields_ipaddr
|
| 112 | 2026-05-06T00:54:22.244Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2532
table_name = fields_string
|
| 113 | 2026-05-06T00:54:22.246Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 35
table_name = fields_u16
|
| 114 | 2026-05-06T00:54:22.248Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 825
table_name = fields_u32
|
| 115 | 2026-05-06T00:54:22.250Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2
table_name = fields_u64
|
| 116 | 2026-05-06T00:54:22.252Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = fields_u8
|
| 117 | 2026-05-06T00:54:22.254Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1330
table_name = fields_uuid
|
| 118 | 2026-05-06T00:54:22.257Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2227
table_name = measurements_cumulativeu64
|
| 119 | 2026-05-06T00:54:22.265Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 13
table_name = measurements_histogramu64
|
| 120 | 2026-05-06T00:54:22.267Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 10
table_name = measurements_u64
|
| 121 | 2026-05-06T00:54:22.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 122 | 2026-05-06T00:54:22.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 123 | 2026-05-06T00:54:22.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 124 | 2026-05-06T00:54:22.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 125 | 2026-05-06T00:54:22.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 126 | 2026-05-06T00:54:23.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 127 | 2026-05-06T00:54:23.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 128 | 2026-05-06T00:54:23.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 129 | 2026-05-06T00:54:23.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 130 | 2026-05-06T00:54:23.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 131 | 2026-05-06T00:54:23.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 132 | 2026-05-06T00:54:24.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 133 | 2026-05-06T00:54:24.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 134 | 2026-05-06T00:54:24.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 135 | 2026-05-06T00:54:24.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 136 | 2026-05-06T00:54:24.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 137 | 2026-05-06T00:54:24.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 138 | 2026-05-06T00:54:25.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 139 | 2026-05-06T00:54:25.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 140 | 2026-05-06T00:54:25.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 141 | 2026-05-06T00:54:25.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 142 | 2026-05-06T00:54:25.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 143 | 2026-05-06T00:54:25.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 144 | 2026-05-06T00:54:26.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 145 | 2026-05-06T00:54:26.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 160
|
| 146 | 2026-05-06T00:54:26.697Z | DEBG | oximeter (clickhouse-client): unrolling 160 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 147 | 2026-05-06T00:54:26.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 160
|
| 148 | 2026-05-06T00:54:26.702Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 149 | 2026-05-06T00:54:26.758Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 52
table_name = fields_string
|
| 150 | 2026-05-06T00:54:26.760Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_uuid
|
| 151 | 2026-05-06T00:54:26.762Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 120
table_name = measurements_cumulativeu64
|
| 152 | 2026-05-06T00:54:26.763Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 40
table_name = measurements_u64
|
| 153 | 2026-05-06T00:54:26.799Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 154 | 2026-05-06T00:54:26.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 155 | 2026-05-06T00:54:26.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 156 | 2026-05-06T00:54:26.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 157 | 2026-05-06T00:54:26.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 158 | 2026-05-06T00:54:26.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 159 | 2026-05-06T00:54:27.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 160 | 2026-05-06T00:54:27.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 161 | 2026-05-06T00:54:27.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 162 | 2026-05-06T00:54:27.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 163 | 2026-05-06T00:54:27.998Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 164 | 2026-05-06T00:54:27.998Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 165 | 2026-05-06T00:54:28.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 166 | 2026-05-06T00:54:28.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 167 | 2026-05-06T00:54:28.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 168 | 2026-05-06T00:54:28.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 169 | 2026-05-06T00:54:28.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 170 | 2026-05-06T00:54:28.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 171 | 2026-05-06T00:54:29.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 172 | 2026-05-06T00:54:29.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 173 | 2026-05-06T00:54:29.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 174 | 2026-05-06T00:54:29.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 175 | 2026-05-06T00:54:29.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 176 | 2026-05-06T00:54:29.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 177 | 2026-05-06T00:54:30.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 178 | 2026-05-06T00:54:30.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 179 | 2026-05-06T00:54:30.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 180 | 2026-05-06T00:54:30.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 181 | 2026-05-06T00:54:30.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 182 | 2026-05-06T00:54:30.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 183 | 2026-05-06T00:54:31.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 184 | 2026-05-06T00:54:31.696Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 200
|
| 185 | 2026-05-06T00:54:31.696Z | DEBG | oximeter (clickhouse-client): unrolling 200 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 186 | 2026-05-06T00:54:31.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 200
|
| 187 | 2026-05-06T00:54:31.703Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 188 | 2026-05-06T00:54:31.710Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 52
table_name = fields_string
|
| 189 | 2026-05-06T00:54:31.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_uuid
|
| 190 | 2026-05-06T00:54:31.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 150
table_name = measurements_cumulativeu64
|
| 191 | 2026-05-06T00:54:31.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 50
table_name = measurements_u64
|
| 192 | 2026-05-06T00:54:31.799Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 193 | 2026-05-06T00:54:31.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 194 | 2026-05-06T00:54:31.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 195 | 2026-05-06T00:54:31.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 196 | 2026-05-06T00:54:31.998Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 197 | 2026-05-06T00:54:31.998Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 198 | 2026-05-06T00:54:31.998Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 199 | 2026-05-06T00:54:31.998Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 200 | 2026-05-06T00:54:32.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 201 | 2026-05-06T00:54:32.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 202 | 2026-05-06T00:54:32.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 203 | 2026-05-06T00:54:32.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 204 | 2026-05-06T00:54:32.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 205 | 2026-05-06T00:54:32.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 206 | 2026-05-06T00:54:32.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 207 | 2026-05-06T00:54:33.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 208 | 2026-05-06T00:54:33.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 209 | 2026-05-06T00:54:33.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 210 | 2026-05-06T00:54:33.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 211 | 2026-05-06T00:54:33.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 212 | 2026-05-06T00:54:33.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 213 | 2026-05-06T00:54:34.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 214 | 2026-05-06T00:54:34.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 215 | 2026-05-06T00:54:34.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 216 | 2026-05-06T00:54:34.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 217 | 2026-05-06T00:54:34.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 218 | 2026-05-06T00:54:34.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 219 | 2026-05-06T00:54:35.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 220 | 2026-05-06T00:54:35.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 221 | 2026-05-06T00:54:35.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 222 | 2026-05-06T00:54:35.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 223 | 2026-05-06T00:54:35.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 224 | 2026-05-06T00:54:35.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 225 | 2026-05-06T00:54:36.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 226 | 2026-05-06T00:54:36.696Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 211
|
| 227 | 2026-05-06T00:54:36.696Z | DEBG | oximeter (clickhouse-client): unrolling 211 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 228 | 2026-05-06T00:54:36.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 211
|
| 229 | 2026-05-06T00:54:36.702Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 230 | 2026-05-06T00:54:36.709Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 74
table_name = fields_string
|
| 231 | 2026-05-06T00:54:36.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 11
table_name = fields_u16
|
| 232 | 2026-05-06T00:54:36.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 67
table_name = fields_uuid
|
| 233 | 2026-05-06T00:54:36.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 150
table_name = measurements_cumulativeu64
|
| 234 | 2026-05-06T00:54:36.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 11
table_name = measurements_histogramu64
|
| 235 | 2026-05-06T00:54:36.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 50
table_name = measurements_u64
|
| 236 | 2026-05-06T00:54:36.799Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 237 | 2026-05-06T00:54:36.942Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 238 | 2026-05-06T00:54:36.942Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 239 | 2026-05-06T00:54:36.951Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "a2ce3f74-fa39-4d47-990d-dd02803bb3ab", "content-length": "1136", "date": "Wed, 06 May 2026 00:54:36 GMT"} })
|
| 240 | 2026-05-06T00:54:36.951Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNzgzOWM5My05MmY5LTQ5MGMtYjFmNC05ZGU0NmUzMGE5MzIifX0%3D
|
| 241 | 2026-05-06T00:54:36.954Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNzgzOWM5My05MmY5LTQ5MGMtYjFmNC05ZGU0NmUzMGE5MzIifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "11580ba8-94f0-49cf-a309-674657857de7", "content-length": "29", "date": "Wed, 06 May 2026 00:54:36 GMT"} })
|
| 242 | 2026-05-06T00:54:36.954Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::b]:33293
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
|
| 243 | 2026-05-06T00:54:36.954Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:4677
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
|
| 244 | 2026-05-06T00:54:36.954Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 7
n_pruned_tasks = 0
|
| 245 | 2026-05-06T00:54:36.955Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 246 | 2026-05-06T00:54:36.955Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 247 | 2026-05-06T00:54:36.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 248 | 2026-05-06T00:54:36.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 249 | 2026-05-06T00:54:36.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 250 | 2026-05-06T00:54:36.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 251 | 2026-05-06T00:54:36.960Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 11
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 252 | 2026-05-06T00:54:36.969Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 253 | 2026-05-06T00:54:36.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 254 | 2026-05-06T00:54:36.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 255 | 2026-05-06T00:54:36.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 256 | 2026-05-06T00:54:36.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 257 | 2026-05-06T00:54:36.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 258 | 2026-05-06T00:54:37.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 259 | 2026-05-06T00:54:37.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 260 | 2026-05-06T00:54:37.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 261 | 2026-05-06T00:54:37.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 262 | 2026-05-06T00:54:37.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 263 | 2026-05-06T00:54:37.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 264 | 2026-05-06T00:54:37.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 265 | 2026-05-06T00:54:37.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 266 | 2026-05-06T00:54:37.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 267 | 2026-05-06T00:54:38.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 268 | 2026-05-06T00:54:38.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 269 | 2026-05-06T00:54:38.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 270 | 2026-05-06T00:54:38.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 271 | 2026-05-06T00:54:38.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 272 | 2026-05-06T00:54:38.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 273 | 2026-05-06T00:54:38.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 274 | 2026-05-06T00:54:38.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 275 | 2026-05-06T00:54:39.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 276 | 2026-05-06T00:54:39.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 277 | 2026-05-06T00:54:39.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 278 | 2026-05-06T00:54:39.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 279 | 2026-05-06T00:54:39.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 280 | 2026-05-06T00:54:39.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 281 | 2026-05-06T00:54:39.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 282 | 2026-05-06T00:54:39.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 283 | 2026-05-06T00:54:39.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 284 | 2026-05-06T00:54:39.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 285 | 2026-05-06T00:54:40.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 286 | 2026-05-06T00:54:40.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 287 | 2026-05-06T00:54:40.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 288 | 2026-05-06T00:54:40.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 289 | 2026-05-06T00:54:40.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 290 | 2026-05-06T00:54:40.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 291 | 2026-05-06T00:54:40.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 292 | 2026-05-06T00:54:41.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 293 | 2026-05-06T00:54:41.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 294 | 2026-05-06T00:54:41.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 295 | 2026-05-06T00:54:41.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 233
|
| 296 | 2026-05-06T00:54:41.697Z | DEBG | oximeter (clickhouse-client): unrolling 233 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 297 | 2026-05-06T00:54:41.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 233
|
| 298 | 2026-05-06T00:54:41.705Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 299 | 2026-05-06T00:54:41.709Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:41.697985379Z }
timeseries_name = collection_target:cpus_provisioned
|
| 300 | 2026-05-06T00:54:41.709Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:41.698070121Z }
timeseries_name = collection_target:ram_provisioned
|
| 301 | 2026-05-06T00:54:41.709Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:41.698194414Z }
timeseries_name = collection_target:virtual_disk_space_provisioned
|
| 302 | 2026-05-06T00:54:41.709Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:41.698772626Z }
timeseries_name = mg_lower:routes_blocked_by_link_state
|
| 303 | 2026-05-06T00:54:41.709Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:41.698640133Z }
timeseries_name = static_routing_config:static_nexthops
|
| 304 | 2026-05-06T00:54:41.709Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:41.698510930Z }
timeseries_name = static_routing_config:static_routes
|
| 305 | 2026-05-06T00:54:41.709Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
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-05-06T00:54:41.698710675Z }
timeseries_name = switch_rib:active_routes
|
| 306 | 2026-05-06T00:54:41.710Z | DEBG | oximeter (clickhouse-client): inserting 7 new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 307 | 2026-05-06T00:54:41.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 4
table_name = fields_ipaddr
|
| 308 | 2026-05-06T00:54:41.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 68
table_name = fields_string
|
| 309 | 2026-05-06T00:54:41.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 9
table_name = fields_u16
|
| 310 | 2026-05-06T00:54:41.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 79
table_name = fields_uuid
|
| 311 | 2026-05-06T00:54:41.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 162
table_name = measurements_cumulativeu64
|
| 312 | 2026-05-06T00:54:41.724Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 5
table_name = measurements_histogramu64
|
| 313 | 2026-05-06T00:54:41.726Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 6
table_name = measurements_i64
|
| 314 | 2026-05-06T00:54:41.728Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 315 | 2026-05-06T00:54:41.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 316 | 2026-05-06T00:54:41.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 317 | 2026-05-06T00:54:41.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 318 | 2026-05-06T00:54:41.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 319 | 2026-05-06T00:54:41.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 320 | 2026-05-06T00:54:41.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 321 | 2026-05-06T00:54:41.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 322 | 2026-05-06T00:54:42.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 323 | 2026-05-06T00:54:42.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 324 | 2026-05-06T00:54:42.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 325 | 2026-05-06T00:54:42.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 326 | 2026-05-06T00:54:42.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 327 | 2026-05-06T00:54:42.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 328 | 2026-05-06T00:54:42.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 329 | 2026-05-06T00:54:42.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 330 | 2026-05-06T00:54:42.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 331 | 2026-05-06T00:54:42.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 332 | 2026-05-06T00:54:42.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 333 | 2026-05-06T00:54:42.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 334 | 2026-05-06T00:54:42.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 335 | 2026-05-06T00:54:42.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 336 | 2026-05-06T00:54:43.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 337 | 2026-05-06T00:54:43.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 338 | 2026-05-06T00:54:43.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 339 | 2026-05-06T00:54:43.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 340 | 2026-05-06T00:54:43.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 341 | 2026-05-06T00:54:43.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 342 | 2026-05-06T00:54:43.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 343 | 2026-05-06T00:54:43.998Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 344 | 2026-05-06T00:54:43.998Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 345 | 2026-05-06T00:54:44.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 346 | 2026-05-06T00:54:44.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 347 | 2026-05-06T00:54:44.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 348 | 2026-05-06T00:54:44.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 349 | 2026-05-06T00:54:44.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 350 | 2026-05-06T00:54:44.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 351 | 2026-05-06T00:54:44.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 352 | 2026-05-06T00:54:44.998Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 353 | 2026-05-06T00:54:44.998Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 354 | 2026-05-06T00:54:45.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 355 | 2026-05-06T00:54:45.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 356 | 2026-05-06T00:54:45.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 357 | 2026-05-06T00:54:45.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 358 | 2026-05-06T00:54:45.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 359 | 2026-05-06T00:54:45.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 360 | 2026-05-06T00:54:45.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 361 | 2026-05-06T00:54:45.998Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 362 | 2026-05-06T00:54:45.998Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 363 | 2026-05-06T00:54:46.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 364 | 2026-05-06T00:54:46.696Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 231
|
| 365 | 2026-05-06T00:54:46.696Z | DEBG | oximeter (clickhouse-client): unrolling 231 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 366 | 2026-05-06T00:54:46.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 231
|
| 367 | 2026-05-06T00:54:46.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 368 | 2026-05-06T00:54:46.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 78
table_name = fields_string
|
| 369 | 2026-05-06T00:54:46.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 11
table_name = fields_u16
|
| 370 | 2026-05-06T00:54:46.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 75
table_name = fields_uuid
|
| 371 | 2026-05-06T00:54:46.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 372 | 2026-05-06T00:54:46.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 11
table_name = measurements_histogramu64
|
| 373 | 2026-05-06T00:54:46.723Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 374 | 2026-05-06T00:54:46.798Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 375 | 2026-05-06T00:54:46.954Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 376 | 2026-05-06T00:54:46.954Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 377 | 2026-05-06T00:54:46.954Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 378 | 2026-05-06T00:54:46.954Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 379 | 2026-05-06T00:54:46.955Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 380 | 2026-05-06T00:54:46.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 38
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 381 | 2026-05-06T00:54:46.976Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 382 | 2026-05-06T00:54:46.976Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 383 | 2026-05-06T00:54:46.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 384 | 2026-05-06T00:54:46.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 385 | 2026-05-06T00:54:46.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 386 | 2026-05-06T00:54:47.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 387 | 2026-05-06T00:54:47.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 388 | 2026-05-06T00:54:47.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 389 | 2026-05-06T00:54:47.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 390 | 2026-05-06T00:54:47.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 391 | 2026-05-06T00:54:47.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 392 | 2026-05-06T00:54:47.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 393 | 2026-05-06T00:54:47.998Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 394 | 2026-05-06T00:54:47.998Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 395 | 2026-05-06T00:54:48.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 396 | 2026-05-06T00:54:48.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 397 | 2026-05-06T00:54:48.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 398 | 2026-05-06T00:54:48.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 399 | 2026-05-06T00:54:48.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 400 | 2026-05-06T00:54:48.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 401 | 2026-05-06T00:54:48.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 402 | 2026-05-06T00:54:48.998Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 403 | 2026-05-06T00:54:48.998Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 404 | 2026-05-06T00:54:49.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 405 | 2026-05-06T00:54:49.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 406 | 2026-05-06T00:54:49.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 407 | 2026-05-06T00:54:49.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 408 | 2026-05-06T00:54:49.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 409 | 2026-05-06T00:54:49.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 410 | 2026-05-06T00:54:49.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 411 | 2026-05-06T00:54:49.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 412 | 2026-05-06T00:54:49.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 413 | 2026-05-06T00:54:50.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 414 | 2026-05-06T00:54:50.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 415 | 2026-05-06T00:54:50.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 416 | 2026-05-06T00:54:50.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 417 | 2026-05-06T00:54:50.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 418 | 2026-05-06T00:54:50.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 419 | 2026-05-06T00:54:50.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 420 | 2026-05-06T00:54:50.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 421 | 2026-05-06T00:54:50.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 422 | 2026-05-06T00:54:51.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 423 | 2026-05-06T00:54:51.696Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 258
|
| 424 | 2026-05-06T00:54:51.696Z | DEBG | oximeter (clickhouse-client): unrolling 258 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 425 | 2026-05-06T00:54:51.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 258
|
| 426 | 2026-05-06T00:54:51.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 427 | 2026-05-06T00:54:51.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 102
table_name = fields_string
|
| 428 | 2026-05-06T00:54:51.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 23
table_name = fields_u16
|
| 429 | 2026-05-06T00:54:51.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 95
table_name = fields_uuid
|
| 430 | 2026-05-06T00:54:51.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 431 | 2026-05-06T00:54:51.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 23
table_name = measurements_histogramu64
|
| 432 | 2026-05-06T00:54:51.724Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 15
table_name = measurements_i64
|
| 433 | 2026-05-06T00:54:51.726Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 434 | 2026-05-06T00:54:51.799Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 435 | 2026-05-06T00:54:51.942Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 436 | 2026-05-06T00:54:51.942Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 437 | 2026-05-06T00:54:51.946Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "1c2c543c-272c-4c0a-86a1-b5c1a4455579", "content-length": "1136", "date": "Wed, 06 May 2026 00:54:51 GMT"} })
|
| 438 | 2026-05-06T00:54:51.946Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNzgzOWM5My05MmY5LTQ5MGMtYjFmNC05ZGU0NmUzMGE5MzIifX0%3D
|
| 439 | 2026-05-06T00:54:51.949Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNzgzOWM5My05MmY5LTQ5MGMtYjFmNC05ZGU0NmUzMGE5MzIifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "3534615c-b048-42d4-bb49-7cd93a96c5ff", "content-length": "29", "date": "Wed, 06 May 2026 00:54:51 GMT"} })
|
| 440 | 2026-05-06T00:54:51.949Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 7
n_pruned_tasks = 0
|
| 441 | 2026-05-06T00:54:51.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 442 | 2026-05-06T00:54:51.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 443 | 2026-05-06T00:54:51.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 444 | 2026-05-06T00:54:51.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 445 | 2026-05-06T00:54:51.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 446 | 2026-05-06T00:54:51.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 447 | 2026-05-06T00:54:51.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 448 | 2026-05-06T00:54:51.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 449 | 2026-05-06T00:54:51.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 450 | 2026-05-06T00:54:51.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 451 | 2026-05-06T00:54:51.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 452 | 2026-05-06T00:54:51.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 453 | 2026-05-06T00:54:52.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 454 | 2026-05-06T00:54:52.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 455 | 2026-05-06T00:54:52.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 456 | 2026-05-06T00:54:52.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 457 | 2026-05-06T00:54:52.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 36
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 458 | 2026-05-06T00:54:52.065Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 1472
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 459 | 2026-05-06T00:54:52.071Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1563
|
| 460 | 2026-05-06T00:54:52.071Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1563
|
| 461 | 2026-05-06T00:54:52.071Z | DEBG | oximeter (clickhouse-client): unrolling 1563 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 462 | 2026-05-06T00:54:52.115Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 463 | 2026-05-06T00:54:52.134Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = fields_i16
|
| 464 | 2026-05-06T00:54:52.137Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2541
table_name = fields_string
|
| 465 | 2026-05-06T00:54:52.139Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 31
table_name = fields_u16
|
| 466 | 2026-05-06T00:54:52.141Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 825
table_name = fields_u32
|
| 467 | 2026-05-06T00:54:52.143Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1
table_name = fields_u64
|
| 468 | 2026-05-06T00:54:52.145Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = fields_u8
|
| 469 | 2026-05-06T00:54:52.148Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1334
table_name = fields_uuid
|
| 470 | 2026-05-06T00:54:52.150Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1532
table_name = measurements_cumulativeu64
|
| 471 | 2026-05-06T00:54:52.153Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 19
table_name = measurements_histogramu64
|
| 472 | 2026-05-06T00:54:52.154Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = measurements_u64
|
| 473 | 2026-05-06T00:54:52.172Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 474 | 2026-05-06T00:54:52.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 475 | 2026-05-06T00:54:52.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 476 | 2026-05-06T00:54:52.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 477 | 2026-05-06T00:54:52.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 478 | 2026-05-06T00:54:52.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 479 | 2026-05-06T00:54:52.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 480 | 2026-05-06T00:54:52.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 481 | 2026-05-06T00:54:52.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 482 | 2026-05-06T00:54:53.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 483 | 2026-05-06T00:54:53.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 484 | 2026-05-06T00:54:53.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 485 | 2026-05-06T00:54:53.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 486 | 2026-05-06T00:54:53.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 487 | 2026-05-06T00:54:53.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 488 | 2026-05-06T00:54:53.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 489 | 2026-05-06T00:54:53.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 490 | 2026-05-06T00:54:53.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 491 | 2026-05-06T00:54:54.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 492 | 2026-05-06T00:54:54.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 493 | 2026-05-06T00:54:54.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 494 | 2026-05-06T00:54:54.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 495 | 2026-05-06T00:54:54.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 496 | 2026-05-06T00:54:54.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 497 | 2026-05-06T00:54:54.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 498 | 2026-05-06T00:54:54.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 499 | 2026-05-06T00:54:54.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 500 | 2026-05-06T00:54:55.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 501 | 2026-05-06T00:54:55.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 502 | 2026-05-06T00:54:55.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 503 | 2026-05-06T00:54:55.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 504 | 2026-05-06T00:54:55.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 505 | 2026-05-06T00:54:55.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 506 | 2026-05-06T00:54:55.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 507 | 2026-05-06T00:54:55.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 508 | 2026-05-06T00:54:55.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 509 | 2026-05-06T00:54:56.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 510 | 2026-05-06T00:54:56.696Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 511 | 2026-05-06T00:54:56.696Z | DEBG | oximeter (clickhouse-client): unrolling 176 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 512 | 2026-05-06T00:54:56.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 513 | 2026-05-06T00:54:56.701Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 514 | 2026-05-06T00:54:56.708Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_string
|
| 515 | 2026-05-06T00:54:56.710Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 64
table_name = fields_uuid
|
| 516 | 2026-05-06T00:54:56.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 128
table_name = measurements_cumulativeu64
|
| 517 | 2026-05-06T00:54:56.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 48
table_name = measurements_u64
|
| 518 | 2026-05-06T00:54:56.799Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 519 | 2026-05-06T00:54:56.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 520 | 2026-05-06T00:54:56.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 521 | 2026-05-06T00:54:56.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 522 | 2026-05-06T00:54:56.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 523 | 2026-05-06T00:54:56.955Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 524 | 2026-05-06T00:54:56.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 525 | 2026-05-06T00:54:56.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 526 | 2026-05-06T00:54:56.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 527 | 2026-05-06T00:54:56.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 528 | 2026-05-06T00:54:56.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 529 | 2026-05-06T00:54:56.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 530 | 2026-05-06T00:54:57.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 531 | 2026-05-06T00:54:57.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 532 | 2026-05-06T00:54:57.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 533 | 2026-05-06T00:54:57.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 534 | 2026-05-06T00:54:57.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 535 | 2026-05-06T00:54:57.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 536 | 2026-05-06T00:54:57.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 537 | 2026-05-06T00:54:57.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 538 | 2026-05-06T00:54:57.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 539 | 2026-05-06T00:54:58.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 540 | 2026-05-06T00:54:58.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 541 | 2026-05-06T00:54:58.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 542 | 2026-05-06T00:54:58.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 543 | 2026-05-06T00:54:58.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 544 | 2026-05-06T00:54:58.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 545 | 2026-05-06T00:54:58.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 546 | 2026-05-06T00:54:58.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 547 | 2026-05-06T00:54:58.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 548 | 2026-05-06T00:54:59.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 549 | 2026-05-06T00:54:59.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 550 | 2026-05-06T00:54:59.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 551 | 2026-05-06T00:54:59.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 552 | 2026-05-06T00:54:59.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 553 | 2026-05-06T00:54:59.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 554 | 2026-05-06T00:54:59.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 555 | 2026-05-06T00:54:59.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 556 | 2026-05-06T00:54:59.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 557 | 2026-05-06T00:55:00.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 558 | 2026-05-06T00:55:00.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 559 | 2026-05-06T00:55:00.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 560 | 2026-05-06T00:55:00.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 561 | 2026-05-06T00:55:00.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 562 | 2026-05-06T00:55:00.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 563 | 2026-05-06T00:55:00.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 564 | 2026-05-06T00:55:00.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 565 | 2026-05-06T00:55:00.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 566 | 2026-05-06T00:55:01.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 567 | 2026-05-06T00:55:01.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 568 | 2026-05-06T00:55:01.697Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 569 | 2026-05-06T00:55:01.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 570 | 2026-05-06T00:55:01.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 571 | 2026-05-06T00:55:01.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 572 | 2026-05-06T00:55:01.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 573 | 2026-05-06T00:55:01.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 574 | 2026-05-06T00:55:01.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 575 | 2026-05-06T00:55:01.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 576 | 2026-05-06T00:55:01.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 577 | 2026-05-06T00:55:01.799Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 578 | 2026-05-06T00:55:01.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 579 | 2026-05-06T00:55:01.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 580 | 2026-05-06T00:55:01.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 581 | 2026-05-06T00:55:01.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 582 | 2026-05-06T00:55:01.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 583 | 2026-05-06T00:55:01.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 584 | 2026-05-06T00:55:01.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 585 | 2026-05-06T00:55:01.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 586 | 2026-05-06T00:55:01.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 587 | 2026-05-06T00:55:02.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 588 | 2026-05-06T00:55:02.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 589 | 2026-05-06T00:55:02.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 590 | 2026-05-06T00:55:02.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 591 | 2026-05-06T00:55:02.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 592 | 2026-05-06T00:55:02.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 593 | 2026-05-06T00:55:02.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 594 | 2026-05-06T00:55:02.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 595 | 2026-05-06T00:55:02.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 596 | 2026-05-06T00:55:02.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 597 | 2026-05-06T00:55:02.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 598 | 2026-05-06T00:55:03.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 599 | 2026-05-06T00:55:03.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 600 | 2026-05-06T00:55:03.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 601 | 2026-05-06T00:55:03.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 602 | 2026-05-06T00:55:03.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 603 | 2026-05-06T00:55:03.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 604 | 2026-05-06T00:55:03.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 605 | 2026-05-06T00:55:03.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 606 | 2026-05-06T00:55:03.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 607 | 2026-05-06T00:55:04.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 608 | 2026-05-06T00:55:04.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 609 | 2026-05-06T00:55:04.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 610 | 2026-05-06T00:55:04.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 611 | 2026-05-06T00:55:04.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 612 | 2026-05-06T00:55:04.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 613 | 2026-05-06T00:55:04.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 614 | 2026-05-06T00:55:05.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 615 | 2026-05-06T00:55:05.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 616 | 2026-05-06T00:55:05.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 617 | 2026-05-06T00:55:05.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 618 | 2026-05-06T00:55:05.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 619 | 2026-05-06T00:55:05.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 620 | 2026-05-06T00:55:05.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 621 | 2026-05-06T00:55:05.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 622 | 2026-05-06T00:55:05.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 623 | 2026-05-06T00:55:05.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 624 | 2026-05-06T00:55:05.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 625 | 2026-05-06T00:55:06.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 626 | 2026-05-06T00:55:06.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 231
|
| 627 | 2026-05-06T00:55:06.697Z | DEBG | oximeter (clickhouse-client): unrolling 231 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 628 | 2026-05-06T00:55:06.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 231
|
| 629 | 2026-05-06T00:55:06.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 630 | 2026-05-06T00:55:06.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 78
table_name = fields_string
|
| 631 | 2026-05-06T00:55:06.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 11
table_name = fields_u16
|
| 632 | 2026-05-06T00:55:06.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 75
table_name = fields_uuid
|
| 633 | 2026-05-06T00:55:06.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 634 | 2026-05-06T00:55:06.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 11
table_name = measurements_histogramu64
|
| 635 | 2026-05-06T00:55:06.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 636 | 2026-05-06T00:55:06.799Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 637 | 2026-05-06T00:55:06.942Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 638 | 2026-05-06T00:55:06.942Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 639 | 2026-05-06T00:55:06.946Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "cf34300a-e5ff-4a13-8883-37107f881ae0", "content-length": "1136", "date": "Wed, 06 May 2026 00:55:06 GMT"} })
|
| 640 | 2026-05-06T00:55:06.946Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNzgzOWM5My05MmY5LTQ5MGMtYjFmNC05ZGU0NmUzMGE5MzIifX0%3D
|
| 641 | 2026-05-06T00:55:06.949Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNzgzOWM5My05MmY5LTQ5MGMtYjFmNC05ZGU0NmUzMGE5MzIifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "9637fc76-e30f-43c5-a717-60f6f9b8af0f", "content-length": "29", "date": "Wed, 06 May 2026 00:55:06 GMT"} })
|
| 642 | 2026-05-06T00:55:06.949Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 7
n_pruned_tasks = 0
|
| 643 | 2026-05-06T00:55:06.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 644 | 2026-05-06T00:55:06.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 645 | 2026-05-06T00:55:06.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 646 | 2026-05-06T00:55:06.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 647 | 2026-05-06T00:55:06.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 648 | 2026-05-06T00:55:06.960Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 649 | 2026-05-06T00:55:06.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 650 | 2026-05-06T00:55:06.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 651 | 2026-05-06T00:55:06.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 652 | 2026-05-06T00:55:06.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 653 | 2026-05-06T00:55:06.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 654 | 2026-05-06T00:55:07.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 655 | 2026-05-06T00:55:07.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 656 | 2026-05-06T00:55:07.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 657 | 2026-05-06T00:55:07.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 658 | 2026-05-06T00:55:07.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 659 | 2026-05-06T00:55:07.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 660 | 2026-05-06T00:55:07.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 661 | 2026-05-06T00:55:08.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 662 | 2026-05-06T00:55:08.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 663 | 2026-05-06T00:55:08.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 664 | 2026-05-06T00:55:08.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 665 | 2026-05-06T00:55:08.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 666 | 2026-05-06T00:55:08.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 667 | 2026-05-06T00:55:08.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 668 | 2026-05-06T00:55:08.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 669 | 2026-05-06T00:55:08.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 670 | 2026-05-06T00:55:08.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 671 | 2026-05-06T00:55:08.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 672 | 2026-05-06T00:55:09.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 673 | 2026-05-06T00:55:09.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 674 | 2026-05-06T00:55:09.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 675 | 2026-05-06T00:55:09.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 676 | 2026-05-06T00:55:09.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 677 | 2026-05-06T00:55:09.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 678 | 2026-05-06T00:55:09.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 679 | 2026-05-06T00:55:09.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 680 | 2026-05-06T00:55:09.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 681 | 2026-05-06T00:55:10.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 682 | 2026-05-06T00:55:10.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 683 | 2026-05-06T00:55:10.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 684 | 2026-05-06T00:55:10.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 685 | 2026-05-06T00:55:10.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 686 | 2026-05-06T00:55:10.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 687 | 2026-05-06T00:55:10.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 688 | 2026-05-06T00:55:10.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 689 | 2026-05-06T00:55:10.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 690 | 2026-05-06T00:55:11.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 691 | 2026-05-06T00:55:11.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 692 | 2026-05-06T00:55:11.697Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 693 | 2026-05-06T00:55:11.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 694 | 2026-05-06T00:55:11.705Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 695 | 2026-05-06T00:55:11.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 696 | 2026-05-06T00:55:11.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 697 | 2026-05-06T00:55:11.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 698 | 2026-05-06T00:55:11.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 699 | 2026-05-06T00:55:11.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 700 | 2026-05-06T00:55:11.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 701 | 2026-05-06T00:55:11.799Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 702 | 2026-05-06T00:55:11.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 703 | 2026-05-06T00:55:11.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 704 | 2026-05-06T00:55:11.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 705 | 2026-05-06T00:55:11.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 706 | 2026-05-06T00:55:11.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 707 | 2026-05-06T00:55:11.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 708 | 2026-05-06T00:55:12.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 709 | 2026-05-06T00:55:12.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 710 | 2026-05-06T00:55:12.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 711 | 2026-05-06T00:55:12.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 712 | 2026-05-06T00:55:12.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 713 | 2026-05-06T00:55:12.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 714 | 2026-05-06T00:55:12.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 715 | 2026-05-06T00:55:12.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 716 | 2026-05-06T00:55:12.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 717 | 2026-05-06T00:55:12.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 718 | 2026-05-06T00:55:12.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 719 | 2026-05-06T00:55:12.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 720 | 2026-05-06T00:55:12.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 721 | 2026-05-06T00:55:12.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 722 | 2026-05-06T00:55:13.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 723 | 2026-05-06T00:55:13.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 724 | 2026-05-06T00:55:13.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 725 | 2026-05-06T00:55:13.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 726 | 2026-05-06T00:55:13.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 727 | 2026-05-06T00:55:13.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 728 | 2026-05-06T00:55:13.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 729 | 2026-05-06T00:55:13.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 730 | 2026-05-06T00:55:13.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 731 | 2026-05-06T00:55:14.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 732 | 2026-05-06T00:55:14.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 733 | 2026-05-06T00:55:14.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 734 | 2026-05-06T00:55:14.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 735 | 2026-05-06T00:55:14.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 736 | 2026-05-06T00:55:14.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 737 | 2026-05-06T00:55:14.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 738 | 2026-05-06T00:55:14.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 739 | 2026-05-06T00:55:14.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 740 | 2026-05-06T00:55:15.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 741 | 2026-05-06T00:55:15.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 742 | 2026-05-06T00:55:15.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 743 | 2026-05-06T00:55:15.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 744 | 2026-05-06T00:55:15.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 745 | 2026-05-06T00:55:15.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 746 | 2026-05-06T00:55:15.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 747 | 2026-05-06T00:55:15.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 748 | 2026-05-06T00:55:15.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 749 | 2026-05-06T00:55:16.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 750 | 2026-05-06T00:55:16.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 231
|
| 751 | 2026-05-06T00:55:16.697Z | DEBG | oximeter (clickhouse-client): unrolling 231 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 752 | 2026-05-06T00:55:16.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 231
|
| 753 | 2026-05-06T00:55:16.705Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 754 | 2026-05-06T00:55:16.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 78
table_name = fields_string
|
| 755 | 2026-05-06T00:55:16.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 11
table_name = fields_u16
|
| 756 | 2026-05-06T00:55:16.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 75
table_name = fields_uuid
|
| 757 | 2026-05-06T00:55:16.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 758 | 2026-05-06T00:55:16.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 11
table_name = measurements_histogramu64
|
| 759 | 2026-05-06T00:55:16.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 760 | 2026-05-06T00:55:16.799Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 761 | 2026-05-06T00:55:16.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 762 | 2026-05-06T00:55:16.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 763 | 2026-05-06T00:55:16.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 764 | 2026-05-06T00:55:16.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 765 | 2026-05-06T00:55:16.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 766 | 2026-05-06T00:55:16.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 767 | 2026-05-06T00:55:16.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 768 | 2026-05-06T00:55:16.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 769 | 2026-05-06T00:55:16.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 770 | 2026-05-06T00:55:17.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 771 | 2026-05-06T00:55:17.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 772 | 2026-05-06T00:55:17.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 773 | 2026-05-06T00:55:17.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 774 | 2026-05-06T00:55:17.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 775 | 2026-05-06T00:55:17.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 776 | 2026-05-06T00:55:17.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 777 | 2026-05-06T00:55:17.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 778 | 2026-05-06T00:55:17.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 779 | 2026-05-06T00:55:18.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 780 | 2026-05-06T00:55:18.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 781 | 2026-05-06T00:55:18.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 782 | 2026-05-06T00:55:18.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 783 | 2026-05-06T00:55:18.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 784 | 2026-05-06T00:55:18.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 785 | 2026-05-06T00:55:18.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 786 | 2026-05-06T00:55:18.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 787 | 2026-05-06T00:55:18.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 788 | 2026-05-06T00:55:19.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 789 | 2026-05-06T00:55:19.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 790 | 2026-05-06T00:55:19.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 791 | 2026-05-06T00:55:19.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 792 | 2026-05-06T00:55:19.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 793 | 2026-05-06T00:55:19.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 794 | 2026-05-06T00:55:19.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 795 | 2026-05-06T00:55:19.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 796 | 2026-05-06T00:55:19.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 797 | 2026-05-06T00:55:19.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 798 | 2026-05-06T00:55:19.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 799 | 2026-05-06T00:55:20.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 800 | 2026-05-06T00:55:20.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 801 | 2026-05-06T00:55:20.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 802 | 2026-05-06T00:55:20.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 803 | 2026-05-06T00:55:20.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 804 | 2026-05-06T00:55:20.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 805 | 2026-05-06T00:55:20.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 806 | 2026-05-06T00:55:20.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 807 | 2026-05-06T00:55:20.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 808 | 2026-05-06T00:55:21.000Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 809 | 2026-05-06T00:55:21.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 810 | 2026-05-06T00:55:21.697Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 811 | 2026-05-06T00:55:21.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 812 | 2026-05-06T00:55:21.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 813 | 2026-05-06T00:55:21.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 814 | 2026-05-06T00:55:21.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 815 | 2026-05-06T00:55:21.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 816 | 2026-05-06T00:55:21.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 817 | 2026-05-06T00:55:21.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 818 | 2026-05-06T00:55:21.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 819 | 2026-05-06T00:55:21.799Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 820 | 2026-05-06T00:55:21.942Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 821 | 2026-05-06T00:55:21.942Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 822 | 2026-05-06T00:55:21.945Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "87f087a2-cdaf-45a7-9baa-b8a8832fe2e6", "content-length": "1412", "date": "Wed, 06 May 2026 00:55:21 GMT"} })
|
| 823 | 2026-05-06T00:55:21.945Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 824 | 2026-05-06T00:55:21.946Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "41944dcd-8f21-4fc5-9400-77a4e6d59f41", "content-length": "29", "date": "Wed, 06 May 2026 00:55:21 GMT"} })
|
| 825 | 2026-05-06T00:55:21.946Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::a]:53144
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
|
| 826 | 2026-05-06T00:55:21.947Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::c]:44685
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
|
| 827 | 2026-05-06T00:55:21.947Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 828 | 2026-05-06T00:55:21.948Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 829 | 2026-05-06T00:55:21.948Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 830 | 2026-05-06T00:55:21.948Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 831 | 2026-05-06T00:55:21.948Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 832 | 2026-05-06T00:55:21.948Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 833 | 2026-05-06T00:55:21.948Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 834 | 2026-05-06T00:55:21.949Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 5
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 835 | 2026-05-06T00:55:21.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 6
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 836 | 2026-05-06T00:55:21.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 837 | 2026-05-06T00:55:21.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 838 | 2026-05-06T00:55:21.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 839 | 2026-05-06T00:55:21.978Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 840 | 2026-05-06T00:55:21.978Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 841 | 2026-05-06T00:55:21.978Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 842 | 2026-05-06T00:55:21.978Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 843 | 2026-05-06T00:55:21.978Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 844 | 2026-05-06T00:55:21.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 845 | 2026-05-06T00:55:21.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 846 | 2026-05-06T00:55:21.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 847 | 2026-05-06T00:55:21.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 848 | 2026-05-06T00:55:21.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 849 | 2026-05-06T00:55:21.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 850 | 2026-05-06T00:55:21.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 851 | 2026-05-06T00:55:21.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 852 | 2026-05-06T00:55:21.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 853 | 2026-05-06T00:55:21.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 854 | 2026-05-06T00:55:21.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 855 | 2026-05-06T00:55:22.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 856 | 2026-05-06T00:55:22.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 857 | 2026-05-06T00:55:22.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 36
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 858 | 2026-05-06T00:55:22.065Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 1473
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 859 | 2026-05-06T00:55:22.069Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1582
|
| 860 | 2026-05-06T00:55:22.070Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1582
|
| 861 | 2026-05-06T00:55:22.070Z | DEBG | oximeter (clickhouse-client): unrolling 1582 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 862 | 2026-05-06T00:55:22.116Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 863 | 2026-05-06T00:55:22.120Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
schema = TimeseriesSchema { timeseries_name: TimeseriesName("database_transaction:retry_data"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "attempt", field_type: U32, source: Metric, description: "" }, FieldSchema { name: "name", field_type: String, source: Target, description: "" }}, datum_type: F64, version: 1, authz_scope: Fleet, units: Count, created: 2026-05-06T00:55:22.071240786Z }
timeseries_name = database_transaction:retry_data
|
| 864 | 2026-05-06T00:55:22.132Z | DEBG | oximeter (clickhouse-client): inserting 1 new timeseries schema
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 865 | 2026-05-06T00:55:22.135Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = fields_i16
|
| 866 | 2026-05-06T00:55:22.137Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 14
table_name = fields_ipaddr
|
| 867 | 2026-05-06T00:55:22.140Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2559
table_name = fields_string
|
| 868 | 2026-05-06T00:55:22.141Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 50
table_name = fields_u16
|
| 869 | 2026-05-06T00:55:22.143Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 826
table_name = fields_u32
|
| 870 | 2026-05-06T00:55:22.145Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1
table_name = fields_u64
|
| 871 | 2026-05-06T00:55:22.146Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = fields_u8
|
| 872 | 2026-05-06T00:55:22.148Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1359
table_name = fields_uuid
|
| 873 | 2026-05-06T00:55:22.150Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1539
table_name = measurements_cumulativeu64
|
| 874 | 2026-05-06T00:55:22.151Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1
table_name = measurements_f64
|
| 875 | 2026-05-06T00:55:22.153Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = measurements_histogramu64
|
| 876 | 2026-05-06T00:55:22.155Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 6
table_name = measurements_i64
|
| 877 | 2026-05-06T00:55:22.156Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = measurements_u64
|
| 878 | 2026-05-06T00:55:22.170Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 879 | 2026-05-06T00:55:22.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 880 | 2026-05-06T00:55:22.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 881 | 2026-05-06T00:55:22.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 882 | 2026-05-06T00:55:22.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 883 | 2026-05-06T00:55:22.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 884 | 2026-05-06T00:55:22.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 885 | 2026-05-06T00:55:23.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 886 | 2026-05-06T00:55:23.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 887 | 2026-05-06T00:55:23.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 888 | 2026-05-06T00:55:23.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 889 | 2026-05-06T00:55:23.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 890 | 2026-05-06T00:55:23.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 891 | 2026-05-06T00:55:23.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 892 | 2026-05-06T00:55:23.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 893 | 2026-05-06T00:55:23.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 894 | 2026-05-06T00:55:24.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 895 | 2026-05-06T00:55:24.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 896 | 2026-05-06T00:55:24.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 897 | 2026-05-06T00:55:24.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 898 | 2026-05-06T00:55:24.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 899 | 2026-05-06T00:55:24.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 900 | 2026-05-06T00:55:24.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 901 | 2026-05-06T00:55:24.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 902 | 2026-05-06T00:55:24.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 903 | 2026-05-06T00:55:25.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 904 | 2026-05-06T00:55:25.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 905 | 2026-05-06T00:55:25.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 906 | 2026-05-06T00:55:25.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 907 | 2026-05-06T00:55:25.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 908 | 2026-05-06T00:55:25.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 909 | 2026-05-06T00:55:25.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 910 | 2026-05-06T00:55:25.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 911 | 2026-05-06T00:55:25.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 912 | 2026-05-06T00:55:25.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 913 | 2026-05-06T00:55:25.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 914 | 2026-05-06T00:55:26.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 915 | 2026-05-06T00:55:26.696Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 916 | 2026-05-06T00:55:26.696Z | DEBG | oximeter (clickhouse-client): unrolling 176 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 917 | 2026-05-06T00:55:26.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 918 | 2026-05-06T00:55:26.702Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 919 | 2026-05-06T00:55:26.708Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_string
|
| 920 | 2026-05-06T00:55:26.710Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 64
table_name = fields_uuid
|
| 921 | 2026-05-06T00:55:26.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 128
table_name = measurements_cumulativeu64
|
| 922 | 2026-05-06T00:55:26.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 48
table_name = measurements_u64
|
| 923 | 2026-05-06T00:55:26.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 924 | 2026-05-06T00:55:26.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 925 | 2026-05-06T00:55:26.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 926 | 2026-05-06T00:55:26.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 927 | 2026-05-06T00:55:26.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 928 | 2026-05-06T00:55:26.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 929 | 2026-05-06T00:55:26.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 930 | 2026-05-06T00:55:26.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 931 | 2026-05-06T00:55:26.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 932 | 2026-05-06T00:55:26.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 933 | 2026-05-06T00:55:27.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 934 | 2026-05-06T00:55:27.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 935 | 2026-05-06T00:55:27.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 936 | 2026-05-06T00:55:27.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 937 | 2026-05-06T00:55:27.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 938 | 2026-05-06T00:55:27.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 939 | 2026-05-06T00:55:27.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 940 | 2026-05-06T00:55:27.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 941 | 2026-05-06T00:55:27.979Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 942 | 2026-05-06T00:55:28.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 943 | 2026-05-06T00:55:28.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 944 | 2026-05-06T00:55:28.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 945 | 2026-05-06T00:55:28.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 946 | 2026-05-06T00:55:28.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 947 | 2026-05-06T00:55:28.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 948 | 2026-05-06T00:55:28.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 949 | 2026-05-06T00:55:28.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 950 | 2026-05-06T00:55:28.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 951 | 2026-05-06T00:55:29.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 952 | 2026-05-06T00:55:29.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 953 | 2026-05-06T00:55:29.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 954 | 2026-05-06T00:55:29.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 955 | 2026-05-06T00:55:29.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 956 | 2026-05-06T00:55:29.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 957 | 2026-05-06T00:55:29.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 958 | 2026-05-06T00:55:29.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 959 | 2026-05-06T00:55:29.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 960 | 2026-05-06T00:55:30.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 961 | 2026-05-06T00:55:30.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 962 | 2026-05-06T00:55:30.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 963 | 2026-05-06T00:55:30.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 964 | 2026-05-06T00:55:30.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 965 | 2026-05-06T00:55:30.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 966 | 2026-05-06T00:55:30.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 967 | 2026-05-06T00:55:30.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 968 | 2026-05-06T00:55:30.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 969 | 2026-05-06T00:55:31.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 970 | 2026-05-06T00:55:31.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 971 | 2026-05-06T00:55:31.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 972 | 2026-05-06T00:55:31.696Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 973 | 2026-05-06T00:55:31.696Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 974 | 2026-05-06T00:55:31.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 975 | 2026-05-06T00:55:31.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 976 | 2026-05-06T00:55:31.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 977 | 2026-05-06T00:55:31.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 978 | 2026-05-06T00:55:31.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 979 | 2026-05-06T00:55:31.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 980 | 2026-05-06T00:55:31.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 981 | 2026-05-06T00:55:31.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 982 | 2026-05-06T00:55:31.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 983 | 2026-05-06T00:55:31.948Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 984 | 2026-05-06T00:55:31.948Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 985 | 2026-05-06T00:55:31.948Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 986 | 2026-05-06T00:55:31.948Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 987 | 2026-05-06T00:55:31.949Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 988 | 2026-05-06T00:55:31.949Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 989 | 2026-05-06T00:55:31.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 990 | 2026-05-06T00:55:31.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 991 | 2026-05-06T00:55:31.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 992 | 2026-05-06T00:55:31.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 993 | 2026-05-06T00:55:31.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 994 | 2026-05-06T00:55:31.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 995 | 2026-05-06T00:55:31.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 996 | 2026-05-06T00:55:31.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 997 | 2026-05-06T00:55:31.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 998 | 2026-05-06T00:55:31.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 999 | 2026-05-06T00:55:32.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1000 | 2026-05-06T00:55:32.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1001 | 2026-05-06T00:55:32.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1002 | 2026-05-06T00:55:32.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1003 | 2026-05-06T00:55:32.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1004 | 2026-05-06T00:55:32.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1005 | 2026-05-06T00:55:32.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1006 | 2026-05-06T00:55:32.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1007 | 2026-05-06T00:55:33.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1008 | 2026-05-06T00:55:33.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1009 | 2026-05-06T00:55:33.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1010 | 2026-05-06T00:55:33.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1011 | 2026-05-06T00:55:33.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1012 | 2026-05-06T00:55:33.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1013 | 2026-05-06T00:55:33.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1014 | 2026-05-06T00:55:33.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1015 | 2026-05-06T00:55:33.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1016 | 2026-05-06T00:55:34.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1017 | 2026-05-06T00:55:34.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1018 | 2026-05-06T00:55:34.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1019 | 2026-05-06T00:55:34.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1020 | 2026-05-06T00:55:34.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1021 | 2026-05-06T00:55:34.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1022 | 2026-05-06T00:55:34.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1023 | 2026-05-06T00:55:34.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1024 | 2026-05-06T00:55:34.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1025 | 2026-05-06T00:55:35.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1026 | 2026-05-06T00:55:35.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1027 | 2026-05-06T00:55:35.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1028 | 2026-05-06T00:55:35.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1029 | 2026-05-06T00:55:35.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1030 | 2026-05-06T00:55:35.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1031 | 2026-05-06T00:55:35.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1032 | 2026-05-06T00:55:35.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1033 | 2026-05-06T00:55:35.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1034 | 2026-05-06T00:55:35.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1035 | 2026-05-06T00:55:35.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1036 | 2026-05-06T00:55:36.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1037 | 2026-05-06T00:55:36.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 235
|
| 1038 | 2026-05-06T00:55:36.697Z | DEBG | oximeter (clickhouse-client): unrolling 235 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1039 | 2026-05-06T00:55:36.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 235
|
| 1040 | 2026-05-06T00:55:36.705Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1041 | 2026-05-06T00:55:36.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 86
table_name = fields_string
|
| 1042 | 2026-05-06T00:55:36.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 15
table_name = fields_u16
|
| 1043 | 2026-05-06T00:55:36.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 79
table_name = fields_uuid
|
| 1044 | 2026-05-06T00:55:36.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1045 | 2026-05-06T00:55:36.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 15
table_name = measurements_histogramu64
|
| 1046 | 2026-05-06T00:55:36.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1047 | 2026-05-06T00:55:36.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1048 | 2026-05-06T00:55:36.943Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 1049 | 2026-05-06T00:55:36.943Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 1050 | 2026-05-06T00:55:36.955Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1051 | 2026-05-06T00:55:36.955Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1052 | 2026-05-06T00:55:36.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1053 | 2026-05-06T00:55:36.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1054 | 2026-05-06T00:55:36.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1055 | 2026-05-06T00:55:36.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1056 | 2026-05-06T00:55:36.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1057 | 2026-05-06T00:55:36.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1058 | 2026-05-06T00:55:36.969Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "b8a5d563-69fc-4ae9-ac93-31124dec0ea7", "content-length": "1412", "date": "Wed, 06 May 2026 00:55:36 GMT"} })
|
| 1059 | 2026-05-06T00:55:36.969Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 1060 | 2026-05-06T00:55:36.972Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "e0e616b9-772c-406f-8852-de3bf1d3b97f", "content-length": "29", "date": "Wed, 06 May 2026 00:55:36 GMT"} })
|
| 1061 | 2026-05-06T00:55:36.972Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 1062 | 2026-05-06T00:55:36.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1063 | 2026-05-06T00:55:36.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1064 | 2026-05-06T00:55:36.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1065 | 2026-05-06T00:55:36.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1066 | 2026-05-06T00:55:36.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1067 | 2026-05-06T00:55:37.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1068 | 2026-05-06T00:55:37.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1069 | 2026-05-06T00:55:37.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1070 | 2026-05-06T00:55:37.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1071 | 2026-05-06T00:55:37.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1072 | 2026-05-06T00:55:37.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1073 | 2026-05-06T00:55:37.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1074 | 2026-05-06T00:55:38.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1075 | 2026-05-06T00:55:38.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1076 | 2026-05-06T00:55:38.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1077 | 2026-05-06T00:55:38.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1078 | 2026-05-06T00:55:38.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1079 | 2026-05-06T00:55:38.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1080 | 2026-05-06T00:55:38.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1081 | 2026-05-06T00:55:38.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1082 | 2026-05-06T00:55:38.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1083 | 2026-05-06T00:55:39.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1084 | 2026-05-06T00:55:39.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1085 | 2026-05-06T00:55:39.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1086 | 2026-05-06T00:55:39.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1087 | 2026-05-06T00:55:39.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1088 | 2026-05-06T00:55:39.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1089 | 2026-05-06T00:55:39.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1090 | 2026-05-06T00:55:39.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1091 | 2026-05-06T00:55:39.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1092 | 2026-05-06T00:55:40.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1093 | 2026-05-06T00:55:40.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1094 | 2026-05-06T00:55:40.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1095 | 2026-05-06T00:55:40.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1096 | 2026-05-06T00:55:40.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1097 | 2026-05-06T00:55:40.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1098 | 2026-05-06T00:55:40.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1099 | 2026-05-06T00:55:40.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1100 | 2026-05-06T00:55:40.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1101 | 2026-05-06T00:55:41.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1102 | 2026-05-06T00:55:41.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1103 | 2026-05-06T00:55:41.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1104 | 2026-05-06T00:55:41.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 247
|
| 1105 | 2026-05-06T00:55:41.697Z | DEBG | oximeter (clickhouse-client): unrolling 247 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1106 | 2026-05-06T00:55:41.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 247
|
| 1107 | 2026-05-06T00:55:41.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1108 | 2026-05-06T00:55:41.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 4
table_name = fields_ipaddr
|
| 1109 | 2026-05-06T00:55:41.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 108
table_name = fields_string
|
| 1110 | 2026-05-06T00:55:41.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 29
table_name = fields_u16
|
| 1111 | 2026-05-06T00:55:41.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 93
table_name = fields_uuid
|
| 1112 | 2026-05-06T00:55:41.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 162
table_name = measurements_cumulativeu64
|
| 1113 | 2026-05-06T00:55:41.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 1114 | 2026-05-06T00:55:41.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1115 | 2026-05-06T00:55:41.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1116 | 2026-05-06T00:55:41.948Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1117 | 2026-05-06T00:55:41.948Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1118 | 2026-05-06T00:55:41.948Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1119 | 2026-05-06T00:55:41.948Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1120 | 2026-05-06T00:55:41.949Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1121 | 2026-05-06T00:55:41.949Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1122 | 2026-05-06T00:55:41.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1123 | 2026-05-06T00:55:41.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1124 | 2026-05-06T00:55:41.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1125 | 2026-05-06T00:55:41.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1126 | 2026-05-06T00:55:41.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1127 | 2026-05-06T00:55:41.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1128 | 2026-05-06T00:55:41.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1129 | 2026-05-06T00:55:41.999Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1130 | 2026-05-06T00:55:41.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1131 | 2026-05-06T00:55:41.999Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1132 | 2026-05-06T00:55:42.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1133 | 2026-05-06T00:55:42.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1134 | 2026-05-06T00:55:42.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1135 | 2026-05-06T00:55:42.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1136 | 2026-05-06T00:55:42.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1137 | 2026-05-06T00:55:42.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1138 | 2026-05-06T00:55:42.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1139 | 2026-05-06T00:55:42.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1140 | 2026-05-06T00:55:43.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1141 | 2026-05-06T00:55:43.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1142 | 2026-05-06T00:55:43.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1143 | 2026-05-06T00:55:43.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1144 | 2026-05-06T00:55:43.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1145 | 2026-05-06T00:55:43.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1146 | 2026-05-06T00:55:43.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1147 | 2026-05-06T00:55:43.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1148 | 2026-05-06T00:55:43.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1149 | 2026-05-06T00:55:44.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1150 | 2026-05-06T00:55:44.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1151 | 2026-05-06T00:55:44.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1152 | 2026-05-06T00:55:44.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1153 | 2026-05-06T00:55:44.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1154 | 2026-05-06T00:55:44.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1155 | 2026-05-06T00:55:44.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1156 | 2026-05-06T00:55:44.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1157 | 2026-05-06T00:55:44.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1158 | 2026-05-06T00:55:45.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1159 | 2026-05-06T00:55:45.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1160 | 2026-05-06T00:55:45.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1161 | 2026-05-06T00:55:45.955Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1162 | 2026-05-06T00:55:45.955Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1163 | 2026-05-06T00:55:45.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1164 | 2026-05-06T00:55:45.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1165 | 2026-05-06T00:55:45.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1166 | 2026-05-06T00:55:45.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1167 | 2026-05-06T00:55:46.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1168 | 2026-05-06T00:55:46.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1169 | 2026-05-06T00:55:46.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1170 | 2026-05-06T00:55:46.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 1171 | 2026-05-06T00:55:46.697Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1172 | 2026-05-06T00:55:46.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 1173 | 2026-05-06T00:55:46.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1174 | 2026-05-06T00:55:46.710Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 1175 | 2026-05-06T00:55:46.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 1176 | 2026-05-06T00:55:46.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 1177 | 2026-05-06T00:55:46.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1178 | 2026-05-06T00:55:46.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 1179 | 2026-05-06T00:55:46.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1180 | 2026-05-06T00:55:46.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1181 | 2026-05-06T00:55:46.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1182 | 2026-05-06T00:55:46.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1183 | 2026-05-06T00:55:46.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1184 | 2026-05-06T00:55:46.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1185 | 2026-05-06T00:55:46.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1186 | 2026-05-06T00:55:46.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1187 | 2026-05-06T00:55:46.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1188 | 2026-05-06T00:55:46.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1189 | 2026-05-06T00:55:46.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1190 | 2026-05-06T00:55:47.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1191 | 2026-05-06T00:55:47.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1192 | 2026-05-06T00:55:47.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1193 | 2026-05-06T00:55:47.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1194 | 2026-05-06T00:55:47.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1195 | 2026-05-06T00:55:47.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1196 | 2026-05-06T00:55:47.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1197 | 2026-05-06T00:55:47.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1198 | 2026-05-06T00:55:47.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1199 | 2026-05-06T00:55:48.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1200 | 2026-05-06T00:55:48.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1201 | 2026-05-06T00:55:48.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1202 | 2026-05-06T00:55:48.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1203 | 2026-05-06T00:55:48.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1204 | 2026-05-06T00:55:48.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1205 | 2026-05-06T00:55:48.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1206 | 2026-05-06T00:55:48.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1207 | 2026-05-06T00:55:48.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1208 | 2026-05-06T00:55:49.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1209 | 2026-05-06T00:55:49.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1210 | 2026-05-06T00:55:49.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1211 | 2026-05-06T00:55:49.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1212 | 2026-05-06T00:55:49.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1213 | 2026-05-06T00:55:49.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1214 | 2026-05-06T00:55:49.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1215 | 2026-05-06T00:55:49.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1216 | 2026-05-06T00:55:49.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1217 | 2026-05-06T00:55:50.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1218 | 2026-05-06T00:55:50.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1219 | 2026-05-06T00:55:50.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1220 | 2026-05-06T00:55:50.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1221 | 2026-05-06T00:55:50.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1222 | 2026-05-06T00:55:50.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1223 | 2026-05-06T00:55:50.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1224 | 2026-05-06T00:55:50.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1225 | 2026-05-06T00:55:50.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1226 | 2026-05-06T00:55:51.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1227 | 2026-05-06T00:55:51.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1228 | 2026-05-06T00:55:51.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1229 | 2026-05-06T00:55:51.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 1230 | 2026-05-06T00:55:51.697Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1231 | 2026-05-06T00:55:51.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 1232 | 2026-05-06T00:55:51.705Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1233 | 2026-05-06T00:55:51.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 1234 | 2026-05-06T00:55:51.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 1235 | 2026-05-06T00:55:51.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 1236 | 2026-05-06T00:55:51.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1237 | 2026-05-06T00:55:51.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 1238 | 2026-05-06T00:55:51.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1239 | 2026-05-06T00:55:51.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1240 | 2026-05-06T00:55:51.943Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 1241 | 2026-05-06T00:55:51.943Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 1242 | 2026-05-06T00:55:51.948Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1243 | 2026-05-06T00:55:51.948Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1244 | 2026-05-06T00:55:51.948Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1245 | 2026-05-06T00:55:51.948Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1246 | 2026-05-06T00:55:51.948Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1247 | 2026-05-06T00:55:51.948Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1248 | 2026-05-06T00:55:51.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1249 | 2026-05-06T00:55:51.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1250 | 2026-05-06T00:55:51.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1251 | 2026-05-06T00:55:51.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1252 | 2026-05-06T00:55:51.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1253 | 2026-05-06T00:55:51.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1254 | 2026-05-06T00:55:52.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1255 | 2026-05-06T00:55:52.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1256 | 2026-05-06T00:55:52.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 1257 | 2026-05-06T00:55:52.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 1258 | 2026-05-06T00:55:52.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 1259 | 2026-05-06T00:55:52.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 1260 | 2026-05-06T00:55:52.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1261 | 2026-05-06T00:55:52.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1262 | 2026-05-06T00:55:52.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1263 | 2026-05-06T00:55:52.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1264 | 2026-05-06T00:55:52.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 36
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 1265 | 2026-05-06T00:55:52.059Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "170ba835-f4f2-4230-bc02-5611c45675c6", "content-length": "1412", "date": "Wed, 06 May 2026 00:55:52 GMT"} })
|
| 1266 | 2026-05-06T00:55:52.059Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 1267 | 2026-05-06T00:55:52.061Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "0f36c9d5-c5e3-4042-928b-ada2f7a9b939", "content-length": "29", "date": "Wed, 06 May 2026 00:55:52 GMT"} })
|
| 1268 | 2026-05-06T00:55:52.061Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 1269 | 2026-05-06T00:55:52.064Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 1473
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 1270 | 2026-05-06T00:55:52.067Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1569
|
| 1271 | 2026-05-06T00:55:52.068Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1569
|
| 1272 | 2026-05-06T00:55:52.068Z | DEBG | oximeter (clickhouse-client): unrolling 1569 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1273 | 2026-05-06T00:55:52.112Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1274 | 2026-05-06T00:55:52.130Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = fields_i16
|
| 1275 | 2026-05-06T00:55:52.133Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2553
table_name = fields_string
|
| 1276 | 2026-05-06T00:55:52.134Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 37
table_name = fields_u16
|
| 1277 | 2026-05-06T00:55:52.136Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 825
table_name = fields_u32
|
| 1278 | 2026-05-06T00:55:52.137Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1
table_name = fields_u64
|
| 1279 | 2026-05-06T00:55:52.139Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = fields_u8
|
| 1280 | 2026-05-06T00:55:52.141Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1340
table_name = fields_uuid
|
| 1281 | 2026-05-06T00:55:52.143Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1532
table_name = measurements_cumulativeu64
|
| 1282 | 2026-05-06T00:55:52.145Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 1283 | 2026-05-06T00:55:52.146Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = measurements_u64
|
| 1284 | 2026-05-06T00:55:52.168Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1285 | 2026-05-06T00:55:52.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1286 | 2026-05-06T00:55:52.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1287 | 2026-05-06T00:55:52.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1288 | 2026-05-06T00:55:52.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1289 | 2026-05-06T00:55:52.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1290 | 2026-05-06T00:55:52.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1291 | 2026-05-06T00:55:53.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1292 | 2026-05-06T00:55:53.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1293 | 2026-05-06T00:55:53.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1294 | 2026-05-06T00:55:53.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1295 | 2026-05-06T00:55:53.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1296 | 2026-05-06T00:55:53.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1297 | 2026-05-06T00:55:53.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1298 | 2026-05-06T00:55:53.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1299 | 2026-05-06T00:55:53.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1300 | 2026-05-06T00:55:54.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1301 | 2026-05-06T00:55:54.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1302 | 2026-05-06T00:55:54.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1303 | 2026-05-06T00:55:54.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1304 | 2026-05-06T00:55:54.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1305 | 2026-05-06T00:55:54.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1306 | 2026-05-06T00:55:54.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1307 | 2026-05-06T00:55:54.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1308 | 2026-05-06T00:55:54.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1309 | 2026-05-06T00:55:55.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1310 | 2026-05-06T00:55:55.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1311 | 2026-05-06T00:55:55.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1312 | 2026-05-06T00:55:55.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1313 | 2026-05-06T00:55:55.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1314 | 2026-05-06T00:55:55.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1315 | 2026-05-06T00:55:55.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1316 | 2026-05-06T00:55:55.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1317 | 2026-05-06T00:55:55.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1318 | 2026-05-06T00:55:56.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1319 | 2026-05-06T00:55:56.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1320 | 2026-05-06T00:55:56.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1321 | 2026-05-06T00:55:56.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 1322 | 2026-05-06T00:55:56.697Z | DEBG | oximeter (clickhouse-client): unrolling 176 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1323 | 2026-05-06T00:55:56.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 1324 | 2026-05-06T00:55:56.703Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1325 | 2026-05-06T00:55:56.710Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_string
|
| 1326 | 2026-05-06T00:55:56.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 64
table_name = fields_uuid
|
| 1327 | 2026-05-06T00:55:56.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 128
table_name = measurements_cumulativeu64
|
| 1328 | 2026-05-06T00:55:56.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 48
table_name = measurements_u64
|
| 1329 | 2026-05-06T00:55:56.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1330 | 2026-05-06T00:55:56.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1331 | 2026-05-06T00:55:56.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1332 | 2026-05-06T00:55:56.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1333 | 2026-05-06T00:55:56.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1334 | 2026-05-06T00:55:56.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1335 | 2026-05-06T00:55:56.960Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1336 | 2026-05-06T00:55:56.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1337 | 2026-05-06T00:55:56.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1338 | 2026-05-06T00:55:56.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1339 | 2026-05-06T00:55:57.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1340 | 2026-05-06T00:55:57.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1341 | 2026-05-06T00:55:57.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1342 | 2026-05-06T00:55:57.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1343 | 2026-05-06T00:55:57.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1344 | 2026-05-06T00:55:57.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1345 | 2026-05-06T00:55:57.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1346 | 2026-05-06T00:55:57.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1347 | 2026-05-06T00:55:57.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1348 | 2026-05-06T00:55:58.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1349 | 2026-05-06T00:55:58.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1350 | 2026-05-06T00:55:58.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1351 | 2026-05-06T00:55:58.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1352 | 2026-05-06T00:55:58.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1353 | 2026-05-06T00:55:58.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1354 | 2026-05-06T00:55:58.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1355 | 2026-05-06T00:55:58.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1356 | 2026-05-06T00:55:58.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1357 | 2026-05-06T00:55:59.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1358 | 2026-05-06T00:55:59.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1359 | 2026-05-06T00:55:59.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1360 | 2026-05-06T00:55:59.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1361 | 2026-05-06T00:55:59.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1362 | 2026-05-06T00:55:59.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1363 | 2026-05-06T00:55:59.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1364 | 2026-05-06T00:55:59.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1365 | 2026-05-06T00:55:59.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1366 | 2026-05-06T00:56:00.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1367 | 2026-05-06T00:56:00.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1368 | 2026-05-06T00:56:00.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1369 | 2026-05-06T00:56:00.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1370 | 2026-05-06T00:56:00.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1371 | 2026-05-06T00:56:00.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1372 | 2026-05-06T00:56:00.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1373 | 2026-05-06T00:56:00.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1374 | 2026-05-06T00:56:00.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1375 | 2026-05-06T00:56:01.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1376 | 2026-05-06T00:56:01.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1377 | 2026-05-06T00:56:01.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1378 | 2026-05-06T00:56:01.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 1379 | 2026-05-06T00:56:01.697Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1380 | 2026-05-06T00:56:01.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 1381 | 2026-05-06T00:56:01.705Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1382 | 2026-05-06T00:56:01.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 1383 | 2026-05-06T00:56:01.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 1384 | 2026-05-06T00:56:01.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 1385 | 2026-05-06T00:56:01.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1386 | 2026-05-06T00:56:01.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 1387 | 2026-05-06T00:56:01.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1388 | 2026-05-06T00:56:01.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1389 | 2026-05-06T00:56:01.948Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1390 | 2026-05-06T00:56:01.948Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1391 | 2026-05-06T00:56:01.948Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1392 | 2026-05-06T00:56:01.948Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1393 | 2026-05-06T00:56:01.948Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1394 | 2026-05-06T00:56:01.949Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1395 | 2026-05-06T00:56:01.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1396 | 2026-05-06T00:56:01.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1397 | 2026-05-06T00:56:01.956Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1398 | 2026-05-06T00:56:01.977Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1399 | 2026-05-06T00:56:01.977Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1400 | 2026-05-06T00:56:01.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1401 | 2026-05-06T00:56:02.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1402 | 2026-05-06T00:56:02.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1403 | 2026-05-06T00:56:02.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1404 | 2026-05-06T00:56:02.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1405 | 2026-05-06T00:56:02.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1406 | 2026-05-06T00:56:02.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1407 | 2026-05-06T00:56:02.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1408 | 2026-05-06T00:56:02.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1409 | 2026-05-06T00:56:02.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1410 | 2026-05-06T00:56:02.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1411 | 2026-05-06T00:56:02.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1412 | 2026-05-06T00:56:02.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1413 | 2026-05-06T00:56:03.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1414 | 2026-05-06T00:56:03.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1415 | 2026-05-06T00:56:03.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1416 | 2026-05-06T00:56:03.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1417 | 2026-05-06T00:56:03.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1418 | 2026-05-06T00:56:03.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1419 | 2026-05-06T00:56:03.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1420 | 2026-05-06T00:56:03.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1421 | 2026-05-06T00:56:03.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1422 | 2026-05-06T00:56:04.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1423 | 2026-05-06T00:56:04.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1424 | 2026-05-06T00:56:04.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1425 | 2026-05-06T00:56:04.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1426 | 2026-05-06T00:56:04.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1427 | 2026-05-06T00:56:04.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1428 | 2026-05-06T00:56:04.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1429 | 2026-05-06T00:56:04.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1430 | 2026-05-06T00:56:04.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1431 | 2026-05-06T00:56:05.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1432 | 2026-05-06T00:56:05.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1433 | 2026-05-06T00:56:05.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1434 | 2026-05-06T00:56:05.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1435 | 2026-05-06T00:56:05.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1436 | 2026-05-06T00:56:05.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1437 | 2026-05-06T00:56:05.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1438 | 2026-05-06T00:56:05.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1439 | 2026-05-06T00:56:05.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1440 | 2026-05-06T00:56:06.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1441 | 2026-05-06T00:56:06.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1442 | 2026-05-06T00:56:06.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1443 | 2026-05-06T00:56:06.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 1444 | 2026-05-06T00:56:06.697Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1445 | 2026-05-06T00:56:06.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 1446 | 2026-05-06T00:56:06.705Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1447 | 2026-05-06T00:56:06.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 1448 | 2026-05-06T00:56:06.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 1449 | 2026-05-06T00:56:06.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 1450 | 2026-05-06T00:56:06.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1451 | 2026-05-06T00:56:06.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 1452 | 2026-05-06T00:56:06.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1453 | 2026-05-06T00:56:06.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1454 | 2026-05-06T00:56:06.943Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 1455 | 2026-05-06T00:56:06.943Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 1456 | 2026-05-06T00:56:06.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1457 | 2026-05-06T00:56:06.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1458 | 2026-05-06T00:56:06.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1459 | 2026-05-06T00:56:06.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1460 | 2026-05-06T00:56:06.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1461 | 2026-05-06T00:56:06.960Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1462 | 2026-05-06T00:56:06.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1463 | 2026-05-06T00:56:06.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1464 | 2026-05-06T00:56:06.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1465 | 2026-05-06T00:56:07.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1466 | 2026-05-06T00:56:07.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1467 | 2026-05-06T00:56:07.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1468 | 2026-05-06T00:56:07.047Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "78bd8829-bc8a-4836-b673-4e7a4744aecb", "content-length": "1412", "date": "Wed, 06 May 2026 00:56:07 GMT"} })
|
| 1469 | 2026-05-06T00:56:07.047Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 1470 | 2026-05-06T00:56:07.144Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "4af6057c-48ad-473d-a401-e676b306f344", "content-length": "29", "date": "Wed, 06 May 2026 00:56:07 GMT"} })
|
| 1471 | 2026-05-06T00:56:07.144Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 1472 | 2026-05-06T00:56:07.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1473 | 2026-05-06T00:56:07.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1474 | 2026-05-06T00:56:07.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1475 | 2026-05-06T00:56:07.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1476 | 2026-05-06T00:56:07.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1477 | 2026-05-06T00:56:07.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1478 | 2026-05-06T00:56:08.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1479 | 2026-05-06T00:56:08.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1480 | 2026-05-06T00:56:08.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1481 | 2026-05-06T00:56:08.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1482 | 2026-05-06T00:56:08.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1483 | 2026-05-06T00:56:08.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1484 | 2026-05-06T00:56:08.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1485 | 2026-05-06T00:56:08.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1486 | 2026-05-06T00:56:08.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1487 | 2026-05-06T00:56:09.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1488 | 2026-05-06T00:56:09.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1489 | 2026-05-06T00:56:09.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1490 | 2026-05-06T00:56:09.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1491 | 2026-05-06T00:56:09.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1492 | 2026-05-06T00:56:09.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1493 | 2026-05-06T00:56:09.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1494 | 2026-05-06T00:56:09.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1495 | 2026-05-06T00:56:09.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1496 | 2026-05-06T00:56:10.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1497 | 2026-05-06T00:56:10.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1498 | 2026-05-06T00:56:10.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1499 | 2026-05-06T00:56:10.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1500 | 2026-05-06T00:56:10.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1501 | 2026-05-06T00:56:10.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1502 | 2026-05-06T00:56:10.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1503 | 2026-05-06T00:56:10.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1504 | 2026-05-06T00:56:10.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1505 | 2026-05-06T00:56:11.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1506 | 2026-05-06T00:56:11.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1507 | 2026-05-06T00:56:11.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1508 | 2026-05-06T00:56:11.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 1509 | 2026-05-06T00:56:11.698Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1510 | 2026-05-06T00:56:11.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 1511 | 2026-05-06T00:56:11.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1512 | 2026-05-06T00:56:11.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 1513 | 2026-05-06T00:56:11.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 1514 | 2026-05-06T00:56:11.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 1515 | 2026-05-06T00:56:11.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1516 | 2026-05-06T00:56:11.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 1517 | 2026-05-06T00:56:11.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1518 | 2026-05-06T00:56:11.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1519 | 2026-05-06T00:56:11.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1520 | 2026-05-06T00:56:11.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1521 | 2026-05-06T00:56:11.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1522 | 2026-05-06T00:56:11.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1523 | 2026-05-06T00:56:11.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1524 | 2026-05-06T00:56:11.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1525 | 2026-05-06T00:56:11.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1526 | 2026-05-06T00:56:11.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1527 | 2026-05-06T00:56:11.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1528 | 2026-05-06T00:56:11.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1529 | 2026-05-06T00:56:11.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1530 | 2026-05-06T00:56:11.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1531 | 2026-05-06T00:56:12.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1532 | 2026-05-06T00:56:12.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1533 | 2026-05-06T00:56:12.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1534 | 2026-05-06T00:56:12.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1535 | 2026-05-06T00:56:12.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1536 | 2026-05-06T00:56:12.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1537 | 2026-05-06T00:56:12.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1538 | 2026-05-06T00:56:12.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1539 | 2026-05-06T00:56:12.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1540 | 2026-05-06T00:56:12.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1541 | 2026-05-06T00:56:12.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1542 | 2026-05-06T00:56:12.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1543 | 2026-05-06T00:56:13.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1544 | 2026-05-06T00:56:13.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1545 | 2026-05-06T00:56:13.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1546 | 2026-05-06T00:56:13.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1547 | 2026-05-06T00:56:13.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1548 | 2026-05-06T00:56:13.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1549 | 2026-05-06T00:56:13.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1550 | 2026-05-06T00:56:13.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1551 | 2026-05-06T00:56:13.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1552 | 2026-05-06T00:56:14.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1553 | 2026-05-06T00:56:14.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1554 | 2026-05-06T00:56:14.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1555 | 2026-05-06T00:56:14.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1556 | 2026-05-06T00:56:14.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1557 | 2026-05-06T00:56:14.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1558 | 2026-05-06T00:56:14.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1559 | 2026-05-06T00:56:14.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1560 | 2026-05-06T00:56:14.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1561 | 2026-05-06T00:56:15.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1562 | 2026-05-06T00:56:15.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1563 | 2026-05-06T00:56:15.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1564 | 2026-05-06T00:56:15.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1565 | 2026-05-06T00:56:15.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1566 | 2026-05-06T00:56:15.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1567 | 2026-05-06T00:56:15.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1568 | 2026-05-06T00:56:15.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1569 | 2026-05-06T00:56:15.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1570 | 2026-05-06T00:56:16.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1571 | 2026-05-06T00:56:16.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1572 | 2026-05-06T00:56:16.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1573 | 2026-05-06T00:56:16.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 1574 | 2026-05-06T00:56:16.697Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1575 | 2026-05-06T00:56:16.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 1576 | 2026-05-06T00:56:16.705Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1577 | 2026-05-06T00:56:16.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 1578 | 2026-05-06T00:56:16.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 1579 | 2026-05-06T00:56:16.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 1580 | 2026-05-06T00:56:16.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1581 | 2026-05-06T00:56:16.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 1582 | 2026-05-06T00:56:16.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1583 | 2026-05-06T00:56:16.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1584 | 2026-05-06T00:56:16.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1585 | 2026-05-06T00:56:16.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1586 | 2026-05-06T00:56:16.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1587 | 2026-05-06T00:56:16.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1588 | 2026-05-06T00:56:16.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1589 | 2026-05-06T00:56:16.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1590 | 2026-05-06T00:56:16.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1591 | 2026-05-06T00:56:16.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1592 | 2026-05-06T00:56:16.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1593 | 2026-05-06T00:56:17.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1594 | 2026-05-06T00:56:17.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1595 | 2026-05-06T00:56:17.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1596 | 2026-05-06T00:56:17.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1597 | 2026-05-06T00:56:17.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1598 | 2026-05-06T00:56:17.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1599 | 2026-05-06T00:56:17.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1600 | 2026-05-06T00:56:17.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1601 | 2026-05-06T00:56:17.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1602 | 2026-05-06T00:56:18.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1603 | 2026-05-06T00:56:18.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1604 | 2026-05-06T00:56:18.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1605 | 2026-05-06T00:56:18.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1606 | 2026-05-06T00:56:18.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1607 | 2026-05-06T00:56:18.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1608 | 2026-05-06T00:56:18.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1609 | 2026-05-06T00:56:18.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1610 | 2026-05-06T00:56:18.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1611 | 2026-05-06T00:56:19.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1612 | 2026-05-06T00:56:19.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1613 | 2026-05-06T00:56:19.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1614 | 2026-05-06T00:56:19.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1615 | 2026-05-06T00:56:19.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1616 | 2026-05-06T00:56:19.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1617 | 2026-05-06T00:56:19.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1618 | 2026-05-06T00:56:19.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1619 | 2026-05-06T00:56:19.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1620 | 2026-05-06T00:56:20.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1621 | 2026-05-06T00:56:20.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1622 | 2026-05-06T00:56:20.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1623 | 2026-05-06T00:56:20.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1624 | 2026-05-06T00:56:20.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1625 | 2026-05-06T00:56:20.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1626 | 2026-05-06T00:56:20.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1627 | 2026-05-06T00:56:20.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1628 | 2026-05-06T00:56:20.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1629 | 2026-05-06T00:56:21.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1630 | 2026-05-06T00:56:21.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1631 | 2026-05-06T00:56:21.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1632 | 2026-05-06T00:56:21.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 1633 | 2026-05-06T00:56:21.697Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1634 | 2026-05-06T00:56:21.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 1635 | 2026-05-06T00:56:21.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1636 | 2026-05-06T00:56:21.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 1637 | 2026-05-06T00:56:21.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 1638 | 2026-05-06T00:56:21.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 1639 | 2026-05-06T00:56:21.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1640 | 2026-05-06T00:56:21.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 1641 | 2026-05-06T00:56:21.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1642 | 2026-05-06T00:56:21.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1643 | 2026-05-06T00:56:21.943Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 1644 | 2026-05-06T00:56:21.943Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 1645 | 2026-05-06T00:56:21.948Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1646 | 2026-05-06T00:56:21.948Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1647 | 2026-05-06T00:56:21.948Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1648 | 2026-05-06T00:56:21.948Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1649 | 2026-05-06T00:56:21.948Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1650 | 2026-05-06T00:56:21.948Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1651 | 2026-05-06T00:56:21.949Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1652 | 2026-05-06T00:56:21.949Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1653 | 2026-05-06T00:56:21.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1654 | 2026-05-06T00:56:21.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1655 | 2026-05-06T00:56:21.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1656 | 2026-05-06T00:56:21.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1657 | 2026-05-06T00:56:21.978Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1658 | 2026-05-06T00:56:21.978Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 1659 | 2026-05-06T00:56:21.978Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1660 | 2026-05-06T00:56:21.978Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 1661 | 2026-05-06T00:56:21.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1662 | 2026-05-06T00:56:21.978Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1663 | 2026-05-06T00:56:21.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1664 | 2026-05-06T00:56:22.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1665 | 2026-05-06T00:56:22.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 1666 | 2026-05-06T00:56:22.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 1667 | 2026-05-06T00:56:22.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1668 | 2026-05-06T00:56:22.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1669 | 2026-05-06T00:56:22.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1670 | 2026-05-06T00:56:22.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 1671 | 2026-05-06T00:56:22.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 1672 | 2026-05-06T00:56:22.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1673 | 2026-05-06T00:56:22.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 36
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 1674 | 2026-05-06T00:56:22.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1675 | 2026-05-06T00:56:22.038Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "21a86bfe-8afd-4676-a342-4058f19f4e66", "content-length": "1412", "date": "Wed, 06 May 2026 00:56:22 GMT"} })
|
| 1676 | 2026-05-06T00:56:22.038Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 1677 | 2026-05-06T00:56:22.041Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "5e012187-c2d7-46c0-a8b0-71b9ea31f9b9", "content-length": "29", "date": "Wed, 06 May 2026 00:56:22 GMT"} })
|
| 1678 | 2026-05-06T00:56:22.041Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 1679 | 2026-05-06T00:56:22.071Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 1473
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 1680 | 2026-05-06T00:56:22.075Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1576
|
| 1681 | 2026-05-06T00:56:22.076Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1576
|
| 1682 | 2026-05-06T00:56:22.076Z | DEBG | oximeter (clickhouse-client): unrolling 1576 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1683 | 2026-05-06T00:56:22.122Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1684 | 2026-05-06T00:56:22.139Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = fields_i16
|
| 1685 | 2026-05-06T00:56:22.141Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 14
table_name = fields_ipaddr
|
| 1686 | 2026-05-06T00:56:22.143Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2560
table_name = fields_string
|
| 1687 | 2026-05-06T00:56:22.145Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 51
table_name = fields_u16
|
| 1688 | 2026-05-06T00:56:22.147Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 825
table_name = fields_u32
|
| 1689 | 2026-05-06T00:56:22.148Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1
table_name = fields_u64
|
| 1690 | 2026-05-06T00:56:22.150Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = fields_u8
|
| 1691 | 2026-05-06T00:56:22.152Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1354
table_name = fields_uuid
|
| 1692 | 2026-05-06T00:56:22.154Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1539
table_name = measurements_cumulativeu64
|
| 1693 | 2026-05-06T00:56:22.156Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 1694 | 2026-05-06T00:56:22.158Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = measurements_u64
|
| 1695 | 2026-05-06T00:56:22.177Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1696 | 2026-05-06T00:56:22.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1697 | 2026-05-06T00:56:22.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1698 | 2026-05-06T00:56:22.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1699 | 2026-05-06T00:56:22.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1700 | 2026-05-06T00:56:22.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1701 | 2026-05-06T00:56:22.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1702 | 2026-05-06T00:56:23.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1703 | 2026-05-06T00:56:23.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1704 | 2026-05-06T00:56:23.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1705 | 2026-05-06T00:56:23.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1706 | 2026-05-06T00:56:23.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1707 | 2026-05-06T00:56:23.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1708 | 2026-05-06T00:56:23.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1709 | 2026-05-06T00:56:23.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1710 | 2026-05-06T00:56:23.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1711 | 2026-05-06T00:56:24.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1712 | 2026-05-06T00:56:24.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1713 | 2026-05-06T00:56:24.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1714 | 2026-05-06T00:56:24.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1715 | 2026-05-06T00:56:24.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1716 | 2026-05-06T00:56:24.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1717 | 2026-05-06T00:56:24.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1718 | 2026-05-06T00:56:24.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1719 | 2026-05-06T00:56:24.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1720 | 2026-05-06T00:56:25.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1721 | 2026-05-06T00:56:25.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1722 | 2026-05-06T00:56:25.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1723 | 2026-05-06T00:56:25.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1724 | 2026-05-06T00:56:25.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1725 | 2026-05-06T00:56:25.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1726 | 2026-05-06T00:56:25.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1727 | 2026-05-06T00:56:25.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1728 | 2026-05-06T00:56:25.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1729 | 2026-05-06T00:56:26.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1730 | 2026-05-06T00:56:26.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1731 | 2026-05-06T00:56:26.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1732 | 2026-05-06T00:56:26.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 1733 | 2026-05-06T00:56:26.697Z | DEBG | oximeter (clickhouse-client): unrolling 176 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1734 | 2026-05-06T00:56:26.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 1735 | 2026-05-06T00:56:26.703Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1736 | 2026-05-06T00:56:26.709Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_string
|
| 1737 | 2026-05-06T00:56:26.710Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 64
table_name = fields_uuid
|
| 1738 | 2026-05-06T00:56:26.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 128
table_name = measurements_cumulativeu64
|
| 1739 | 2026-05-06T00:56:26.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 48
table_name = measurements_u64
|
| 1740 | 2026-05-06T00:56:26.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1741 | 2026-05-06T00:56:26.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1742 | 2026-05-06T00:56:26.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1743 | 2026-05-06T00:56:26.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1744 | 2026-05-06T00:56:26.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1745 | 2026-05-06T00:56:26.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1746 | 2026-05-06T00:56:26.960Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1747 | 2026-05-06T00:56:26.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1748 | 2026-05-06T00:56:26.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1749 | 2026-05-06T00:56:26.980Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1750 | 2026-05-06T00:56:27.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1751 | 2026-05-06T00:56:27.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1752 | 2026-05-06T00:56:27.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1753 | 2026-05-06T00:56:27.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1754 | 2026-05-06T00:56:27.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1755 | 2026-05-06T00:56:27.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1756 | 2026-05-06T00:56:27.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1757 | 2026-05-06T00:56:27.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1758 | 2026-05-06T00:56:27.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1759 | 2026-05-06T00:56:28.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1760 | 2026-05-06T00:56:28.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1761 | 2026-05-06T00:56:28.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1762 | 2026-05-06T00:56:28.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1763 | 2026-05-06T00:56:28.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1764 | 2026-05-06T00:56:28.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1765 | 2026-05-06T00:56:28.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1766 | 2026-05-06T00:56:28.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1767 | 2026-05-06T00:56:28.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1768 | 2026-05-06T00:56:29.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1769 | 2026-05-06T00:56:29.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1770 | 2026-05-06T00:56:29.001Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1771 | 2026-05-06T00:56:29.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1772 | 2026-05-06T00:56:29.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1773 | 2026-05-06T00:56:29.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1774 | 2026-05-06T00:56:29.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1775 | 2026-05-06T00:56:29.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1776 | 2026-05-06T00:56:29.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1777 | 2026-05-06T00:56:30.000Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1778 | 2026-05-06T00:56:30.000Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1779 | 2026-05-06T00:56:30.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1780 | 2026-05-06T00:56:30.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1781 | 2026-05-06T00:56:30.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1782 | 2026-05-06T00:56:30.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1783 | 2026-05-06T00:56:30.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1784 | 2026-05-06T00:56:30.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1785 | 2026-05-06T00:56:30.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1786 | 2026-05-06T00:56:31.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1787 | 2026-05-06T00:56:31.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1788 | 2026-05-06T00:56:31.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1789 | 2026-05-06T00:56:31.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 1790 | 2026-05-06T00:56:31.698Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1791 | 2026-05-06T00:56:31.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 1792 | 2026-05-06T00:56:31.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1793 | 2026-05-06T00:56:31.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 1794 | 2026-05-06T00:56:31.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 1795 | 2026-05-06T00:56:31.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 1796 | 2026-05-06T00:56:31.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1797 | 2026-05-06T00:56:31.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 1798 | 2026-05-06T00:56:31.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1799 | 2026-05-06T00:56:31.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1800 | 2026-05-06T00:56:31.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1801 | 2026-05-06T00:56:31.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1802 | 2026-05-06T00:56:31.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1803 | 2026-05-06T00:56:31.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1804 | 2026-05-06T00:56:31.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1805 | 2026-05-06T00:56:31.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1806 | 2026-05-06T00:56:31.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1807 | 2026-05-06T00:56:31.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1808 | 2026-05-06T00:56:31.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1809 | 2026-05-06T00:56:31.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1810 | 2026-05-06T00:56:31.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1811 | 2026-05-06T00:56:31.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1812 | 2026-05-06T00:56:32.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1813 | 2026-05-06T00:56:32.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1814 | 2026-05-06T00:56:32.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1815 | 2026-05-06T00:56:32.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1816 | 2026-05-06T00:56:32.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1817 | 2026-05-06T00:56:32.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1818 | 2026-05-06T00:56:32.956Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1819 | 2026-05-06T00:56:32.956Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1820 | 2026-05-06T00:56:32.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1821 | 2026-05-06T00:56:32.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1822 | 2026-05-06T00:56:32.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1823 | 2026-05-06T00:56:32.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1824 | 2026-05-06T00:56:33.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1825 | 2026-05-06T00:56:33.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1826 | 2026-05-06T00:56:33.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1827 | 2026-05-06T00:56:33.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1828 | 2026-05-06T00:56:33.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1829 | 2026-05-06T00:56:33.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1830 | 2026-05-06T00:56:33.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1831 | 2026-05-06T00:56:33.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1832 | 2026-05-06T00:56:33.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1833 | 2026-05-06T00:56:34.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1834 | 2026-05-06T00:56:34.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1835 | 2026-05-06T00:56:34.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1836 | 2026-05-06T00:56:34.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1837 | 2026-05-06T00:56:34.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1838 | 2026-05-06T00:56:34.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1839 | 2026-05-06T00:56:34.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1840 | 2026-05-06T00:56:34.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1841 | 2026-05-06T00:56:34.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1842 | 2026-05-06T00:56:35.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1843 | 2026-05-06T00:56:35.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1844 | 2026-05-06T00:56:35.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1845 | 2026-05-06T00:56:35.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1846 | 2026-05-06T00:56:35.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1847 | 2026-05-06T00:56:35.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1848 | 2026-05-06T00:56:35.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1849 | 2026-05-06T00:56:35.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1850 | 2026-05-06T00:56:35.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1851 | 2026-05-06T00:56:36.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1852 | 2026-05-06T00:56:36.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1853 | 2026-05-06T00:56:36.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1854 | 2026-05-06T00:56:36.697Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 1855 | 2026-05-06T00:56:36.698Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1856 | 2026-05-06T00:56:36.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 1857 | 2026-05-06T00:56:36.705Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1858 | 2026-05-06T00:56:36.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 1859 | 2026-05-06T00:56:36.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 1860 | 2026-05-06T00:56:36.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 1861 | 2026-05-06T00:56:36.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1862 | 2026-05-06T00:56:36.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 1863 | 2026-05-06T00:56:36.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1864 | 2026-05-06T00:56:36.800Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1865 | 2026-05-06T00:56:36.944Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 1866 | 2026-05-06T00:56:36.944Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 1867 | 2026-05-06T00:56:36.947Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "ae82cb10-df09-42fa-afb5-ffab0cfc25ba", "content-length": "1412", "date": "Wed, 06 May 2026 00:56:36 GMT"} })
|
| 1868 | 2026-05-06T00:56:36.947Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 1869 | 2026-05-06T00:56:36.949Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "f7f8c079-5a43-4cab-9879-da90429cde07", "content-length": "29", "date": "Wed, 06 May 2026 00:56:36 GMT"} })
|
| 1870 | 2026-05-06T00:56:36.950Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 1871 | 2026-05-06T00:56:36.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1872 | 2026-05-06T00:56:36.957Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1873 | 2026-05-06T00:56:36.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1874 | 2026-05-06T00:56:36.957Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1875 | 2026-05-06T00:56:36.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1876 | 2026-05-06T00:56:36.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1877 | 2026-05-06T00:56:36.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1878 | 2026-05-06T00:56:36.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 1879 | 2026-05-06T00:56:36.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1880 | 2026-05-06T00:56:36.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1881 | 2026-05-06T00:56:36.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1882 | 2026-05-06T00:56:37.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1883 | 2026-05-06T00:56:37.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1884 | 2026-05-06T00:56:37.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1885 | 2026-05-06T00:56:37.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1886 | 2026-05-06T00:56:37.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1887 | 2026-05-06T00:56:37.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1888 | 2026-05-06T00:56:37.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1889 | 2026-05-06T00:56:37.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1890 | 2026-05-06T00:56:37.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1891 | 2026-05-06T00:56:38.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1892 | 2026-05-06T00:56:38.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1893 | 2026-05-06T00:56:38.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1894 | 2026-05-06T00:56:38.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1895 | 2026-05-06T00:56:38.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1896 | 2026-05-06T00:56:38.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1897 | 2026-05-06T00:56:38.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1898 | 2026-05-06T00:56:38.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1899 | 2026-05-06T00:56:38.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1900 | 2026-05-06T00:56:39.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1901 | 2026-05-06T00:56:39.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1902 | 2026-05-06T00:56:39.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1903 | 2026-05-06T00:56:39.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1904 | 2026-05-06T00:56:39.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1905 | 2026-05-06T00:56:39.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1906 | 2026-05-06T00:56:39.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1907 | 2026-05-06T00:56:39.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1908 | 2026-05-06T00:56:39.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1909 | 2026-05-06T00:56:40.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1910 | 2026-05-06T00:56:40.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1911 | 2026-05-06T00:56:40.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1912 | 2026-05-06T00:56:40.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1913 | 2026-05-06T00:56:40.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1914 | 2026-05-06T00:56:40.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1915 | 2026-05-06T00:56:40.978Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1916 | 2026-05-06T00:56:40.978Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1917 | 2026-05-06T00:56:40.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1918 | 2026-05-06T00:56:41.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1919 | 2026-05-06T00:56:41.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1920 | 2026-05-06T00:56:41.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1921 | 2026-05-06T00:56:41.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 247
|
| 1922 | 2026-05-06T00:56:41.698Z | DEBG | oximeter (clickhouse-client): unrolling 247 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1923 | 2026-05-06T00:56:41.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 247
|
| 1924 | 2026-05-06T00:56:41.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1925 | 2026-05-06T00:56:41.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 4
table_name = fields_ipaddr
|
| 1926 | 2026-05-06T00:56:41.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 108
table_name = fields_string
|
| 1927 | 2026-05-06T00:56:41.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 29
table_name = fields_u16
|
| 1928 | 2026-05-06T00:56:41.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 93
table_name = fields_uuid
|
| 1929 | 2026-05-06T00:56:41.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 162
table_name = measurements_cumulativeu64
|
| 1930 | 2026-05-06T00:56:41.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 1931 | 2026-05-06T00:56:41.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1932 | 2026-05-06T00:56:41.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1933 | 2026-05-06T00:56:41.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1934 | 2026-05-06T00:56:41.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1935 | 2026-05-06T00:56:41.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1936 | 2026-05-06T00:56:41.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1937 | 2026-05-06T00:56:41.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 1938 | 2026-05-06T00:56:41.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 1939 | 2026-05-06T00:56:41.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1940 | 2026-05-06T00:56:41.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1941 | 2026-05-06T00:56:41.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1942 | 2026-05-06T00:56:41.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1943 | 2026-05-06T00:56:41.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1944 | 2026-05-06T00:56:41.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1945 | 2026-05-06T00:56:42.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1946 | 2026-05-06T00:56:42.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1947 | 2026-05-06T00:56:42.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1948 | 2026-05-06T00:56:42.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1949 | 2026-05-06T00:56:42.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1950 | 2026-05-06T00:56:42.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 1951 | 2026-05-06T00:56:42.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1952 | 2026-05-06T00:56:42.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1953 | 2026-05-06T00:56:42.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1954 | 2026-05-06T00:56:42.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1955 | 2026-05-06T00:56:42.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1956 | 2026-05-06T00:56:42.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1957 | 2026-05-06T00:56:43.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1958 | 2026-05-06T00:56:43.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1959 | 2026-05-06T00:56:43.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1960 | 2026-05-06T00:56:43.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1961 | 2026-05-06T00:56:43.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1962 | 2026-05-06T00:56:43.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1963 | 2026-05-06T00:56:43.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1964 | 2026-05-06T00:56:43.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1965 | 2026-05-06T00:56:43.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1966 | 2026-05-06T00:56:44.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1967 | 2026-05-06T00:56:44.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1968 | 2026-05-06T00:56:44.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1969 | 2026-05-06T00:56:44.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1970 | 2026-05-06T00:56:44.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1971 | 2026-05-06T00:56:44.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1972 | 2026-05-06T00:56:44.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1973 | 2026-05-06T00:56:44.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1974 | 2026-05-06T00:56:44.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1975 | 2026-05-06T00:56:45.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1976 | 2026-05-06T00:56:45.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1977 | 2026-05-06T00:56:45.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1978 | 2026-05-06T00:56:45.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1979 | 2026-05-06T00:56:45.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1980 | 2026-05-06T00:56:45.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1981 | 2026-05-06T00:56:45.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1982 | 2026-05-06T00:56:45.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1983 | 2026-05-06T00:56:45.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1984 | 2026-05-06T00:56:46.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1985 | 2026-05-06T00:56:46.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1986 | 2026-05-06T00:56:46.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1987 | 2026-05-06T00:56:46.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 1988 | 2026-05-06T00:56:46.698Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1989 | 2026-05-06T00:56:46.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 1990 | 2026-05-06T00:56:46.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 1991 | 2026-05-06T00:56:46.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 1992 | 2026-05-06T00:56:46.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 1993 | 2026-05-06T00:56:46.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 1994 | 2026-05-06T00:56:46.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1995 | 2026-05-06T00:56:46.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 1996 | 2026-05-06T00:56:46.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 1997 | 2026-05-06T00:56:46.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 1998 | 2026-05-06T00:56:46.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1999 | 2026-05-06T00:56:46.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2000 | 2026-05-06T00:56:46.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2001 | 2026-05-06T00:56:46.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2002 | 2026-05-06T00:56:46.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2003 | 2026-05-06T00:56:46.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2004 | 2026-05-06T00:56:46.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2005 | 2026-05-06T00:56:46.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2006 | 2026-05-06T00:56:46.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2007 | 2026-05-06T00:56:47.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2008 | 2026-05-06T00:56:47.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2009 | 2026-05-06T00:56:47.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2010 | 2026-05-06T00:56:47.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2011 | 2026-05-06T00:56:47.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2012 | 2026-05-06T00:56:47.957Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2013 | 2026-05-06T00:56:47.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2014 | 2026-05-06T00:56:47.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2015 | 2026-05-06T00:56:47.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2016 | 2026-05-06T00:56:48.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2017 | 2026-05-06T00:56:48.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2018 | 2026-05-06T00:56:48.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2019 | 2026-05-06T00:56:48.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2020 | 2026-05-06T00:56:48.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2021 | 2026-05-06T00:56:48.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2022 | 2026-05-06T00:56:48.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2023 | 2026-05-06T00:56:48.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2024 | 2026-05-06T00:56:48.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2025 | 2026-05-06T00:56:49.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2026 | 2026-05-06T00:56:49.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2027 | 2026-05-06T00:56:49.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2028 | 2026-05-06T00:56:49.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2029 | 2026-05-06T00:56:49.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2030 | 2026-05-06T00:56:49.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2031 | 2026-05-06T00:56:49.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2032 | 2026-05-06T00:56:49.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2033 | 2026-05-06T00:56:49.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2034 | 2026-05-06T00:56:50.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2035 | 2026-05-06T00:56:50.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2036 | 2026-05-06T00:56:50.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2037 | 2026-05-06T00:56:50.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2038 | 2026-05-06T00:56:50.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2039 | 2026-05-06T00:56:50.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2040 | 2026-05-06T00:56:50.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2041 | 2026-05-06T00:56:50.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2042 | 2026-05-06T00:56:50.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2043 | 2026-05-06T00:56:51.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2044 | 2026-05-06T00:56:51.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2045 | 2026-05-06T00:56:51.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2046 | 2026-05-06T00:56:51.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 2047 | 2026-05-06T00:56:51.698Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2048 | 2026-05-06T00:56:51.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 2049 | 2026-05-06T00:56:51.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2050 | 2026-05-06T00:56:51.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 2051 | 2026-05-06T00:56:51.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 2052 | 2026-05-06T00:56:51.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 2053 | 2026-05-06T00:56:51.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2054 | 2026-05-06T00:56:51.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 2055 | 2026-05-06T00:56:51.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 2056 | 2026-05-06T00:56:51.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2057 | 2026-05-06T00:56:51.944Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 2058 | 2026-05-06T00:56:51.944Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 2059 | 2026-05-06T00:56:51.947Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "b812044c-229a-4adf-87c1-bd9a8462919a", "content-length": "1412", "date": "Wed, 06 May 2026 00:56:51 GMT"} })
|
| 2060 | 2026-05-06T00:56:51.947Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 2061 | 2026-05-06T00:56:51.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2062 | 2026-05-06T00:56:51.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2063 | 2026-05-06T00:56:51.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2064 | 2026-05-06T00:56:51.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2065 | 2026-05-06T00:56:51.950Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "e93e8146-2653-4b47-ad54-5b107ba3c49e", "content-length": "29", "date": "Wed, 06 May 2026 00:56:51 GMT"} })
|
| 2066 | 2026-05-06T00:56:51.950Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2067 | 2026-05-06T00:56:51.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2068 | 2026-05-06T00:56:51.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2069 | 2026-05-06T00:56:51.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2070 | 2026-05-06T00:56:51.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2071 | 2026-05-06T00:56:51.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2072 | 2026-05-06T00:56:51.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2073 | 2026-05-06T00:56:51.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2074 | 2026-05-06T00:56:51.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2075 | 2026-05-06T00:56:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2076 | 2026-05-06T00:56:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2077 | 2026-05-06T00:56:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 2078 | 2026-05-06T00:56:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2079 | 2026-05-06T00:56:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 2080 | 2026-05-06T00:56:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2081 | 2026-05-06T00:56:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 2082 | 2026-05-06T00:56:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 2083 | 2026-05-06T00:56:52.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2084 | 2026-05-06T00:56:52.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2085 | 2026-05-06T00:56:52.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 36
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 2086 | 2026-05-06T00:56:52.066Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 1473
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 2087 | 2026-05-06T00:56:52.070Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1569
|
| 2088 | 2026-05-06T00:56:52.070Z | DEBG | oximeter (clickhouse-client): unrolling 1569 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2089 | 2026-05-06T00:56:52.070Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1569
|
| 2090 | 2026-05-06T00:56:52.116Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2091 | 2026-05-06T00:56:52.134Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = fields_i16
|
| 2092 | 2026-05-06T00:56:52.137Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2553
table_name = fields_string
|
| 2093 | 2026-05-06T00:56:52.139Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 37
table_name = fields_u16
|
| 2094 | 2026-05-06T00:56:52.141Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 825
table_name = fields_u32
|
| 2095 | 2026-05-06T00:56:52.142Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1
table_name = fields_u64
|
| 2096 | 2026-05-06T00:56:52.143Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = fields_u8
|
| 2097 | 2026-05-06T00:56:52.145Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1340
table_name = fields_uuid
|
| 2098 | 2026-05-06T00:56:52.147Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1532
table_name = measurements_cumulativeu64
|
| 2099 | 2026-05-06T00:56:52.150Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 2100 | 2026-05-06T00:56:52.151Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = measurements_u64
|
| 2101 | 2026-05-06T00:56:52.172Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2102 | 2026-05-06T00:56:52.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2103 | 2026-05-06T00:56:52.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2104 | 2026-05-06T00:56:52.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2105 | 2026-05-06T00:56:52.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2106 | 2026-05-06T00:56:52.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2107 | 2026-05-06T00:56:52.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2108 | 2026-05-06T00:56:53.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2109 | 2026-05-06T00:56:53.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2110 | 2026-05-06T00:56:53.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2111 | 2026-05-06T00:56:53.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2112 | 2026-05-06T00:56:53.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2113 | 2026-05-06T00:56:53.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2114 | 2026-05-06T00:56:53.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2115 | 2026-05-06T00:56:53.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2116 | 2026-05-06T00:56:53.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2117 | 2026-05-06T00:56:54.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2118 | 2026-05-06T00:56:54.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2119 | 2026-05-06T00:56:54.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2120 | 2026-05-06T00:56:54.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2121 | 2026-05-06T00:56:54.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2122 | 2026-05-06T00:56:54.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2123 | 2026-05-06T00:56:54.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2124 | 2026-05-06T00:56:54.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2125 | 2026-05-06T00:56:54.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2126 | 2026-05-06T00:56:55.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2127 | 2026-05-06T00:56:55.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2128 | 2026-05-06T00:56:55.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2129 | 2026-05-06T00:56:55.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2130 | 2026-05-06T00:56:55.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2131 | 2026-05-06T00:56:55.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2132 | 2026-05-06T00:56:55.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2133 | 2026-05-06T00:56:55.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2134 | 2026-05-06T00:56:55.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2135 | 2026-05-06T00:56:56.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2136 | 2026-05-06T00:56:56.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2137 | 2026-05-06T00:56:56.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2138 | 2026-05-06T00:56:56.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 2139 | 2026-05-06T00:56:56.698Z | DEBG | oximeter (clickhouse-client): unrolling 176 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2140 | 2026-05-06T00:56:56.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 2141 | 2026-05-06T00:56:56.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2142 | 2026-05-06T00:56:56.710Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_string
|
| 2143 | 2026-05-06T00:56:56.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 64
table_name = fields_uuid
|
| 2144 | 2026-05-06T00:56:56.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 128
table_name = measurements_cumulativeu64
|
| 2145 | 2026-05-06T00:56:56.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 48
table_name = measurements_u64
|
| 2146 | 2026-05-06T00:56:56.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2147 | 2026-05-06T00:56:56.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2148 | 2026-05-06T00:56:56.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2149 | 2026-05-06T00:56:56.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2150 | 2026-05-06T00:56:56.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2151 | 2026-05-06T00:56:56.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2152 | 2026-05-06T00:56:56.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2153 | 2026-05-06T00:56:56.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2154 | 2026-05-06T00:56:56.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2155 | 2026-05-06T00:56:56.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2156 | 2026-05-06T00:56:57.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2157 | 2026-05-06T00:56:57.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2158 | 2026-05-06T00:56:57.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2159 | 2026-05-06T00:56:57.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2160 | 2026-05-06T00:56:57.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2161 | 2026-05-06T00:56:57.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2162 | 2026-05-06T00:56:57.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2163 | 2026-05-06T00:56:57.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2164 | 2026-05-06T00:56:57.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2165 | 2026-05-06T00:56:58.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2166 | 2026-05-06T00:56:58.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2167 | 2026-05-06T00:56:58.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2168 | 2026-05-06T00:56:58.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2169 | 2026-05-06T00:56:58.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2170 | 2026-05-06T00:56:58.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2171 | 2026-05-06T00:56:58.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2172 | 2026-05-06T00:56:58.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2173 | 2026-05-06T00:56:58.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2174 | 2026-05-06T00:56:59.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2175 | 2026-05-06T00:56:59.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2176 | 2026-05-06T00:56:59.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2177 | 2026-05-06T00:56:59.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2178 | 2026-05-06T00:56:59.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2179 | 2026-05-06T00:56:59.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2180 | 2026-05-06T00:56:59.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2181 | 2026-05-06T00:56:59.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2182 | 2026-05-06T00:56:59.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2183 | 2026-05-06T00:57:00.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2184 | 2026-05-06T00:57:00.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2185 | 2026-05-06T00:57:00.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2186 | 2026-05-06T00:57:00.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2187 | 2026-05-06T00:57:00.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2188 | 2026-05-06T00:57:00.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2189 | 2026-05-06T00:57:00.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2190 | 2026-05-06T00:57:00.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2191 | 2026-05-06T00:57:00.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2192 | 2026-05-06T00:57:01.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2193 | 2026-05-06T00:57:01.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2194 | 2026-05-06T00:57:01.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2195 | 2026-05-06T00:57:01.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 2196 | 2026-05-06T00:57:01.698Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2197 | 2026-05-06T00:57:01.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 2198 | 2026-05-06T00:57:01.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2199 | 2026-05-06T00:57:01.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 2200 | 2026-05-06T00:57:01.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 2201 | 2026-05-06T00:57:01.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 2202 | 2026-05-06T00:57:01.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2203 | 2026-05-06T00:57:01.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 2204 | 2026-05-06T00:57:01.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 2205 | 2026-05-06T00:57:01.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2206 | 2026-05-06T00:57:01.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2207 | 2026-05-06T00:57:01.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2208 | 2026-05-06T00:57:01.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2209 | 2026-05-06T00:57:01.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2210 | 2026-05-06T00:57:01.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2211 | 2026-05-06T00:57:01.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2212 | 2026-05-06T00:57:01.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2213 | 2026-05-06T00:57:01.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2214 | 2026-05-06T00:57:01.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2215 | 2026-05-06T00:57:01.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2216 | 2026-05-06T00:57:01.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2217 | 2026-05-06T00:57:01.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2218 | 2026-05-06T00:57:02.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2219 | 2026-05-06T00:57:02.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2220 | 2026-05-06T00:57:02.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2221 | 2026-05-06T00:57:02.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2222 | 2026-05-06T00:57:02.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2223 | 2026-05-06T00:57:02.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2224 | 2026-05-06T00:57:02.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2225 | 2026-05-06T00:57:02.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2226 | 2026-05-06T00:57:02.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2227 | 2026-05-06T00:57:02.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2228 | 2026-05-06T00:57:02.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2229 | 2026-05-06T00:57:02.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2230 | 2026-05-06T00:57:03.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2231 | 2026-05-06T00:57:03.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2232 | 2026-05-06T00:57:03.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2233 | 2026-05-06T00:57:03.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2234 | 2026-05-06T00:57:03.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2235 | 2026-05-06T00:57:03.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2236 | 2026-05-06T00:57:03.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2237 | 2026-05-06T00:57:03.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2238 | 2026-05-06T00:57:03.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2239 | 2026-05-06T00:57:04.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2240 | 2026-05-06T00:57:04.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2241 | 2026-05-06T00:57:04.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2242 | 2026-05-06T00:57:04.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2243 | 2026-05-06T00:57:04.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2244 | 2026-05-06T00:57:04.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2245 | 2026-05-06T00:57:04.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2246 | 2026-05-06T00:57:04.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2247 | 2026-05-06T00:57:04.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2248 | 2026-05-06T00:57:05.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2249 | 2026-05-06T00:57:05.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2250 | 2026-05-06T00:57:05.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2251 | 2026-05-06T00:57:05.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2252 | 2026-05-06T00:57:05.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2253 | 2026-05-06T00:57:05.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2254 | 2026-05-06T00:57:05.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2255 | 2026-05-06T00:57:05.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2256 | 2026-05-06T00:57:05.984Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2257 | 2026-05-06T00:57:06.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2258 | 2026-05-06T00:57:06.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2259 | 2026-05-06T00:57:06.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2260 | 2026-05-06T00:57:06.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 2261 | 2026-05-06T00:57:06.699Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2262 | 2026-05-06T00:57:06.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 2263 | 2026-05-06T00:57:06.707Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2264 | 2026-05-06T00:57:06.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 2265 | 2026-05-06T00:57:06.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 2266 | 2026-05-06T00:57:06.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 2267 | 2026-05-06T00:57:06.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2268 | 2026-05-06T00:57:06.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 2269 | 2026-05-06T00:57:06.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 2270 | 2026-05-06T00:57:06.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2271 | 2026-05-06T00:57:06.944Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 2272 | 2026-05-06T00:57:06.944Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 2273 | 2026-05-06T00:57:06.948Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "9675d1db-48ab-451b-bb16-7066be87e9a1", "content-length": "1412", "date": "Wed, 06 May 2026 00:57:06 GMT"} })
|
| 2274 | 2026-05-06T00:57:06.948Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 2275 | 2026-05-06T00:57:06.951Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "5cb5fb89-c68d-49cb-9b02-80053b0462c1", "content-length": "29", "date": "Wed, 06 May 2026 00:57:06 GMT"} })
|
| 2276 | 2026-05-06T00:57:06.951Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2277 | 2026-05-06T00:57:06.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2278 | 2026-05-06T00:57:06.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2279 | 2026-05-06T00:57:06.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2280 | 2026-05-06T00:57:06.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2281 | 2026-05-06T00:57:06.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2282 | 2026-05-06T00:57:06.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2283 | 2026-05-06T00:57:06.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2284 | 2026-05-06T00:57:06.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2285 | 2026-05-06T00:57:06.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2286 | 2026-05-06T00:57:07.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2287 | 2026-05-06T00:57:07.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2288 | 2026-05-06T00:57:07.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2289 | 2026-05-06T00:57:07.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2290 | 2026-05-06T00:57:07.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2291 | 2026-05-06T00:57:07.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2292 | 2026-05-06T00:57:07.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2293 | 2026-05-06T00:57:07.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2294 | 2026-05-06T00:57:07.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2295 | 2026-05-06T00:57:08.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2296 | 2026-05-06T00:57:08.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2297 | 2026-05-06T00:57:08.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2298 | 2026-05-06T00:57:08.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2299 | 2026-05-06T00:57:08.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2300 | 2026-05-06T00:57:08.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2301 | 2026-05-06T00:57:08.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2302 | 2026-05-06T00:57:08.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2303 | 2026-05-06T00:57:08.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2304 | 2026-05-06T00:57:09.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2305 | 2026-05-06T00:57:09.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2306 | 2026-05-06T00:57:09.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2307 | 2026-05-06T00:57:09.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2308 | 2026-05-06T00:57:09.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2309 | 2026-05-06T00:57:09.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2310 | 2026-05-06T00:57:09.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2311 | 2026-05-06T00:57:09.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2312 | 2026-05-06T00:57:09.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2313 | 2026-05-06T00:57:10.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2314 | 2026-05-06T00:57:10.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2315 | 2026-05-06T00:57:10.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2316 | 2026-05-06T00:57:10.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2317 | 2026-05-06T00:57:10.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2318 | 2026-05-06T00:57:10.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2319 | 2026-05-06T00:57:10.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2320 | 2026-05-06T00:57:10.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2321 | 2026-05-06T00:57:10.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2322 | 2026-05-06T00:57:11.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2323 | 2026-05-06T00:57:11.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2324 | 2026-05-06T00:57:11.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2325 | 2026-05-06T00:57:11.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 2326 | 2026-05-06T00:57:11.699Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2327 | 2026-05-06T00:57:11.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 2328 | 2026-05-06T00:57:11.707Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2329 | 2026-05-06T00:57:11.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 2330 | 2026-05-06T00:57:11.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 2331 | 2026-05-06T00:57:11.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 2332 | 2026-05-06T00:57:11.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2333 | 2026-05-06T00:57:11.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 2334 | 2026-05-06T00:57:11.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 2335 | 2026-05-06T00:57:11.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2336 | 2026-05-06T00:57:11.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2337 | 2026-05-06T00:57:11.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2338 | 2026-05-06T00:57:11.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2339 | 2026-05-06T00:57:11.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2340 | 2026-05-06T00:57:11.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2341 | 2026-05-06T00:57:11.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2342 | 2026-05-06T00:57:11.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2343 | 2026-05-06T00:57:11.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2344 | 2026-05-06T00:57:11.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2345 | 2026-05-06T00:57:11.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2346 | 2026-05-06T00:57:11.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2347 | 2026-05-06T00:57:11.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2348 | 2026-05-06T00:57:12.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2349 | 2026-05-06T00:57:12.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2350 | 2026-05-06T00:57:12.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2351 | 2026-05-06T00:57:12.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2352 | 2026-05-06T00:57:12.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2353 | 2026-05-06T00:57:12.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2354 | 2026-05-06T00:57:12.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2355 | 2026-05-06T00:57:12.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2356 | 2026-05-06T00:57:12.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2357 | 2026-05-06T00:57:12.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2358 | 2026-05-06T00:57:12.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2359 | 2026-05-06T00:57:12.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2360 | 2026-05-06T00:57:13.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2361 | 2026-05-06T00:57:13.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2362 | 2026-05-06T00:57:13.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2363 | 2026-05-06T00:57:13.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2364 | 2026-05-06T00:57:13.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2365 | 2026-05-06T00:57:13.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2366 | 2026-05-06T00:57:13.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2367 | 2026-05-06T00:57:13.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2368 | 2026-05-06T00:57:13.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2369 | 2026-05-06T00:57:14.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2370 | 2026-05-06T00:57:14.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2371 | 2026-05-06T00:57:14.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2372 | 2026-05-06T00:57:14.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2373 | 2026-05-06T00:57:14.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2374 | 2026-05-06T00:57:14.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2375 | 2026-05-06T00:57:14.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2376 | 2026-05-06T00:57:14.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2377 | 2026-05-06T00:57:14.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2378 | 2026-05-06T00:57:15.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2379 | 2026-05-06T00:57:15.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2380 | 2026-05-06T00:57:15.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2381 | 2026-05-06T00:57:15.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2382 | 2026-05-06T00:57:15.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2383 | 2026-05-06T00:57:15.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2384 | 2026-05-06T00:57:15.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2385 | 2026-05-06T00:57:15.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2386 | 2026-05-06T00:57:15.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2387 | 2026-05-06T00:57:16.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2388 | 2026-05-06T00:57:16.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2389 | 2026-05-06T00:57:16.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2390 | 2026-05-06T00:57:16.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 2391 | 2026-05-06T00:57:16.699Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2392 | 2026-05-06T00:57:16.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 2393 | 2026-05-06T00:57:16.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2394 | 2026-05-06T00:57:16.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 2395 | 2026-05-06T00:57:16.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 2396 | 2026-05-06T00:57:16.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 2397 | 2026-05-06T00:57:16.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2398 | 2026-05-06T00:57:16.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 2399 | 2026-05-06T00:57:16.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 2400 | 2026-05-06T00:57:16.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2401 | 2026-05-06T00:57:16.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2402 | 2026-05-06T00:57:16.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2403 | 2026-05-06T00:57:16.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2404 | 2026-05-06T00:57:16.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2405 | 2026-05-06T00:57:16.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2406 | 2026-05-06T00:57:16.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2407 | 2026-05-06T00:57:16.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2408 | 2026-05-06T00:57:16.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2409 | 2026-05-06T00:57:16.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2410 | 2026-05-06T00:57:17.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2411 | 2026-05-06T00:57:17.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2412 | 2026-05-06T00:57:17.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2413 | 2026-05-06T00:57:17.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2414 | 2026-05-06T00:57:17.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2415 | 2026-05-06T00:57:17.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2416 | 2026-05-06T00:57:17.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2417 | 2026-05-06T00:57:17.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2418 | 2026-05-06T00:57:17.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2419 | 2026-05-06T00:57:18.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2420 | 2026-05-06T00:57:18.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2421 | 2026-05-06T00:57:18.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2422 | 2026-05-06T00:57:18.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2423 | 2026-05-06T00:57:18.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2424 | 2026-05-06T00:57:18.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2425 | 2026-05-06T00:57:18.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2426 | 2026-05-06T00:57:18.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2427 | 2026-05-06T00:57:18.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2428 | 2026-05-06T00:57:19.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2429 | 2026-05-06T00:57:19.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2430 | 2026-05-06T00:57:19.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2431 | 2026-05-06T00:57:19.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2432 | 2026-05-06T00:57:19.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2433 | 2026-05-06T00:57:19.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2434 | 2026-05-06T00:57:19.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2435 | 2026-05-06T00:57:19.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2436 | 2026-05-06T00:57:19.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2437 | 2026-05-06T00:57:20.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2438 | 2026-05-06T00:57:20.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2439 | 2026-05-06T00:57:20.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2440 | 2026-05-06T00:57:20.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2441 | 2026-05-06T00:57:20.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2442 | 2026-05-06T00:57:20.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2443 | 2026-05-06T00:57:20.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2444 | 2026-05-06T00:57:20.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2445 | 2026-05-06T00:57:20.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2446 | 2026-05-06T00:57:21.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2447 | 2026-05-06T00:57:21.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2448 | 2026-05-06T00:57:21.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2449 | 2026-05-06T00:57:21.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 2450 | 2026-05-06T00:57:21.698Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2451 | 2026-05-06T00:57:21.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 2452 | 2026-05-06T00:57:21.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2453 | 2026-05-06T00:57:21.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 2454 | 2026-05-06T00:57:21.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 2455 | 2026-05-06T00:57:21.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 2456 | 2026-05-06T00:57:21.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2457 | 2026-05-06T00:57:21.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 2458 | 2026-05-06T00:57:21.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 2459 | 2026-05-06T00:57:21.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2460 | 2026-05-06T00:57:21.944Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 2461 | 2026-05-06T00:57:21.944Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 2462 | 2026-05-06T00:57:21.946Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "c2493615-74b6-44ed-9888-8602b1801721", "content-length": "1412", "date": "Wed, 06 May 2026 00:57:21 GMT"} })
|
| 2463 | 2026-05-06T00:57:21.946Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 2464 | 2026-05-06T00:57:21.948Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "5e7e5e0f-752f-4a78-afd7-deaaed9566e0", "content-length": "29", "date": "Wed, 06 May 2026 00:57:21 GMT"} })
|
| 2465 | 2026-05-06T00:57:21.948Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2466 | 2026-05-06T00:57:21.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2467 | 2026-05-06T00:57:21.949Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2468 | 2026-05-06T00:57:21.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2469 | 2026-05-06T00:57:21.949Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2470 | 2026-05-06T00:57:21.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2471 | 2026-05-06T00:57:21.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2472 | 2026-05-06T00:57:21.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2473 | 2026-05-06T00:57:21.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2474 | 2026-05-06T00:57:21.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2475 | 2026-05-06T00:57:21.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2476 | 2026-05-06T00:57:21.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2477 | 2026-05-06T00:57:21.979Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2478 | 2026-05-06T00:57:21.979Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2479 | 2026-05-06T00:57:21.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2480 | 2026-05-06T00:57:21.979Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2481 | 2026-05-06T00:57:21.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2482 | 2026-05-06T00:57:21.979Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 2483 | 2026-05-06T00:57:21.979Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 2484 | 2026-05-06T00:57:21.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2485 | 2026-05-06T00:57:22.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2486 | 2026-05-06T00:57:22.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2487 | 2026-05-06T00:57:22.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 2488 | 2026-05-06T00:57:22.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2489 | 2026-05-06T00:57:22.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 2490 | 2026-05-06T00:57:22.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2491 | 2026-05-06T00:57:22.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 2492 | 2026-05-06T00:57:22.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 2493 | 2026-05-06T00:57:22.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2494 | 2026-05-06T00:57:22.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2495 | 2026-05-06T00:57:22.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 36
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 2496 | 2026-05-06T00:57:22.070Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 1473
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 2497 | 2026-05-06T00:57:22.074Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1576
|
| 2498 | 2026-05-06T00:57:22.074Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1576
|
| 2499 | 2026-05-06T00:57:22.074Z | DEBG | oximeter (clickhouse-client): unrolling 1576 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2500 | 2026-05-06T00:57:22.121Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2501 | 2026-05-06T00:57:22.138Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = fields_i16
|
| 2502 | 2026-05-06T00:57:22.140Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 14
table_name = fields_ipaddr
|
| 2503 | 2026-05-06T00:57:22.143Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2560
table_name = fields_string
|
| 2504 | 2026-05-06T00:57:22.144Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 51
table_name = fields_u16
|
| 2505 | 2026-05-06T00:57:22.146Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 825
table_name = fields_u32
|
| 2506 | 2026-05-06T00:57:22.148Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1
table_name = fields_u64
|
| 2507 | 2026-05-06T00:57:22.149Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = fields_u8
|
| 2508 | 2026-05-06T00:57:22.151Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1354
table_name = fields_uuid
|
| 2509 | 2026-05-06T00:57:22.153Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1539
table_name = measurements_cumulativeu64
|
| 2510 | 2026-05-06T00:57:22.155Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 2511 | 2026-05-06T00:57:22.157Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = measurements_u64
|
| 2512 | 2026-05-06T00:57:22.175Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2513 | 2026-05-06T00:57:22.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2514 | 2026-05-06T00:57:22.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2515 | 2026-05-06T00:57:22.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2516 | 2026-05-06T00:57:22.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2517 | 2026-05-06T00:57:22.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2518 | 2026-05-06T00:57:22.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2519 | 2026-05-06T00:57:23.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2520 | 2026-05-06T00:57:23.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2521 | 2026-05-06T00:57:23.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2522 | 2026-05-06T00:57:23.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2523 | 2026-05-06T00:57:23.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2524 | 2026-05-06T00:57:23.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2525 | 2026-05-06T00:57:23.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2526 | 2026-05-06T00:57:23.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2527 | 2026-05-06T00:57:23.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2528 | 2026-05-06T00:57:24.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2529 | 2026-05-06T00:57:24.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2530 | 2026-05-06T00:57:24.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2531 | 2026-05-06T00:57:24.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2532 | 2026-05-06T00:57:24.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2533 | 2026-05-06T00:57:24.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2534 | 2026-05-06T00:57:24.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2535 | 2026-05-06T00:57:24.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2536 | 2026-05-06T00:57:24.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2537 | 2026-05-06T00:57:25.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2538 | 2026-05-06T00:57:25.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2539 | 2026-05-06T00:57:25.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2540 | 2026-05-06T00:57:25.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2541 | 2026-05-06T00:57:25.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2542 | 2026-05-06T00:57:25.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2543 | 2026-05-06T00:57:25.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2544 | 2026-05-06T00:57:25.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2545 | 2026-05-06T00:57:25.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2546 | 2026-05-06T00:57:26.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2547 | 2026-05-06T00:57:26.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2548 | 2026-05-06T00:57:26.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2549 | 2026-05-06T00:57:26.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 2550 | 2026-05-06T00:57:26.699Z | DEBG | oximeter (clickhouse-client): unrolling 176 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2551 | 2026-05-06T00:57:26.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 2552 | 2026-05-06T00:57:26.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2553 | 2026-05-06T00:57:26.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_string
|
| 2554 | 2026-05-06T00:57:26.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 64
table_name = fields_uuid
|
| 2555 | 2026-05-06T00:57:26.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 128
table_name = measurements_cumulativeu64
|
| 2556 | 2026-05-06T00:57:26.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 48
table_name = measurements_u64
|
| 2557 | 2026-05-06T00:57:26.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2558 | 2026-05-06T00:57:26.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2559 | 2026-05-06T00:57:26.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2560 | 2026-05-06T00:57:26.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2561 | 2026-05-06T00:57:26.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2562 | 2026-05-06T00:57:26.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2563 | 2026-05-06T00:57:26.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2564 | 2026-05-06T00:57:26.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2565 | 2026-05-06T00:57:26.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2566 | 2026-05-06T00:57:26.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2567 | 2026-05-06T00:57:27.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2568 | 2026-05-06T00:57:27.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2569 | 2026-05-06T00:57:27.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2570 | 2026-05-06T00:57:27.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2571 | 2026-05-06T00:57:27.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2572 | 2026-05-06T00:57:27.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2573 | 2026-05-06T00:57:27.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2574 | 2026-05-06T00:57:27.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2575 | 2026-05-06T00:57:27.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2576 | 2026-05-06T00:57:28.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2577 | 2026-05-06T00:57:28.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2578 | 2026-05-06T00:57:28.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2579 | 2026-05-06T00:57:28.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2580 | 2026-05-06T00:57:28.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2581 | 2026-05-06T00:57:28.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2582 | 2026-05-06T00:57:28.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2583 | 2026-05-06T00:57:28.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2584 | 2026-05-06T00:57:28.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2585 | 2026-05-06T00:57:29.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2586 | 2026-05-06T00:57:29.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2587 | 2026-05-06T00:57:29.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2588 | 2026-05-06T00:57:29.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2589 | 2026-05-06T00:57:29.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2590 | 2026-05-06T00:57:29.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2591 | 2026-05-06T00:57:29.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2592 | 2026-05-06T00:57:29.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2593 | 2026-05-06T00:57:29.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2594 | 2026-05-06T00:57:30.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2595 | 2026-05-06T00:57:30.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2596 | 2026-05-06T00:57:30.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2597 | 2026-05-06T00:57:30.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2598 | 2026-05-06T00:57:30.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2599 | 2026-05-06T00:57:30.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2600 | 2026-05-06T00:57:30.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2601 | 2026-05-06T00:57:30.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2602 | 2026-05-06T00:57:30.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2603 | 2026-05-06T00:57:31.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2604 | 2026-05-06T00:57:31.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2605 | 2026-05-06T00:57:31.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2606 | 2026-05-06T00:57:31.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 2607 | 2026-05-06T00:57:31.699Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2608 | 2026-05-06T00:57:31.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 2609 | 2026-05-06T00:57:31.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2610 | 2026-05-06T00:57:31.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 2611 | 2026-05-06T00:57:31.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 2612 | 2026-05-06T00:57:31.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 2613 | 2026-05-06T00:57:31.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2614 | 2026-05-06T00:57:31.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 2615 | 2026-05-06T00:57:31.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 2616 | 2026-05-06T00:57:31.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2617 | 2026-05-06T00:57:31.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2618 | 2026-05-06T00:57:31.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2619 | 2026-05-06T00:57:31.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2620 | 2026-05-06T00:57:31.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2621 | 2026-05-06T00:57:31.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2622 | 2026-05-06T00:57:31.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2623 | 2026-05-06T00:57:31.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2624 | 2026-05-06T00:57:31.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2625 | 2026-05-06T00:57:31.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2626 | 2026-05-06T00:57:31.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2627 | 2026-05-06T00:57:31.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2628 | 2026-05-06T00:57:31.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2629 | 2026-05-06T00:57:32.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2630 | 2026-05-06T00:57:32.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2631 | 2026-05-06T00:57:32.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2632 | 2026-05-06T00:57:32.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2633 | 2026-05-06T00:57:32.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2634 | 2026-05-06T00:57:32.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2635 | 2026-05-06T00:57:32.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2636 | 2026-05-06T00:57:32.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2637 | 2026-05-06T00:57:32.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2638 | 2026-05-06T00:57:32.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2639 | 2026-05-06T00:57:32.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2640 | 2026-05-06T00:57:32.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2641 | 2026-05-06T00:57:33.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2642 | 2026-05-06T00:57:33.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2643 | 2026-05-06T00:57:33.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2644 | 2026-05-06T00:57:33.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2645 | 2026-05-06T00:57:33.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2646 | 2026-05-06T00:57:33.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2647 | 2026-05-06T00:57:33.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2648 | 2026-05-06T00:57:33.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2649 | 2026-05-06T00:57:33.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2650 | 2026-05-06T00:57:34.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2651 | 2026-05-06T00:57:34.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2652 | 2026-05-06T00:57:34.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2653 | 2026-05-06T00:57:34.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2654 | 2026-05-06T00:57:34.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2655 | 2026-05-06T00:57:34.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2656 | 2026-05-06T00:57:34.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2657 | 2026-05-06T00:57:34.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2658 | 2026-05-06T00:57:34.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2659 | 2026-05-06T00:57:35.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2660 | 2026-05-06T00:57:35.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2661 | 2026-05-06T00:57:35.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2662 | 2026-05-06T00:57:35.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2663 | 2026-05-06T00:57:35.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2664 | 2026-05-06T00:57:35.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2665 | 2026-05-06T00:57:35.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2666 | 2026-05-06T00:57:35.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2667 | 2026-05-06T00:57:35.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2668 | 2026-05-06T00:57:36.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2669 | 2026-05-06T00:57:36.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2670 | 2026-05-06T00:57:36.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2671 | 2026-05-06T00:57:36.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 2672 | 2026-05-06T00:57:36.698Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2673 | 2026-05-06T00:57:36.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 2674 | 2026-05-06T00:57:36.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2675 | 2026-05-06T00:57:36.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 2676 | 2026-05-06T00:57:36.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 2677 | 2026-05-06T00:57:36.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 2678 | 2026-05-06T00:57:36.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2679 | 2026-05-06T00:57:36.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 2680 | 2026-05-06T00:57:36.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 2681 | 2026-05-06T00:57:36.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2682 | 2026-05-06T00:57:36.944Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 2683 | 2026-05-06T00:57:36.944Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 2684 | 2026-05-06T00:57:36.947Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "e056c2c7-e7c9-4891-bab7-c006b8670978", "content-length": "1412", "date": "Wed, 06 May 2026 00:57:36 GMT"} })
|
| 2685 | 2026-05-06T00:57:36.947Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 2686 | 2026-05-06T00:57:36.949Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "01793d43-442c-45e4-b2dd-e42b9aad11c5", "content-length": "29", "date": "Wed, 06 May 2026 00:57:36 GMT"} })
|
| 2687 | 2026-05-06T00:57:36.949Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2688 | 2026-05-06T00:57:36.958Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2689 | 2026-05-06T00:57:36.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2690 | 2026-05-06T00:57:36.958Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2691 | 2026-05-06T00:57:36.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2692 | 2026-05-06T00:57:36.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2693 | 2026-05-06T00:57:36.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2694 | 2026-05-06T00:57:36.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2695 | 2026-05-06T00:57:36.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2696 | 2026-05-06T00:57:36.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2697 | 2026-05-06T00:57:36.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2698 | 2026-05-06T00:57:36.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2699 | 2026-05-06T00:57:37.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2700 | 2026-05-06T00:57:37.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2701 | 2026-05-06T00:57:37.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2702 | 2026-05-06T00:57:37.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2703 | 2026-05-06T00:57:37.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2704 | 2026-05-06T00:57:37.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2705 | 2026-05-06T00:57:37.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2706 | 2026-05-06T00:57:37.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2707 | 2026-05-06T00:57:37.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2708 | 2026-05-06T00:57:38.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2709 | 2026-05-06T00:57:38.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2710 | 2026-05-06T00:57:38.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2711 | 2026-05-06T00:57:38.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2712 | 2026-05-06T00:57:38.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2713 | 2026-05-06T00:57:38.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2714 | 2026-05-06T00:57:38.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2715 | 2026-05-06T00:57:38.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2716 | 2026-05-06T00:57:38.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2717 | 2026-05-06T00:57:39.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2718 | 2026-05-06T00:57:39.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2719 | 2026-05-06T00:57:39.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2720 | 2026-05-06T00:57:39.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2721 | 2026-05-06T00:57:39.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2722 | 2026-05-06T00:57:39.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2723 | 2026-05-06T00:57:39.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2724 | 2026-05-06T00:57:39.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2725 | 2026-05-06T00:57:39.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2726 | 2026-05-06T00:57:40.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2727 | 2026-05-06T00:57:40.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2728 | 2026-05-06T00:57:40.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2729 | 2026-05-06T00:57:40.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2730 | 2026-05-06T00:57:40.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2731 | 2026-05-06T00:57:40.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2732 | 2026-05-06T00:57:40.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2733 | 2026-05-06T00:57:40.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2734 | 2026-05-06T00:57:40.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2735 | 2026-05-06T00:57:41.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2736 | 2026-05-06T00:57:41.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2737 | 2026-05-06T00:57:41.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2738 | 2026-05-06T00:57:41.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 247
|
| 2739 | 2026-05-06T00:57:41.699Z | DEBG | oximeter (clickhouse-client): unrolling 247 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2740 | 2026-05-06T00:57:41.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 247
|
| 2741 | 2026-05-06T00:57:41.707Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2742 | 2026-05-06T00:57:41.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 4
table_name = fields_ipaddr
|
| 2743 | 2026-05-06T00:57:41.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 108
table_name = fields_string
|
| 2744 | 2026-05-06T00:57:41.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 29
table_name = fields_u16
|
| 2745 | 2026-05-06T00:57:41.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 93
table_name = fields_uuid
|
| 2746 | 2026-05-06T00:57:41.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 162
table_name = measurements_cumulativeu64
|
| 2747 | 2026-05-06T00:57:41.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 2748 | 2026-05-06T00:57:41.724Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 2749 | 2026-05-06T00:57:41.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2750 | 2026-05-06T00:57:41.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2751 | 2026-05-06T00:57:41.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2752 | 2026-05-06T00:57:41.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2753 | 2026-05-06T00:57:41.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2754 | 2026-05-06T00:57:41.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2755 | 2026-05-06T00:57:41.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2756 | 2026-05-06T00:57:41.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2757 | 2026-05-06T00:57:41.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2758 | 2026-05-06T00:57:41.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2759 | 2026-05-06T00:57:41.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2760 | 2026-05-06T00:57:41.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2761 | 2026-05-06T00:57:41.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2762 | 2026-05-06T00:57:42.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2763 | 2026-05-06T00:57:42.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2764 | 2026-05-06T00:57:42.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2765 | 2026-05-06T00:57:42.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2766 | 2026-05-06T00:57:42.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2767 | 2026-05-06T00:57:42.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2768 | 2026-05-06T00:57:42.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2769 | 2026-05-06T00:57:42.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2770 | 2026-05-06T00:57:42.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2771 | 2026-05-06T00:57:42.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2772 | 2026-05-06T00:57:42.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2773 | 2026-05-06T00:57:42.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2774 | 2026-05-06T00:57:43.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2775 | 2026-05-06T00:57:43.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2776 | 2026-05-06T00:57:43.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2777 | 2026-05-06T00:57:43.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2778 | 2026-05-06T00:57:43.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2779 | 2026-05-06T00:57:43.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2780 | 2026-05-06T00:57:43.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2781 | 2026-05-06T00:57:43.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2782 | 2026-05-06T00:57:43.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2783 | 2026-05-06T00:57:44.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2784 | 2026-05-06T00:57:44.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2785 | 2026-05-06T00:57:44.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2786 | 2026-05-06T00:57:44.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2787 | 2026-05-06T00:57:44.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2788 | 2026-05-06T00:57:44.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2789 | 2026-05-06T00:57:44.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2790 | 2026-05-06T00:57:44.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2791 | 2026-05-06T00:57:44.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2792 | 2026-05-06T00:57:45.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2793 | 2026-05-06T00:57:45.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2794 | 2026-05-06T00:57:45.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2795 | 2026-05-06T00:57:45.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2796 | 2026-05-06T00:57:45.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2797 | 2026-05-06T00:57:45.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2798 | 2026-05-06T00:57:45.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2799 | 2026-05-06T00:57:45.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2800 | 2026-05-06T00:57:45.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2801 | 2026-05-06T00:57:46.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2802 | 2026-05-06T00:57:46.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2803 | 2026-05-06T00:57:46.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2804 | 2026-05-06T00:57:46.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 2805 | 2026-05-06T00:57:46.699Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2806 | 2026-05-06T00:57:46.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 2807 | 2026-05-06T00:57:46.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2808 | 2026-05-06T00:57:46.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 2809 | 2026-05-06T00:57:46.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 2810 | 2026-05-06T00:57:46.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 2811 | 2026-05-06T00:57:46.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2812 | 2026-05-06T00:57:46.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 2813 | 2026-05-06T00:57:46.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 2814 | 2026-05-06T00:57:46.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2815 | 2026-05-06T00:57:46.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2816 | 2026-05-06T00:57:46.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2817 | 2026-05-06T00:57:46.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2818 | 2026-05-06T00:57:46.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2819 | 2026-05-06T00:57:46.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2820 | 2026-05-06T00:57:46.962Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2821 | 2026-05-06T00:57:46.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2822 | 2026-05-06T00:57:46.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2823 | 2026-05-06T00:57:46.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2824 | 2026-05-06T00:57:47.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2825 | 2026-05-06T00:57:47.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2826 | 2026-05-06T00:57:47.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2827 | 2026-05-06T00:57:47.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2828 | 2026-05-06T00:57:47.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2829 | 2026-05-06T00:57:47.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2830 | 2026-05-06T00:57:47.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2831 | 2026-05-06T00:57:47.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2832 | 2026-05-06T00:57:47.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2833 | 2026-05-06T00:57:48.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2834 | 2026-05-06T00:57:48.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2835 | 2026-05-06T00:57:48.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2836 | 2026-05-06T00:57:48.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2837 | 2026-05-06T00:57:48.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2838 | 2026-05-06T00:57:48.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2839 | 2026-05-06T00:57:48.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2840 | 2026-05-06T00:57:48.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2841 | 2026-05-06T00:57:48.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2842 | 2026-05-06T00:57:49.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2843 | 2026-05-06T00:57:49.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2844 | 2026-05-06T00:57:49.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2845 | 2026-05-06T00:57:49.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2846 | 2026-05-06T00:57:49.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2847 | 2026-05-06T00:57:49.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2848 | 2026-05-06T00:57:49.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2849 | 2026-05-06T00:57:49.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2850 | 2026-05-06T00:57:49.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2851 | 2026-05-06T00:57:50.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2852 | 2026-05-06T00:57:50.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2853 | 2026-05-06T00:57:50.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2854 | 2026-05-06T00:57:50.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2855 | 2026-05-06T00:57:50.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2856 | 2026-05-06T00:57:50.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2857 | 2026-05-06T00:57:50.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2858 | 2026-05-06T00:57:50.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2859 | 2026-05-06T00:57:50.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2860 | 2026-05-06T00:57:51.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2861 | 2026-05-06T00:57:51.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2862 | 2026-05-06T00:57:51.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2863 | 2026-05-06T00:57:51.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 2864 | 2026-05-06T00:57:51.699Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2865 | 2026-05-06T00:57:51.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 2866 | 2026-05-06T00:57:51.707Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2867 | 2026-05-06T00:57:51.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 2868 | 2026-05-06T00:57:51.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 2869 | 2026-05-06T00:57:51.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 2870 | 2026-05-06T00:57:51.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2871 | 2026-05-06T00:57:51.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 2872 | 2026-05-06T00:57:51.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 2873 | 2026-05-06T00:57:51.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2874 | 2026-05-06T00:57:51.945Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 2875 | 2026-05-06T00:57:51.945Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 2876 | 2026-05-06T00:57:51.948Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "b72b26df-c8e5-4db2-83a2-9d31949ce812", "content-length": "1412", "date": "Wed, 06 May 2026 00:57:51 GMT"} })
|
| 2877 | 2026-05-06T00:57:51.948Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 2878 | 2026-05-06T00:57:51.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2879 | 2026-05-06T00:57:51.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2880 | 2026-05-06T00:57:51.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2881 | 2026-05-06T00:57:51.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2882 | 2026-05-06T00:57:51.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 2883 | 2026-05-06T00:57:51.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 2884 | 2026-05-06T00:57:51.951Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "a603e506-51e7-4d70-8cab-7ea40ad4ceff", "content-length": "29", "date": "Wed, 06 May 2026 00:57:51 GMT"} })
|
| 2885 | 2026-05-06T00:57:51.951Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2886 | 2026-05-06T00:57:51.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2887 | 2026-05-06T00:57:51.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2888 | 2026-05-06T00:57:51.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2889 | 2026-05-06T00:57:51.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2890 | 2026-05-06T00:57:51.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2891 | 2026-05-06T00:57:51.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2892 | 2026-05-06T00:57:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2893 | 2026-05-06T00:57:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2894 | 2026-05-06T00:57:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 2895 | 2026-05-06T00:57:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 2896 | 2026-05-06T00:57:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2897 | 2026-05-06T00:57:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2898 | 2026-05-06T00:57:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 2899 | 2026-05-06T00:57:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 2900 | 2026-05-06T00:57:52.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2901 | 2026-05-06T00:57:52.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 2902 | 2026-05-06T00:57:52.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 36
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 2903 | 2026-05-06T00:57:52.066Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 1473
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 2904 | 2026-05-06T00:57:52.071Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1569
|
| 2905 | 2026-05-06T00:57:52.071Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1569
|
| 2906 | 2026-05-06T00:57:52.071Z | DEBG | oximeter (clickhouse-client): unrolling 1569 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2907 | 2026-05-06T00:57:52.117Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2908 | 2026-05-06T00:57:52.136Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = fields_i16
|
| 2909 | 2026-05-06T00:57:52.139Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2553
table_name = fields_string
|
| 2910 | 2026-05-06T00:57:52.140Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 37
table_name = fields_u16
|
| 2911 | 2026-05-06T00:57:52.142Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 825
table_name = fields_u32
|
| 2912 | 2026-05-06T00:57:52.144Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1
table_name = fields_u64
|
| 2913 | 2026-05-06T00:57:52.145Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = fields_u8
|
| 2914 | 2026-05-06T00:57:52.147Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1340
table_name = fields_uuid
|
| 2915 | 2026-05-06T00:57:52.149Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1532
table_name = measurements_cumulativeu64
|
| 2916 | 2026-05-06T00:57:52.151Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 2917 | 2026-05-06T00:57:52.152Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = measurements_u64
|
| 2918 | 2026-05-06T00:57:52.172Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2919 | 2026-05-06T00:57:52.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2920 | 2026-05-06T00:57:52.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2921 | 2026-05-06T00:57:52.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2922 | 2026-05-06T00:57:52.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2923 | 2026-05-06T00:57:52.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2924 | 2026-05-06T00:57:52.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2925 | 2026-05-06T00:57:53.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2926 | 2026-05-06T00:57:53.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2927 | 2026-05-06T00:57:53.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2928 | 2026-05-06T00:57:53.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2929 | 2026-05-06T00:57:53.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2930 | 2026-05-06T00:57:53.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2931 | 2026-05-06T00:57:53.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2932 | 2026-05-06T00:57:53.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2933 | 2026-05-06T00:57:53.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2934 | 2026-05-06T00:57:54.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2935 | 2026-05-06T00:57:54.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2936 | 2026-05-06T00:57:54.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2937 | 2026-05-06T00:57:54.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2938 | 2026-05-06T00:57:54.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2939 | 2026-05-06T00:57:54.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2940 | 2026-05-06T00:57:54.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2941 | 2026-05-06T00:57:54.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2942 | 2026-05-06T00:57:54.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2943 | 2026-05-06T00:57:55.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2944 | 2026-05-06T00:57:55.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2945 | 2026-05-06T00:57:55.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2946 | 2026-05-06T00:57:55.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2947 | 2026-05-06T00:57:55.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2948 | 2026-05-06T00:57:55.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2949 | 2026-05-06T00:57:55.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2950 | 2026-05-06T00:57:55.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2951 | 2026-05-06T00:57:55.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2952 | 2026-05-06T00:57:56.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2953 | 2026-05-06T00:57:56.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2954 | 2026-05-06T00:57:56.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2955 | 2026-05-06T00:57:56.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 2956 | 2026-05-06T00:57:56.698Z | DEBG | oximeter (clickhouse-client): unrolling 176 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2957 | 2026-05-06T00:57:56.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 2958 | 2026-05-06T00:57:56.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 2959 | 2026-05-06T00:57:56.710Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_string
|
| 2960 | 2026-05-06T00:57:56.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 64
table_name = fields_uuid
|
| 2961 | 2026-05-06T00:57:56.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 128
table_name = measurements_cumulativeu64
|
| 2962 | 2026-05-06T00:57:56.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 48
table_name = measurements_u64
|
| 2963 | 2026-05-06T00:57:56.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 2964 | 2026-05-06T00:57:56.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2965 | 2026-05-06T00:57:56.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2966 | 2026-05-06T00:57:56.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2967 | 2026-05-06T00:57:56.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2968 | 2026-05-06T00:57:56.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2969 | 2026-05-06T00:57:56.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 2970 | 2026-05-06T00:57:56.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2971 | 2026-05-06T00:57:56.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2972 | 2026-05-06T00:57:56.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2973 | 2026-05-06T00:57:57.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2974 | 2026-05-06T00:57:57.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2975 | 2026-05-06T00:57:57.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2976 | 2026-05-06T00:57:57.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2977 | 2026-05-06T00:57:57.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2978 | 2026-05-06T00:57:57.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2979 | 2026-05-06T00:57:57.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2980 | 2026-05-06T00:57:57.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2981 | 2026-05-06T00:57:57.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2982 | 2026-05-06T00:57:58.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2983 | 2026-05-06T00:57:58.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2984 | 2026-05-06T00:57:58.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2985 | 2026-05-06T00:57:58.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2986 | 2026-05-06T00:57:58.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2987 | 2026-05-06T00:57:58.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2988 | 2026-05-06T00:57:58.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2989 | 2026-05-06T00:57:58.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2990 | 2026-05-06T00:57:58.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2991 | 2026-05-06T00:57:59.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2992 | 2026-05-06T00:57:59.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2993 | 2026-05-06T00:57:59.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2994 | 2026-05-06T00:57:59.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2995 | 2026-05-06T00:57:59.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2996 | 2026-05-06T00:57:59.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2997 | 2026-05-06T00:57:59.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2998 | 2026-05-06T00:57:59.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2999 | 2026-05-06T00:57:59.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3000 | 2026-05-06T00:58:00.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3001 | 2026-05-06T00:58:00.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3002 | 2026-05-06T00:58:00.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3003 | 2026-05-06T00:58:00.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3004 | 2026-05-06T00:58:00.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3005 | 2026-05-06T00:58:00.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3006 | 2026-05-06T00:58:00.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3007 | 2026-05-06T00:58:00.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3008 | 2026-05-06T00:58:00.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3009 | 2026-05-06T00:58:01.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3010 | 2026-05-06T00:58:01.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3011 | 2026-05-06T00:58:01.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3012 | 2026-05-06T00:58:01.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3013 | 2026-05-06T00:58:01.699Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3014 | 2026-05-06T00:58:01.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3015 | 2026-05-06T00:58:01.707Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3016 | 2026-05-06T00:58:01.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 3017 | 2026-05-06T00:58:01.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 3018 | 2026-05-06T00:58:01.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 3019 | 2026-05-06T00:58:01.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3020 | 2026-05-06T00:58:01.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 3021 | 2026-05-06T00:58:01.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3022 | 2026-05-06T00:58:01.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3023 | 2026-05-06T00:58:01.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3024 | 2026-05-06T00:58:01.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3025 | 2026-05-06T00:58:01.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3026 | 2026-05-06T00:58:01.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3027 | 2026-05-06T00:58:01.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3028 | 2026-05-06T00:58:01.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3029 | 2026-05-06T00:58:01.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3030 | 2026-05-06T00:58:01.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3031 | 2026-05-06T00:58:01.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3032 | 2026-05-06T00:58:01.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3033 | 2026-05-06T00:58:01.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3034 | 2026-05-06T00:58:01.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3035 | 2026-05-06T00:58:02.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3036 | 2026-05-06T00:58:02.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3037 | 2026-05-06T00:58:02.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3038 | 2026-05-06T00:58:02.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3039 | 2026-05-06T00:58:02.005Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3040 | 2026-05-06T00:58:02.005Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3041 | 2026-05-06T00:58:02.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3042 | 2026-05-06T00:58:02.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3043 | 2026-05-06T00:58:02.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3044 | 2026-05-06T00:58:02.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3045 | 2026-05-06T00:58:02.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3046 | 2026-05-06T00:58:02.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3047 | 2026-05-06T00:58:03.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3048 | 2026-05-06T00:58:03.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3049 | 2026-05-06T00:58:03.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3050 | 2026-05-06T00:58:03.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3051 | 2026-05-06T00:58:03.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3052 | 2026-05-06T00:58:03.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3053 | 2026-05-06T00:58:03.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3054 | 2026-05-06T00:58:03.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3055 | 2026-05-06T00:58:03.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3056 | 2026-05-06T00:58:04.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3057 | 2026-05-06T00:58:04.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3058 | 2026-05-06T00:58:04.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3059 | 2026-05-06T00:58:04.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3060 | 2026-05-06T00:58:04.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3061 | 2026-05-06T00:58:04.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3062 | 2026-05-06T00:58:04.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3063 | 2026-05-06T00:58:04.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3064 | 2026-05-06T00:58:04.983Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3065 | 2026-05-06T00:58:05.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3066 | 2026-05-06T00:58:05.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3067 | 2026-05-06T00:58:05.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3068 | 2026-05-06T00:58:05.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3069 | 2026-05-06T00:58:05.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3070 | 2026-05-06T00:58:05.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3071 | 2026-05-06T00:58:05.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3072 | 2026-05-06T00:58:05.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3073 | 2026-05-06T00:58:05.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3074 | 2026-05-06T00:58:06.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3075 | 2026-05-06T00:58:06.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3076 | 2026-05-06T00:58:06.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3077 | 2026-05-06T00:58:06.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 3078 | 2026-05-06T00:58:06.698Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3079 | 2026-05-06T00:58:06.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 3080 | 2026-05-06T00:58:06.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3081 | 2026-05-06T00:58:06.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 3082 | 2026-05-06T00:58:06.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 3083 | 2026-05-06T00:58:06.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 3084 | 2026-05-06T00:58:06.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3085 | 2026-05-06T00:58:06.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 3086 | 2026-05-06T00:58:06.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3087 | 2026-05-06T00:58:06.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3088 | 2026-05-06T00:58:06.944Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 3089 | 2026-05-06T00:58:06.944Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 3090 | 2026-05-06T00:58:06.947Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "c475e33d-c472-4422-8b3d-06ff4eb15d30", "content-length": "1412", "date": "Wed, 06 May 2026 00:58:06 GMT"} })
|
| 3091 | 2026-05-06T00:58:06.947Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 3092 | 2026-05-06T00:58:06.950Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "a67bd4a4-1c93-47f2-93ed-eb2703390b70", "content-length": "29", "date": "Wed, 06 May 2026 00:58:06 GMT"} })
|
| 3093 | 2026-05-06T00:58:06.950Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3094 | 2026-05-06T00:58:06.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3095 | 2026-05-06T00:58:06.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3096 | 2026-05-06T00:58:06.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3097 | 2026-05-06T00:58:06.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3098 | 2026-05-06T00:58:06.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3099 | 2026-05-06T00:58:06.962Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3100 | 2026-05-06T00:58:06.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3101 | 2026-05-06T00:58:06.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3102 | 2026-05-06T00:58:06.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3103 | 2026-05-06T00:58:07.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3104 | 2026-05-06T00:58:07.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3105 | 2026-05-06T00:58:07.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3106 | 2026-05-06T00:58:07.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3107 | 2026-05-06T00:58:07.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3108 | 2026-05-06T00:58:07.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3109 | 2026-05-06T00:58:07.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3110 | 2026-05-06T00:58:07.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3111 | 2026-05-06T00:58:07.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3112 | 2026-05-06T00:58:08.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3113 | 2026-05-06T00:58:08.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3114 | 2026-05-06T00:58:08.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3115 | 2026-05-06T00:58:08.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3116 | 2026-05-06T00:58:08.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3117 | 2026-05-06T00:58:08.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3118 | 2026-05-06T00:58:08.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3119 | 2026-05-06T00:58:08.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3120 | 2026-05-06T00:58:08.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3121 | 2026-05-06T00:58:09.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3122 | 2026-05-06T00:58:09.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3123 | 2026-05-06T00:58:09.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3124 | 2026-05-06T00:58:09.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3125 | 2026-05-06T00:58:09.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3126 | 2026-05-06T00:58:09.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3127 | 2026-05-06T00:58:09.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3128 | 2026-05-06T00:58:09.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3129 | 2026-05-06T00:58:09.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3130 | 2026-05-06T00:58:10.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3131 | 2026-05-06T00:58:10.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3132 | 2026-05-06T00:58:10.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3133 | 2026-05-06T00:58:10.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3134 | 2026-05-06T00:58:10.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3135 | 2026-05-06T00:58:10.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3136 | 2026-05-06T00:58:10.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3137 | 2026-05-06T00:58:10.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3138 | 2026-05-06T00:58:10.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3139 | 2026-05-06T00:58:11.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3140 | 2026-05-06T00:58:11.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3141 | 2026-05-06T00:58:11.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3142 | 2026-05-06T00:58:11.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3143 | 2026-05-06T00:58:11.698Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3144 | 2026-05-06T00:58:11.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3145 | 2026-05-06T00:58:11.707Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3146 | 2026-05-06T00:58:11.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 3147 | 2026-05-06T00:58:11.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 3148 | 2026-05-06T00:58:11.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 3149 | 2026-05-06T00:58:11.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3150 | 2026-05-06T00:58:11.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 3151 | 2026-05-06T00:58:11.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3152 | 2026-05-06T00:58:11.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3153 | 2026-05-06T00:58:11.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3154 | 2026-05-06T00:58:11.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3155 | 2026-05-06T00:58:11.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3156 | 2026-05-06T00:58:11.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3157 | 2026-05-06T00:58:11.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3158 | 2026-05-06T00:58:11.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3159 | 2026-05-06T00:58:11.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3160 | 2026-05-06T00:58:11.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3161 | 2026-05-06T00:58:11.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3162 | 2026-05-06T00:58:11.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3163 | 2026-05-06T00:58:11.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3164 | 2026-05-06T00:58:11.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3165 | 2026-05-06T00:58:12.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3166 | 2026-05-06T00:58:12.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3167 | 2026-05-06T00:58:12.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3168 | 2026-05-06T00:58:12.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3169 | 2026-05-06T00:58:12.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3170 | 2026-05-06T00:58:12.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3171 | 2026-05-06T00:58:12.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3172 | 2026-05-06T00:58:12.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3173 | 2026-05-06T00:58:12.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3174 | 2026-05-06T00:58:12.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3175 | 2026-05-06T00:58:12.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3176 | 2026-05-06T00:58:12.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3177 | 2026-05-06T00:58:13.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3178 | 2026-05-06T00:58:13.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3179 | 2026-05-06T00:58:13.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3180 | 2026-05-06T00:58:13.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3181 | 2026-05-06T00:58:13.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3182 | 2026-05-06T00:58:13.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3183 | 2026-05-06T00:58:13.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3184 | 2026-05-06T00:58:13.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3185 | 2026-05-06T00:58:13.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3186 | 2026-05-06T00:58:14.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3187 | 2026-05-06T00:58:14.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3188 | 2026-05-06T00:58:14.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3189 | 2026-05-06T00:58:14.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3190 | 2026-05-06T00:58:14.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3191 | 2026-05-06T00:58:14.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3192 | 2026-05-06T00:58:14.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3193 | 2026-05-06T00:58:14.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3194 | 2026-05-06T00:58:14.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3195 | 2026-05-06T00:58:15.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3196 | 2026-05-06T00:58:15.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3197 | 2026-05-06T00:58:15.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3198 | 2026-05-06T00:58:15.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3199 | 2026-05-06T00:58:15.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3200 | 2026-05-06T00:58:15.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3201 | 2026-05-06T00:58:15.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3202 | 2026-05-06T00:58:15.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3203 | 2026-05-06T00:58:15.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3204 | 2026-05-06T00:58:16.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3205 | 2026-05-06T00:58:16.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3206 | 2026-05-06T00:58:16.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3207 | 2026-05-06T00:58:16.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 3208 | 2026-05-06T00:58:16.699Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3209 | 2026-05-06T00:58:16.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 3210 | 2026-05-06T00:58:16.707Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3211 | 2026-05-06T00:58:16.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 3212 | 2026-05-06T00:58:16.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 3213 | 2026-05-06T00:58:16.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 3214 | 2026-05-06T00:58:16.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3215 | 2026-05-06T00:58:16.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 3216 | 2026-05-06T00:58:16.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3217 | 2026-05-06T00:58:16.803Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3218 | 2026-05-06T00:58:16.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3219 | 2026-05-06T00:58:16.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3220 | 2026-05-06T00:58:16.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3221 | 2026-05-06T00:58:16.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3222 | 2026-05-06T00:58:16.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3223 | 2026-05-06T00:58:16.962Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3224 | 2026-05-06T00:58:16.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3225 | 2026-05-06T00:58:16.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3226 | 2026-05-06T00:58:16.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3227 | 2026-05-06T00:58:17.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3228 | 2026-05-06T00:58:17.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3229 | 2026-05-06T00:58:17.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3230 | 2026-05-06T00:58:17.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3231 | 2026-05-06T00:58:17.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3232 | 2026-05-06T00:58:17.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3233 | 2026-05-06T00:58:17.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3234 | 2026-05-06T00:58:17.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3235 | 2026-05-06T00:58:17.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3236 | 2026-05-06T00:58:18.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3237 | 2026-05-06T00:58:18.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3238 | 2026-05-06T00:58:18.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3239 | 2026-05-06T00:58:18.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3240 | 2026-05-06T00:58:18.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3241 | 2026-05-06T00:58:18.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3242 | 2026-05-06T00:58:18.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3243 | 2026-05-06T00:58:18.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3244 | 2026-05-06T00:58:18.983Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3245 | 2026-05-06T00:58:19.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3246 | 2026-05-06T00:58:19.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3247 | 2026-05-06T00:58:19.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3248 | 2026-05-06T00:58:19.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3249 | 2026-05-06T00:58:19.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3250 | 2026-05-06T00:58:19.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3251 | 2026-05-06T00:58:19.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3252 | 2026-05-06T00:58:19.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3253 | 2026-05-06T00:58:19.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3254 | 2026-05-06T00:58:20.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3255 | 2026-05-06T00:58:20.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3256 | 2026-05-06T00:58:20.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3257 | 2026-05-06T00:58:20.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3258 | 2026-05-06T00:58:20.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3259 | 2026-05-06T00:58:20.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3260 | 2026-05-06T00:58:20.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3261 | 2026-05-06T00:58:20.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3262 | 2026-05-06T00:58:20.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3263 | 2026-05-06T00:58:21.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3264 | 2026-05-06T00:58:21.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3265 | 2026-05-06T00:58:21.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3266 | 2026-05-06T00:58:21.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3267 | 2026-05-06T00:58:21.699Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3268 | 2026-05-06T00:58:21.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3269 | 2026-05-06T00:58:21.707Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3270 | 2026-05-06T00:58:21.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 3271 | 2026-05-06T00:58:21.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 3272 | 2026-05-06T00:58:21.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 3273 | 2026-05-06T00:58:21.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3274 | 2026-05-06T00:58:21.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 3275 | 2026-05-06T00:58:21.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3276 | 2026-05-06T00:58:21.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3277 | 2026-05-06T00:58:21.944Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 3278 | 2026-05-06T00:58:21.944Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 3279 | 2026-05-06T00:58:21.948Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "6a087f57-2f49-4958-aec0-cace2f6872e7", "content-length": "1412", "date": "Wed, 06 May 2026 00:58:21 GMT"} })
|
| 3280 | 2026-05-06T00:58:21.948Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 3281 | 2026-05-06T00:58:21.950Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3282 | 2026-05-06T00:58:21.950Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3283 | 2026-05-06T00:58:21.950Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "76f369d8-ba23-4601-a5ad-69ef6b737e7f", "content-length": "29", "date": "Wed, 06 May 2026 00:58:21 GMT"} })
|
| 3284 | 2026-05-06T00:58:21.950Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3285 | 2026-05-06T00:58:21.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3286 | 2026-05-06T00:58:21.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3287 | 2026-05-06T00:58:21.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3288 | 2026-05-06T00:58:21.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3289 | 2026-05-06T00:58:21.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3290 | 2026-05-06T00:58:21.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3291 | 2026-05-06T00:58:21.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3292 | 2026-05-06T00:58:21.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3293 | 2026-05-06T00:58:21.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3294 | 2026-05-06T00:58:21.980Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 3295 | 2026-05-06T00:58:21.980Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3296 | 2026-05-06T00:58:21.980Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3297 | 2026-05-06T00:58:21.980Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 3298 | 2026-05-06T00:58:21.980Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3299 | 2026-05-06T00:58:21.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3300 | 2026-05-06T00:58:21.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3301 | 2026-05-06T00:58:21.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3302 | 2026-05-06T00:58:22.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3303 | 2026-05-06T00:58:22.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3304 | 2026-05-06T00:58:22.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 3305 | 2026-05-06T00:58:22.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 3306 | 2026-05-06T00:58:22.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 3307 | 2026-05-06T00:58:22.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 3308 | 2026-05-06T00:58:22.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3309 | 2026-05-06T00:58:22.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3310 | 2026-05-06T00:58:22.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3311 | 2026-05-06T00:58:22.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3312 | 2026-05-06T00:58:22.005Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 36
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 3313 | 2026-05-06T00:58:22.068Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 1473
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 3314 | 2026-05-06T00:58:22.071Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1576
|
| 3315 | 2026-05-06T00:58:22.072Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1576
|
| 3316 | 2026-05-06T00:58:22.072Z | DEBG | oximeter (clickhouse-client): unrolling 1576 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3317 | 2026-05-06T00:58:22.118Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3318 | 2026-05-06T00:58:22.137Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = fields_i16
|
| 3319 | 2026-05-06T00:58:22.138Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 14
table_name = fields_ipaddr
|
| 3320 | 2026-05-06T00:58:22.141Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2560
table_name = fields_string
|
| 3321 | 2026-05-06T00:58:22.143Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 51
table_name = fields_u16
|
| 3322 | 2026-05-06T00:58:22.144Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 825
table_name = fields_u32
|
| 3323 | 2026-05-06T00:58:22.146Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1
table_name = fields_u64
|
| 3324 | 2026-05-06T00:58:22.147Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = fields_u8
|
| 3325 | 2026-05-06T00:58:22.149Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1354
table_name = fields_uuid
|
| 3326 | 2026-05-06T00:58:22.151Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1539
table_name = measurements_cumulativeu64
|
| 3327 | 2026-05-06T00:58:22.153Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 3328 | 2026-05-06T00:58:22.155Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = measurements_u64
|
| 3329 | 2026-05-06T00:58:22.173Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3330 | 2026-05-06T00:58:22.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3331 | 2026-05-06T00:58:22.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3332 | 2026-05-06T00:58:22.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3333 | 2026-05-06T00:58:22.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3334 | 2026-05-06T00:58:22.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3335 | 2026-05-06T00:58:22.983Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3336 | 2026-05-06T00:58:23.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3337 | 2026-05-06T00:58:23.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3338 | 2026-05-06T00:58:23.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3339 | 2026-05-06T00:58:23.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3340 | 2026-05-06T00:58:23.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3341 | 2026-05-06T00:58:23.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3342 | 2026-05-06T00:58:23.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3343 | 2026-05-06T00:58:23.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3344 | 2026-05-06T00:58:23.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3345 | 2026-05-06T00:58:24.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3346 | 2026-05-06T00:58:24.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3347 | 2026-05-06T00:58:24.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3348 | 2026-05-06T00:58:24.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3349 | 2026-05-06T00:58:24.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3350 | 2026-05-06T00:58:24.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3351 | 2026-05-06T00:58:24.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3352 | 2026-05-06T00:58:24.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3353 | 2026-05-06T00:58:24.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3354 | 2026-05-06T00:58:25.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3355 | 2026-05-06T00:58:25.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3356 | 2026-05-06T00:58:25.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3357 | 2026-05-06T00:58:25.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3358 | 2026-05-06T00:58:25.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3359 | 2026-05-06T00:58:25.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3360 | 2026-05-06T00:58:25.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3361 | 2026-05-06T00:58:25.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3362 | 2026-05-06T00:58:25.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3363 | 2026-05-06T00:58:26.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3364 | 2026-05-06T00:58:26.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3365 | 2026-05-06T00:58:26.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3366 | 2026-05-06T00:58:26.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 3367 | 2026-05-06T00:58:26.699Z | DEBG | oximeter (clickhouse-client): unrolling 176 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3368 | 2026-05-06T00:58:26.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 3369 | 2026-05-06T00:58:26.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3370 | 2026-05-06T00:58:26.711Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_string
|
| 3371 | 2026-05-06T00:58:26.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 64
table_name = fields_uuid
|
| 3372 | 2026-05-06T00:58:26.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 128
table_name = measurements_cumulativeu64
|
| 3373 | 2026-05-06T00:58:26.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 48
table_name = measurements_u64
|
| 3374 | 2026-05-06T00:58:26.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3375 | 2026-05-06T00:58:26.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3376 | 2026-05-06T00:58:26.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3377 | 2026-05-06T00:58:26.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3378 | 2026-05-06T00:58:26.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3379 | 2026-05-06T00:58:26.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3380 | 2026-05-06T00:58:26.962Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3381 | 2026-05-06T00:58:26.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3382 | 2026-05-06T00:58:26.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3383 | 2026-05-06T00:58:26.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3384 | 2026-05-06T00:58:27.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3385 | 2026-05-06T00:58:27.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3386 | 2026-05-06T00:58:27.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3387 | 2026-05-06T00:58:27.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3388 | 2026-05-06T00:58:27.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3389 | 2026-05-06T00:58:27.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3390 | 2026-05-06T00:58:27.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3391 | 2026-05-06T00:58:27.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3392 | 2026-05-06T00:58:27.983Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3393 | 2026-05-06T00:58:28.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3394 | 2026-05-06T00:58:28.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3395 | 2026-05-06T00:58:28.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3396 | 2026-05-06T00:58:28.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3397 | 2026-05-06T00:58:28.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3398 | 2026-05-06T00:58:28.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3399 | 2026-05-06T00:58:28.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3400 | 2026-05-06T00:58:28.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3401 | 2026-05-06T00:58:28.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3402 | 2026-05-06T00:58:29.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3403 | 2026-05-06T00:58:29.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3404 | 2026-05-06T00:58:29.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3405 | 2026-05-06T00:58:29.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3406 | 2026-05-06T00:58:29.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3407 | 2026-05-06T00:58:29.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3408 | 2026-05-06T00:58:29.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3409 | 2026-05-06T00:58:29.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3410 | 2026-05-06T00:58:29.983Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3411 | 2026-05-06T00:58:30.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3412 | 2026-05-06T00:58:30.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3413 | 2026-05-06T00:58:30.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3414 | 2026-05-06T00:58:30.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3415 | 2026-05-06T00:58:30.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3416 | 2026-05-06T00:58:30.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3417 | 2026-05-06T00:58:30.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3418 | 2026-05-06T00:58:30.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3419 | 2026-05-06T00:58:30.983Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3420 | 2026-05-06T00:58:31.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3421 | 2026-05-06T00:58:31.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3422 | 2026-05-06T00:58:31.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3423 | 2026-05-06T00:58:31.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3424 | 2026-05-06T00:58:31.698Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3425 | 2026-05-06T00:58:31.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3426 | 2026-05-06T00:58:31.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3427 | 2026-05-06T00:58:31.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 3428 | 2026-05-06T00:58:31.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 3429 | 2026-05-06T00:58:31.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 3430 | 2026-05-06T00:58:31.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3431 | 2026-05-06T00:58:31.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 3432 | 2026-05-06T00:58:31.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3433 | 2026-05-06T00:58:31.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3434 | 2026-05-06T00:58:31.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3435 | 2026-05-06T00:58:31.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3436 | 2026-05-06T00:58:31.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3437 | 2026-05-06T00:58:31.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3438 | 2026-05-06T00:58:31.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3439 | 2026-05-06T00:58:31.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3440 | 2026-05-06T00:58:31.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3441 | 2026-05-06T00:58:31.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3442 | 2026-05-06T00:58:31.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3443 | 2026-05-06T00:58:31.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3444 | 2026-05-06T00:58:31.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3445 | 2026-05-06T00:58:31.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3446 | 2026-05-06T00:58:32.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3447 | 2026-05-06T00:58:32.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3448 | 2026-05-06T00:58:32.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3449 | 2026-05-06T00:58:32.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3450 | 2026-05-06T00:58:32.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3451 | 2026-05-06T00:58:32.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3452 | 2026-05-06T00:58:32.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3453 | 2026-05-06T00:58:32.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3454 | 2026-05-06T00:58:32.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3455 | 2026-05-06T00:58:32.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3456 | 2026-05-06T00:58:32.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3457 | 2026-05-06T00:58:32.983Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3458 | 2026-05-06T00:58:33.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3459 | 2026-05-06T00:58:33.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3460 | 2026-05-06T00:58:33.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3461 | 2026-05-06T00:58:33.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3462 | 2026-05-06T00:58:33.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3463 | 2026-05-06T00:58:33.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3464 | 2026-05-06T00:58:33.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3465 | 2026-05-06T00:58:33.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3466 | 2026-05-06T00:58:33.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3467 | 2026-05-06T00:58:34.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3468 | 2026-05-06T00:58:34.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3469 | 2026-05-06T00:58:34.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3470 | 2026-05-06T00:58:34.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3471 | 2026-05-06T00:58:34.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3472 | 2026-05-06T00:58:34.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3473 | 2026-05-06T00:58:34.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3474 | 2026-05-06T00:58:34.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3475 | 2026-05-06T00:58:34.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3476 | 2026-05-06T00:58:35.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3477 | 2026-05-06T00:58:35.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3478 | 2026-05-06T00:58:35.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3479 | 2026-05-06T00:58:35.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3480 | 2026-05-06T00:58:35.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3481 | 2026-05-06T00:58:35.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3482 | 2026-05-06T00:58:35.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3483 | 2026-05-06T00:58:35.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3484 | 2026-05-06T00:58:35.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3485 | 2026-05-06T00:58:36.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3486 | 2026-05-06T00:58:36.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3487 | 2026-05-06T00:58:36.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3488 | 2026-05-06T00:58:36.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 3489 | 2026-05-06T00:58:36.699Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3490 | 2026-05-06T00:58:36.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 3491 | 2026-05-06T00:58:36.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3492 | 2026-05-06T00:58:36.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 3493 | 2026-05-06T00:58:36.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 3494 | 2026-05-06T00:58:36.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 3495 | 2026-05-06T00:58:36.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3496 | 2026-05-06T00:58:36.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 3497 | 2026-05-06T00:58:36.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3498 | 2026-05-06T00:58:36.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3499 | 2026-05-06T00:58:36.945Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 3500 | 2026-05-06T00:58:36.945Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 3501 | 2026-05-06T00:58:36.948Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "cd04b055-07c2-4e4f-832e-4a687433da6f", "content-length": "1412", "date": "Wed, 06 May 2026 00:58:36 GMT"} })
|
| 3502 | 2026-05-06T00:58:36.948Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 3503 | 2026-05-06T00:58:36.951Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "9d089dff-c79c-4cca-885e-7c77c072fcf6", "content-length": "29", "date": "Wed, 06 May 2026 00:58:36 GMT"} })
|
| 3504 | 2026-05-06T00:58:36.951Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3505 | 2026-05-06T00:58:36.958Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3506 | 2026-05-06T00:58:36.958Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3507 | 2026-05-06T00:58:36.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3508 | 2026-05-06T00:58:36.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3509 | 2026-05-06T00:58:36.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3510 | 2026-05-06T00:58:36.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3511 | 2026-05-06T00:58:36.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3512 | 2026-05-06T00:58:36.963Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3513 | 2026-05-06T00:58:36.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3514 | 2026-05-06T00:58:36.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3515 | 2026-05-06T00:58:36.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3516 | 2026-05-06T00:58:37.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3517 | 2026-05-06T00:58:37.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3518 | 2026-05-06T00:58:37.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3519 | 2026-05-06T00:58:37.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3520 | 2026-05-06T00:58:37.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3521 | 2026-05-06T00:58:37.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3522 | 2026-05-06T00:58:37.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3523 | 2026-05-06T00:58:37.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3524 | 2026-05-06T00:58:37.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3525 | 2026-05-06T00:58:38.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3526 | 2026-05-06T00:58:38.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3527 | 2026-05-06T00:58:38.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3528 | 2026-05-06T00:58:38.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3529 | 2026-05-06T00:58:38.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3530 | 2026-05-06T00:58:38.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3531 | 2026-05-06T00:58:38.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3532 | 2026-05-06T00:58:38.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3533 | 2026-05-06T00:58:38.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3534 | 2026-05-06T00:58:39.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3535 | 2026-05-06T00:58:39.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3536 | 2026-05-06T00:58:39.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3537 | 2026-05-06T00:58:39.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3538 | 2026-05-06T00:58:39.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3539 | 2026-05-06T00:58:39.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3540 | 2026-05-06T00:58:39.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3541 | 2026-05-06T00:58:39.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3542 | 2026-05-06T00:58:39.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3543 | 2026-05-06T00:58:40.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3544 | 2026-05-06T00:58:40.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3545 | 2026-05-06T00:58:40.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3546 | 2026-05-06T00:58:40.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3547 | 2026-05-06T00:58:40.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3548 | 2026-05-06T00:58:40.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3549 | 2026-05-06T00:58:40.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3550 | 2026-05-06T00:58:40.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3551 | 2026-05-06T00:58:40.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3552 | 2026-05-06T00:58:41.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3553 | 2026-05-06T00:58:41.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3554 | 2026-05-06T00:58:41.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3555 | 2026-05-06T00:58:41.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 247
|
| 3556 | 2026-05-06T00:58:41.698Z | DEBG | oximeter (clickhouse-client): unrolling 247 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3557 | 2026-05-06T00:58:41.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 247
|
| 3558 | 2026-05-06T00:58:41.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3559 | 2026-05-06T00:58:41.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 4
table_name = fields_ipaddr
|
| 3560 | 2026-05-06T00:58:41.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 108
table_name = fields_string
|
| 3561 | 2026-05-06T00:58:41.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 29
table_name = fields_u16
|
| 3562 | 2026-05-06T00:58:41.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 93
table_name = fields_uuid
|
| 3563 | 2026-05-06T00:58:41.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 162
table_name = measurements_cumulativeu64
|
| 3564 | 2026-05-06T00:58:41.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 3565 | 2026-05-06T00:58:41.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3566 | 2026-05-06T00:58:41.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3567 | 2026-05-06T00:58:41.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3568 | 2026-05-06T00:58:41.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3569 | 2026-05-06T00:58:41.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3570 | 2026-05-06T00:58:41.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3571 | 2026-05-06T00:58:41.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3572 | 2026-05-06T00:58:41.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3573 | 2026-05-06T00:58:41.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3574 | 2026-05-06T00:58:41.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3575 | 2026-05-06T00:58:41.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3576 | 2026-05-06T00:58:41.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3577 | 2026-05-06T00:58:41.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3578 | 2026-05-06T00:58:41.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3579 | 2026-05-06T00:58:42.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3580 | 2026-05-06T00:58:42.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3581 | 2026-05-06T00:58:42.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3582 | 2026-05-06T00:58:42.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3583 | 2026-05-06T00:58:42.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3584 | 2026-05-06T00:58:42.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3585 | 2026-05-06T00:58:42.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3586 | 2026-05-06T00:58:42.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3587 | 2026-05-06T00:58:42.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3588 | 2026-05-06T00:58:42.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3589 | 2026-05-06T00:58:42.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3590 | 2026-05-06T00:58:42.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3591 | 2026-05-06T00:58:43.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3592 | 2026-05-06T00:58:43.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3593 | 2026-05-06T00:58:43.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3594 | 2026-05-06T00:58:43.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3595 | 2026-05-06T00:58:43.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3596 | 2026-05-06T00:58:43.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3597 | 2026-05-06T00:58:43.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3598 | 2026-05-06T00:58:43.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3599 | 2026-05-06T00:58:43.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3600 | 2026-05-06T00:58:44.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3601 | 2026-05-06T00:58:44.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3602 | 2026-05-06T00:58:44.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3603 | 2026-05-06T00:58:44.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3604 | 2026-05-06T00:58:44.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3605 | 2026-05-06T00:58:44.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3606 | 2026-05-06T00:58:44.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3607 | 2026-05-06T00:58:44.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3608 | 2026-05-06T00:58:44.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3609 | 2026-05-06T00:58:45.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3610 | 2026-05-06T00:58:45.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3611 | 2026-05-06T00:58:45.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3612 | 2026-05-06T00:58:45.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3613 | 2026-05-06T00:58:45.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3614 | 2026-05-06T00:58:45.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3615 | 2026-05-06T00:58:45.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3616 | 2026-05-06T00:58:45.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3617 | 2026-05-06T00:58:45.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3618 | 2026-05-06T00:58:46.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3619 | 2026-05-06T00:58:46.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3620 | 2026-05-06T00:58:46.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3621 | 2026-05-06T00:58:46.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 3622 | 2026-05-06T00:58:46.699Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3623 | 2026-05-06T00:58:46.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 3624 | 2026-05-06T00:58:46.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3625 | 2026-05-06T00:58:46.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 3626 | 2026-05-06T00:58:46.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 3627 | 2026-05-06T00:58:46.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 3628 | 2026-05-06T00:58:46.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3629 | 2026-05-06T00:58:46.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 3630 | 2026-05-06T00:58:46.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3631 | 2026-05-06T00:58:46.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3632 | 2026-05-06T00:58:46.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3633 | 2026-05-06T00:58:46.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3634 | 2026-05-06T00:58:46.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3635 | 2026-05-06T00:58:46.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3636 | 2026-05-06T00:58:46.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3637 | 2026-05-06T00:58:46.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3638 | 2026-05-06T00:58:46.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3639 | 2026-05-06T00:58:46.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3640 | 2026-05-06T00:58:46.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3641 | 2026-05-06T00:58:47.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3642 | 2026-05-06T00:58:47.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3643 | 2026-05-06T00:58:47.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3644 | 2026-05-06T00:58:47.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3645 | 2026-05-06T00:58:47.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3646 | 2026-05-06T00:58:47.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3647 | 2026-05-06T00:58:47.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3648 | 2026-05-06T00:58:47.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3649 | 2026-05-06T00:58:47.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3650 | 2026-05-06T00:58:48.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3651 | 2026-05-06T00:58:48.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3652 | 2026-05-06T00:58:48.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3653 | 2026-05-06T00:58:48.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3654 | 2026-05-06T00:58:48.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3655 | 2026-05-06T00:58:48.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3656 | 2026-05-06T00:58:48.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3657 | 2026-05-06T00:58:48.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3658 | 2026-05-06T00:58:48.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3659 | 2026-05-06T00:58:49.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3660 | 2026-05-06T00:58:49.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3661 | 2026-05-06T00:58:49.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3662 | 2026-05-06T00:58:49.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3663 | 2026-05-06T00:58:49.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3664 | 2026-05-06T00:58:49.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3665 | 2026-05-06T00:58:49.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3666 | 2026-05-06T00:58:49.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3667 | 2026-05-06T00:58:49.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3668 | 2026-05-06T00:58:50.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3669 | 2026-05-06T00:58:50.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3670 | 2026-05-06T00:58:50.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3671 | 2026-05-06T00:58:50.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3672 | 2026-05-06T00:58:50.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3673 | 2026-05-06T00:58:50.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3674 | 2026-05-06T00:58:50.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3675 | 2026-05-06T00:58:50.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3676 | 2026-05-06T00:58:50.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3677 | 2026-05-06T00:58:51.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3678 | 2026-05-06T00:58:51.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3679 | 2026-05-06T00:58:51.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3680 | 2026-05-06T00:58:51.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3681 | 2026-05-06T00:58:51.698Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3682 | 2026-05-06T00:58:51.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3683 | 2026-05-06T00:58:51.707Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3684 | 2026-05-06T00:58:51.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 3685 | 2026-05-06T00:58:51.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 3686 | 2026-05-06T00:58:51.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 3687 | 2026-05-06T00:58:51.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3688 | 2026-05-06T00:58:51.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 3689 | 2026-05-06T00:58:51.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3690 | 2026-05-06T00:58:51.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3691 | 2026-05-06T00:58:51.944Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 3692 | 2026-05-06T00:58:51.944Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 3693 | 2026-05-06T00:58:51.948Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "a04ccff7-0fdc-4133-a453-c7210fd9062b", "content-length": "1412", "date": "Wed, 06 May 2026 00:58:51 GMT"} })
|
| 3694 | 2026-05-06T00:58:51.948Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 3695 | 2026-05-06T00:58:51.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3696 | 2026-05-06T00:58:51.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3697 | 2026-05-06T00:58:51.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3698 | 2026-05-06T00:58:51.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3699 | 2026-05-06T00:58:51.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3700 | 2026-05-06T00:58:51.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3701 | 2026-05-06T00:58:51.951Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "24267705-b5b1-46a6-a088-bb13c135f1fc", "content-length": "29", "date": "Wed, 06 May 2026 00:58:51 GMT"} })
|
| 3702 | 2026-05-06T00:58:51.951Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3703 | 2026-05-06T00:58:51.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3704 | 2026-05-06T00:58:51.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3705 | 2026-05-06T00:58:51.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3706 | 2026-05-06T00:58:51.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3707 | 2026-05-06T00:58:51.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3708 | 2026-05-06T00:58:51.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3709 | 2026-05-06T00:58:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3710 | 2026-05-06T00:58:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3711 | 2026-05-06T00:58:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 3712 | 2026-05-06T00:58:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 3713 | 2026-05-06T00:58:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3714 | 2026-05-06T00:58:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3715 | 2026-05-06T00:58:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 3716 | 2026-05-06T00:58:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 3717 | 2026-05-06T00:58:52.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3718 | 2026-05-06T00:58:52.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3719 | 2026-05-06T00:58:52.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 36
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 3720 | 2026-05-06T00:58:52.067Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 1473
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 3721 | 2026-05-06T00:58:52.072Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1569
|
| 3722 | 2026-05-06T00:58:52.072Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1569
|
| 3723 | 2026-05-06T00:58:52.072Z | DEBG | oximeter (clickhouse-client): unrolling 1569 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3724 | 2026-05-06T00:58:52.116Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3725 | 2026-05-06T00:58:52.134Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = fields_i16
|
| 3726 | 2026-05-06T00:58:52.137Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2553
table_name = fields_string
|
| 3727 | 2026-05-06T00:58:52.138Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 37
table_name = fields_u16
|
| 3728 | 2026-05-06T00:58:52.140Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 825
table_name = fields_u32
|
| 3729 | 2026-05-06T00:58:52.141Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1
table_name = fields_u64
|
| 3730 | 2026-05-06T00:58:52.143Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = fields_u8
|
| 3731 | 2026-05-06T00:58:52.144Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1340
table_name = fields_uuid
|
| 3732 | 2026-05-06T00:58:52.146Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1532
table_name = measurements_cumulativeu64
|
| 3733 | 2026-05-06T00:58:52.148Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 3734 | 2026-05-06T00:58:52.150Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = measurements_u64
|
| 3735 | 2026-05-06T00:58:52.172Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3736 | 2026-05-06T00:58:52.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3737 | 2026-05-06T00:58:52.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3738 | 2026-05-06T00:58:52.960Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3739 | 2026-05-06T00:58:52.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3740 | 2026-05-06T00:58:52.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3741 | 2026-05-06T00:58:52.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3742 | 2026-05-06T00:58:53.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3743 | 2026-05-06T00:58:53.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3744 | 2026-05-06T00:58:53.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3745 | 2026-05-06T00:58:53.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3746 | 2026-05-06T00:58:53.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3747 | 2026-05-06T00:58:53.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3748 | 2026-05-06T00:58:53.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3749 | 2026-05-06T00:58:53.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3750 | 2026-05-06T00:58:53.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3751 | 2026-05-06T00:58:54.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3752 | 2026-05-06T00:58:54.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3753 | 2026-05-06T00:58:54.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3754 | 2026-05-06T00:58:54.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3755 | 2026-05-06T00:58:54.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3756 | 2026-05-06T00:58:54.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3757 | 2026-05-06T00:58:54.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3758 | 2026-05-06T00:58:54.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3759 | 2026-05-06T00:58:54.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3760 | 2026-05-06T00:58:55.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3761 | 2026-05-06T00:58:55.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3762 | 2026-05-06T00:58:55.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3763 | 2026-05-06T00:58:55.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3764 | 2026-05-06T00:58:55.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3765 | 2026-05-06T00:58:55.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3766 | 2026-05-06T00:58:55.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3767 | 2026-05-06T00:58:55.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3768 | 2026-05-06T00:58:55.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3769 | 2026-05-06T00:58:56.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3770 | 2026-05-06T00:58:56.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3771 | 2026-05-06T00:58:56.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3772 | 2026-05-06T00:58:56.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 3773 | 2026-05-06T00:58:56.698Z | DEBG | oximeter (clickhouse-client): unrolling 176 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3774 | 2026-05-06T00:58:56.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 3775 | 2026-05-06T00:58:56.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3776 | 2026-05-06T00:58:56.710Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_string
|
| 3777 | 2026-05-06T00:58:56.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 64
table_name = fields_uuid
|
| 3778 | 2026-05-06T00:58:56.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 128
table_name = measurements_cumulativeu64
|
| 3779 | 2026-05-06T00:58:56.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 48
table_name = measurements_u64
|
| 3780 | 2026-05-06T00:58:56.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3781 | 2026-05-06T00:58:56.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3782 | 2026-05-06T00:58:56.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3783 | 2026-05-06T00:58:56.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3784 | 2026-05-06T00:58:56.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3785 | 2026-05-06T00:58:56.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3786 | 2026-05-06T00:58:56.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3787 | 2026-05-06T00:58:56.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3788 | 2026-05-06T00:58:56.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3789 | 2026-05-06T00:58:56.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3790 | 2026-05-06T00:58:57.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3791 | 2026-05-06T00:58:57.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3792 | 2026-05-06T00:58:57.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3793 | 2026-05-06T00:58:57.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3794 | 2026-05-06T00:58:57.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3795 | 2026-05-06T00:58:57.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3796 | 2026-05-06T00:58:57.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3797 | 2026-05-06T00:58:57.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3798 | 2026-05-06T00:58:57.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3799 | 2026-05-06T00:58:58.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3800 | 2026-05-06T00:58:58.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3801 | 2026-05-06T00:58:58.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3802 | 2026-05-06T00:58:58.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3803 | 2026-05-06T00:58:58.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3804 | 2026-05-06T00:58:58.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3805 | 2026-05-06T00:58:58.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3806 | 2026-05-06T00:58:58.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3807 | 2026-05-06T00:58:58.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3808 | 2026-05-06T00:58:59.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3809 | 2026-05-06T00:58:59.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3810 | 2026-05-06T00:58:59.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3811 | 2026-05-06T00:58:59.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3812 | 2026-05-06T00:58:59.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3813 | 2026-05-06T00:58:59.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3814 | 2026-05-06T00:58:59.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3815 | 2026-05-06T00:58:59.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3816 | 2026-05-06T00:58:59.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3817 | 2026-05-06T00:59:00.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3818 | 2026-05-06T00:59:00.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3819 | 2026-05-06T00:59:00.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3820 | 2026-05-06T00:59:00.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3821 | 2026-05-06T00:59:00.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3822 | 2026-05-06T00:59:00.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3823 | 2026-05-06T00:59:00.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3824 | 2026-05-06T00:59:00.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3825 | 2026-05-06T00:59:00.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3826 | 2026-05-06T00:59:01.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3827 | 2026-05-06T00:59:01.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3828 | 2026-05-06T00:59:01.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3829 | 2026-05-06T00:59:01.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3830 | 2026-05-06T00:59:01.698Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3831 | 2026-05-06T00:59:01.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3832 | 2026-05-06T00:59:01.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3833 | 2026-05-06T00:59:01.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 3834 | 2026-05-06T00:59:01.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 3835 | 2026-05-06T00:59:01.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 3836 | 2026-05-06T00:59:01.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3837 | 2026-05-06T00:59:01.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 3838 | 2026-05-06T00:59:01.724Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3839 | 2026-05-06T00:59:01.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3840 | 2026-05-06T00:59:01.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3841 | 2026-05-06T00:59:01.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3842 | 2026-05-06T00:59:01.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3843 | 2026-05-06T00:59:01.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3844 | 2026-05-06T00:59:01.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3845 | 2026-05-06T00:59:01.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3846 | 2026-05-06T00:59:01.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3847 | 2026-05-06T00:59:01.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3848 | 2026-05-06T00:59:01.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3849 | 2026-05-06T00:59:01.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3850 | 2026-05-06T00:59:01.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3851 | 2026-05-06T00:59:01.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3852 | 2026-05-06T00:59:02.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3853 | 2026-05-06T00:59:02.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3854 | 2026-05-06T00:59:02.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3855 | 2026-05-06T00:59:02.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3856 | 2026-05-06T00:59:02.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3857 | 2026-05-06T00:59:02.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3858 | 2026-05-06T00:59:02.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3859 | 2026-05-06T00:59:02.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3860 | 2026-05-06T00:59:02.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3861 | 2026-05-06T00:59:02.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3862 | 2026-05-06T00:59:02.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3863 | 2026-05-06T00:59:02.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3864 | 2026-05-06T00:59:03.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3865 | 2026-05-06T00:59:03.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3866 | 2026-05-06T00:59:03.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3867 | 2026-05-06T00:59:03.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3868 | 2026-05-06T00:59:03.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3869 | 2026-05-06T00:59:03.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3870 | 2026-05-06T00:59:03.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3871 | 2026-05-06T00:59:03.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3872 | 2026-05-06T00:59:03.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3873 | 2026-05-06T00:59:04.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3874 | 2026-05-06T00:59:04.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3875 | 2026-05-06T00:59:04.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3876 | 2026-05-06T00:59:04.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3877 | 2026-05-06T00:59:04.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3878 | 2026-05-06T00:59:04.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3879 | 2026-05-06T00:59:04.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3880 | 2026-05-06T00:59:04.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3881 | 2026-05-06T00:59:04.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3882 | 2026-05-06T00:59:05.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3883 | 2026-05-06T00:59:05.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3884 | 2026-05-06T00:59:05.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3885 | 2026-05-06T00:59:05.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3886 | 2026-05-06T00:59:05.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3887 | 2026-05-06T00:59:05.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3888 | 2026-05-06T00:59:05.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3889 | 2026-05-06T00:59:05.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3890 | 2026-05-06T00:59:05.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3891 | 2026-05-06T00:59:06.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3892 | 2026-05-06T00:59:06.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3893 | 2026-05-06T00:59:06.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3894 | 2026-05-06T00:59:06.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 3895 | 2026-05-06T00:59:06.698Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3896 | 2026-05-06T00:59:06.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 3897 | 2026-05-06T00:59:06.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3898 | 2026-05-06T00:59:06.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 3899 | 2026-05-06T00:59:06.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 3900 | 2026-05-06T00:59:06.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 3901 | 2026-05-06T00:59:06.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3902 | 2026-05-06T00:59:06.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 3903 | 2026-05-06T00:59:06.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3904 | 2026-05-06T00:59:06.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3905 | 2026-05-06T00:59:06.944Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 3906 | 2026-05-06T00:59:06.944Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 3907 | 2026-05-06T00:59:06.947Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "85ae27b4-c069-400d-8c7c-ac7a1cf6cbea", "content-length": "1412", "date": "Wed, 06 May 2026 00:59:06 GMT"} })
|
| 3908 | 2026-05-06T00:59:06.948Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 3909 | 2026-05-06T00:59:06.950Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "e11db437-b79d-430b-a6dd-5e1793a13439", "content-length": "29", "date": "Wed, 06 May 2026 00:59:06 GMT"} })
|
| 3910 | 2026-05-06T00:59:06.950Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3911 | 2026-05-06T00:59:06.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3912 | 2026-05-06T00:59:06.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3913 | 2026-05-06T00:59:06.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3914 | 2026-05-06T00:59:06.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3915 | 2026-05-06T00:59:06.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3916 | 2026-05-06T00:59:06.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 3917 | 2026-05-06T00:59:06.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3918 | 2026-05-06T00:59:06.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3919 | 2026-05-06T00:59:06.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3920 | 2026-05-06T00:59:07.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3921 | 2026-05-06T00:59:07.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3922 | 2026-05-06T00:59:07.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3923 | 2026-05-06T00:59:07.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3924 | 2026-05-06T00:59:07.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3925 | 2026-05-06T00:59:07.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3926 | 2026-05-06T00:59:07.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3927 | 2026-05-06T00:59:07.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3928 | 2026-05-06T00:59:07.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3929 | 2026-05-06T00:59:08.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3930 | 2026-05-06T00:59:08.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3931 | 2026-05-06T00:59:08.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3932 | 2026-05-06T00:59:08.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3933 | 2026-05-06T00:59:08.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3934 | 2026-05-06T00:59:08.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3935 | 2026-05-06T00:59:08.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3936 | 2026-05-06T00:59:08.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3937 | 2026-05-06T00:59:08.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3938 | 2026-05-06T00:59:09.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3939 | 2026-05-06T00:59:09.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3940 | 2026-05-06T00:59:09.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3941 | 2026-05-06T00:59:09.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3942 | 2026-05-06T00:59:09.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3943 | 2026-05-06T00:59:09.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3944 | 2026-05-06T00:59:09.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3945 | 2026-05-06T00:59:09.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3946 | 2026-05-06T00:59:09.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3947 | 2026-05-06T00:59:10.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3948 | 2026-05-06T00:59:10.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3949 | 2026-05-06T00:59:10.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3950 | 2026-05-06T00:59:10.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3951 | 2026-05-06T00:59:10.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3952 | 2026-05-06T00:59:10.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3953 | 2026-05-06T00:59:10.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3954 | 2026-05-06T00:59:10.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3955 | 2026-05-06T00:59:10.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3956 | 2026-05-06T00:59:11.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3957 | 2026-05-06T00:59:11.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3958 | 2026-05-06T00:59:11.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3959 | 2026-05-06T00:59:11.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3960 | 2026-05-06T00:59:11.698Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3961 | 2026-05-06T00:59:11.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 3962 | 2026-05-06T00:59:11.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 3963 | 2026-05-06T00:59:11.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 3964 | 2026-05-06T00:59:11.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 3965 | 2026-05-06T00:59:11.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 3966 | 2026-05-06T00:59:11.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3967 | 2026-05-06T00:59:11.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 3968 | 2026-05-06T00:59:11.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 3969 | 2026-05-06T00:59:11.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 3970 | 2026-05-06T00:59:11.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3971 | 2026-05-06T00:59:11.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3972 | 2026-05-06T00:59:11.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3973 | 2026-05-06T00:59:11.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3974 | 2026-05-06T00:59:11.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 3975 | 2026-05-06T00:59:11.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 3976 | 2026-05-06T00:59:11.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3977 | 2026-05-06T00:59:11.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3978 | 2026-05-06T00:59:11.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3979 | 2026-05-06T00:59:11.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3980 | 2026-05-06T00:59:11.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3981 | 2026-05-06T00:59:11.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3982 | 2026-05-06T00:59:12.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3983 | 2026-05-06T00:59:12.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3984 | 2026-05-06T00:59:12.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3985 | 2026-05-06T00:59:12.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3986 | 2026-05-06T00:59:12.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3987 | 2026-05-06T00:59:12.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 3988 | 2026-05-06T00:59:12.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3989 | 2026-05-06T00:59:12.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3990 | 2026-05-06T00:59:12.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3991 | 2026-05-06T00:59:12.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3992 | 2026-05-06T00:59:12.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3993 | 2026-05-06T00:59:12.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3994 | 2026-05-06T00:59:13.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3995 | 2026-05-06T00:59:13.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3996 | 2026-05-06T00:59:13.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3997 | 2026-05-06T00:59:13.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3998 | 2026-05-06T00:59:13.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3999 | 2026-05-06T00:59:13.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4000 | 2026-05-06T00:59:13.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4001 | 2026-05-06T00:59:13.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4002 | 2026-05-06T00:59:13.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4003 | 2026-05-06T00:59:14.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4004 | 2026-05-06T00:59:14.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4005 | 2026-05-06T00:59:14.002Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4006 | 2026-05-06T00:59:14.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4007 | 2026-05-06T00:59:14.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4008 | 2026-05-06T00:59:14.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4009 | 2026-05-06T00:59:14.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4010 | 2026-05-06T00:59:14.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4011 | 2026-05-06T00:59:14.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4012 | 2026-05-06T00:59:15.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4013 | 2026-05-06T00:59:15.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4014 | 2026-05-06T00:59:15.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4015 | 2026-05-06T00:59:15.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4016 | 2026-05-06T00:59:15.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4017 | 2026-05-06T00:59:15.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4018 | 2026-05-06T00:59:15.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4019 | 2026-05-06T00:59:15.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4020 | 2026-05-06T00:59:15.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4021 | 2026-05-06T00:59:16.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4022 | 2026-05-06T00:59:16.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4023 | 2026-05-06T00:59:16.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4024 | 2026-05-06T00:59:16.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 4025 | 2026-05-06T00:59:16.698Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4026 | 2026-05-06T00:59:16.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 4027 | 2026-05-06T00:59:16.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4028 | 2026-05-06T00:59:16.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 4029 | 2026-05-06T00:59:16.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 4030 | 2026-05-06T00:59:16.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 4031 | 2026-05-06T00:59:16.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4032 | 2026-05-06T00:59:16.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 4033 | 2026-05-06T00:59:16.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 4034 | 2026-05-06T00:59:16.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 4035 | 2026-05-06T00:59:16.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4036 | 2026-05-06T00:59:16.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4037 | 2026-05-06T00:59:16.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4038 | 2026-05-06T00:59:16.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4039 | 2026-05-06T00:59:16.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4040 | 2026-05-06T00:59:16.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4041 | 2026-05-06T00:59:16.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4042 | 2026-05-06T00:59:16.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4043 | 2026-05-06T00:59:16.983Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4044 | 2026-05-06T00:59:17.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4045 | 2026-05-06T00:59:17.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4046 | 2026-05-06T00:59:17.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4047 | 2026-05-06T00:59:17.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4048 | 2026-05-06T00:59:17.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4049 | 2026-05-06T00:59:17.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4050 | 2026-05-06T00:59:17.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4051 | 2026-05-06T00:59:17.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4052 | 2026-05-06T00:59:17.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4053 | 2026-05-06T00:59:18.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4054 | 2026-05-06T00:59:18.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4055 | 2026-05-06T00:59:18.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4056 | 2026-05-06T00:59:18.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4057 | 2026-05-06T00:59:18.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4058 | 2026-05-06T00:59:18.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4059 | 2026-05-06T00:59:18.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4060 | 2026-05-06T00:59:18.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4061 | 2026-05-06T00:59:18.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4062 | 2026-05-06T00:59:19.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4063 | 2026-05-06T00:59:19.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4064 | 2026-05-06T00:59:19.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4065 | 2026-05-06T00:59:19.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4066 | 2026-05-06T00:59:19.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4067 | 2026-05-06T00:59:19.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4068 | 2026-05-06T00:59:19.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4069 | 2026-05-06T00:59:19.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4070 | 2026-05-06T00:59:19.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4071 | 2026-05-06T00:59:20.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4072 | 2026-05-06T00:59:20.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4073 | 2026-05-06T00:59:20.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4074 | 2026-05-06T00:59:20.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4075 | 2026-05-06T00:59:20.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4076 | 2026-05-06T00:59:20.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4077 | 2026-05-06T00:59:20.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4078 | 2026-05-06T00:59:20.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4079 | 2026-05-06T00:59:20.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4080 | 2026-05-06T00:59:21.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4081 | 2026-05-06T00:59:21.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4082 | 2026-05-06T00:59:21.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4083 | 2026-05-06T00:59:21.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 4084 | 2026-05-06T00:59:21.699Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4085 | 2026-05-06T00:59:21.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 4086 | 2026-05-06T00:59:21.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4087 | 2026-05-06T00:59:21.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 4088 | 2026-05-06T00:59:21.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 4089 | 2026-05-06T00:59:21.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 4090 | 2026-05-06T00:59:21.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4091 | 2026-05-06T00:59:21.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 4092 | 2026-05-06T00:59:21.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 4093 | 2026-05-06T00:59:21.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 4094 | 2026-05-06T00:59:21.944Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 4095 | 2026-05-06T00:59:21.944Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 4096 | 2026-05-06T00:59:21.948Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "3c3e6388-af9c-46eb-89e8-b4311d3c24c6", "content-length": "1412", "date": "Wed, 06 May 2026 00:59:21 GMT"} })
|
| 4097 | 2026-05-06T00:59:21.948Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 4098 | 2026-05-06T00:59:21.950Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4099 | 2026-05-06T00:59:21.950Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4100 | 2026-05-06T00:59:21.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4101 | 2026-05-06T00:59:21.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4102 | 2026-05-06T00:59:21.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4103 | 2026-05-06T00:59:21.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4104 | 2026-05-06T00:59:21.950Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "da72a46a-d732-4c6d-966c-71f557388db4", "content-length": "29", "date": "Wed, 06 May 2026 00:59:21 GMT"} })
|
| 4105 | 2026-05-06T00:59:21.950Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4106 | 2026-05-06T00:59:21.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4107 | 2026-05-06T00:59:21.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4108 | 2026-05-06T00:59:21.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4109 | 2026-05-06T00:59:21.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4110 | 2026-05-06T00:59:21.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4111 | 2026-05-06T00:59:21.980Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 4112 | 2026-05-06T00:59:21.980Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4113 | 2026-05-06T00:59:21.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4114 | 2026-05-06T00:59:21.980Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4115 | 2026-05-06T00:59:21.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4116 | 2026-05-06T00:59:21.980Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 4117 | 2026-05-06T00:59:21.980Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4118 | 2026-05-06T00:59:21.983Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4119 | 2026-05-06T00:59:22.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4120 | 2026-05-06T00:59:22.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 4121 | 2026-05-06T00:59:22.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4122 | 2026-05-06T00:59:22.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 4123 | 2026-05-06T00:59:22.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4124 | 2026-05-06T00:59:22.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4125 | 2026-05-06T00:59:22.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 4126 | 2026-05-06T00:59:22.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 4127 | 2026-05-06T00:59:22.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4128 | 2026-05-06T00:59:22.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4129 | 2026-05-06T00:59:22.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 36
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 4130 | 2026-05-06T00:59:22.067Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 1475
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 4131 | 2026-05-06T00:59:22.071Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1578
|
| 4132 | 2026-05-06T00:59:22.071Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1578
|
| 4133 | 2026-05-06T00:59:22.071Z | DEBG | oximeter (clickhouse-client): unrolling 1578 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4134 | 2026-05-06T00:59:22.116Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4135 | 2026-05-06T00:59:22.135Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = fields_i16
|
| 4136 | 2026-05-06T00:59:22.136Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 14
table_name = fields_ipaddr
|
| 4137 | 2026-05-06T00:59:22.139Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2564
table_name = fields_string
|
| 4138 | 2026-05-06T00:59:22.141Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 53
table_name = fields_u16
|
| 4139 | 2026-05-06T00:59:22.143Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 825
table_name = fields_u32
|
| 4140 | 2026-05-06T00:59:22.144Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1
table_name = fields_u64
|
| 4141 | 2026-05-06T00:59:22.145Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = fields_u8
|
| 4142 | 2026-05-06T00:59:22.147Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1356
table_name = fields_uuid
|
| 4143 | 2026-05-06T00:59:22.149Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1539
table_name = measurements_cumulativeu64
|
| 4144 | 2026-05-06T00:59:22.152Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 27
table_name = measurements_histogramu64
|
| 4145 | 2026-05-06T00:59:22.153Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = measurements_u64
|
| 4146 | 2026-05-06T00:59:22.172Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 4147 | 2026-05-06T00:59:22.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4148 | 2026-05-06T00:59:22.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4149 | 2026-05-06T00:59:22.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4150 | 2026-05-06T00:59:22.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4151 | 2026-05-06T00:59:22.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4152 | 2026-05-06T00:59:22.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4153 | 2026-05-06T00:59:23.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4154 | 2026-05-06T00:59:23.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4155 | 2026-05-06T00:59:23.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4156 | 2026-05-06T00:59:23.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4157 | 2026-05-06T00:59:23.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4158 | 2026-05-06T00:59:23.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4159 | 2026-05-06T00:59:23.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4160 | 2026-05-06T00:59:23.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4161 | 2026-05-06T00:59:23.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4162 | 2026-05-06T00:59:24.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4163 | 2026-05-06T00:59:24.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4164 | 2026-05-06T00:59:24.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4165 | 2026-05-06T00:59:24.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4166 | 2026-05-06T00:59:24.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4167 | 2026-05-06T00:59:24.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4168 | 2026-05-06T00:59:24.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4169 | 2026-05-06T00:59:24.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4170 | 2026-05-06T00:59:24.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4171 | 2026-05-06T00:59:25.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4172 | 2026-05-06T00:59:25.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4173 | 2026-05-06T00:59:25.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4174 | 2026-05-06T00:59:25.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4175 | 2026-05-06T00:59:25.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4176 | 2026-05-06T00:59:25.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4177 | 2026-05-06T00:59:25.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4178 | 2026-05-06T00:59:25.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4179 | 2026-05-06T00:59:25.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4180 | 2026-05-06T00:59:26.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4181 | 2026-05-06T00:59:26.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4182 | 2026-05-06T00:59:26.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4183 | 2026-05-06T00:59:26.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 4184 | 2026-05-06T00:59:26.698Z | DEBG | oximeter (clickhouse-client): unrolling 176 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4185 | 2026-05-06T00:59:26.700Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 4186 | 2026-05-06T00:59:26.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4187 | 2026-05-06T00:59:26.710Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_string
|
| 4188 | 2026-05-06T00:59:26.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 64
table_name = fields_uuid
|
| 4189 | 2026-05-06T00:59:26.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 128
table_name = measurements_cumulativeu64
|
| 4190 | 2026-05-06T00:59:26.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 48
table_name = measurements_u64
|
| 4191 | 2026-05-06T00:59:26.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 4192 | 2026-05-06T00:59:26.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4193 | 2026-05-06T00:59:26.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4194 | 2026-05-06T00:59:26.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4195 | 2026-05-06T00:59:26.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4196 | 2026-05-06T00:59:26.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4197 | 2026-05-06T00:59:26.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4198 | 2026-05-06T00:59:26.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4199 | 2026-05-06T00:59:26.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4200 | 2026-05-06T00:59:26.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4201 | 2026-05-06T00:59:27.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4202 | 2026-05-06T00:59:27.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4203 | 2026-05-06T00:59:27.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4204 | 2026-05-06T00:59:27.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4205 | 2026-05-06T00:59:27.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4206 | 2026-05-06T00:59:27.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4207 | 2026-05-06T00:59:27.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4208 | 2026-05-06T00:59:27.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4209 | 2026-05-06T00:59:27.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4210 | 2026-05-06T00:59:28.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4211 | 2026-05-06T00:59:28.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4212 | 2026-05-06T00:59:28.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4213 | 2026-05-06T00:59:28.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4214 | 2026-05-06T00:59:28.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4215 | 2026-05-06T00:59:28.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4216 | 2026-05-06T00:59:28.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4217 | 2026-05-06T00:59:28.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4218 | 2026-05-06T00:59:28.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4219 | 2026-05-06T00:59:29.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4220 | 2026-05-06T00:59:29.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4221 | 2026-05-06T00:59:29.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4222 | 2026-05-06T00:59:29.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4223 | 2026-05-06T00:59:29.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4224 | 2026-05-06T00:59:29.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4225 | 2026-05-06T00:59:29.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4226 | 2026-05-06T00:59:29.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4227 | 2026-05-06T00:59:29.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4228 | 2026-05-06T00:59:30.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4229 | 2026-05-06T00:59:30.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4230 | 2026-05-06T00:59:30.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4231 | 2026-05-06T00:59:30.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4232 | 2026-05-06T00:59:30.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4233 | 2026-05-06T00:59:30.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4234 | 2026-05-06T00:59:30.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4235 | 2026-05-06T00:59:30.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4236 | 2026-05-06T00:59:30.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4237 | 2026-05-06T00:59:31.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4238 | 2026-05-06T00:59:31.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4239 | 2026-05-06T00:59:31.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4240 | 2026-05-06T00:59:31.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 4241 | 2026-05-06T00:59:31.699Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4242 | 2026-05-06T00:59:31.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 4243 | 2026-05-06T00:59:31.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4244 | 2026-05-06T00:59:31.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 4245 | 2026-05-06T00:59:31.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 4246 | 2026-05-06T00:59:31.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 4247 | 2026-05-06T00:59:31.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4248 | 2026-05-06T00:59:31.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 4249 | 2026-05-06T00:59:31.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 4250 | 2026-05-06T00:59:31.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 4251 | 2026-05-06T00:59:31.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4252 | 2026-05-06T00:59:31.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4253 | 2026-05-06T00:59:31.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4254 | 2026-05-06T00:59:31.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4255 | 2026-05-06T00:59:31.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4256 | 2026-05-06T00:59:31.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4257 | 2026-05-06T00:59:31.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4258 | 2026-05-06T00:59:31.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4259 | 2026-05-06T00:59:31.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4260 | 2026-05-06T00:59:31.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4261 | 2026-05-06T00:59:31.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4262 | 2026-05-06T00:59:31.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4263 | 2026-05-06T00:59:32.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4264 | 2026-05-06T00:59:32.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4265 | 2026-05-06T00:59:32.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4266 | 2026-05-06T00:59:32.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4267 | 2026-05-06T00:59:32.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4268 | 2026-05-06T00:59:32.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4269 | 2026-05-06T00:59:32.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4270 | 2026-05-06T00:59:32.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4271 | 2026-05-06T00:59:32.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4272 | 2026-05-06T00:59:32.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4273 | 2026-05-06T00:59:32.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4274 | 2026-05-06T00:59:32.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4275 | 2026-05-06T00:59:33.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4276 | 2026-05-06T00:59:33.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4277 | 2026-05-06T00:59:33.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4278 | 2026-05-06T00:59:33.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4279 | 2026-05-06T00:59:33.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4280 | 2026-05-06T00:59:33.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4281 | 2026-05-06T00:59:33.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4282 | 2026-05-06T00:59:33.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4283 | 2026-05-06T00:59:33.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4284 | 2026-05-06T00:59:34.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4285 | 2026-05-06T00:59:34.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4286 | 2026-05-06T00:59:34.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4287 | 2026-05-06T00:59:34.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4288 | 2026-05-06T00:59:34.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4289 | 2026-05-06T00:59:34.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4290 | 2026-05-06T00:59:34.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4291 | 2026-05-06T00:59:34.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4292 | 2026-05-06T00:59:34.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4293 | 2026-05-06T00:59:35.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4294 | 2026-05-06T00:59:35.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4295 | 2026-05-06T00:59:35.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4296 | 2026-05-06T00:59:35.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4297 | 2026-05-06T00:59:35.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4298 | 2026-05-06T00:59:35.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4299 | 2026-05-06T00:59:35.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4300 | 2026-05-06T00:59:35.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4301 | 2026-05-06T00:59:35.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4302 | 2026-05-06T00:59:36.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4303 | 2026-05-06T00:59:36.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4304 | 2026-05-06T00:59:36.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4305 | 2026-05-06T00:59:36.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 4306 | 2026-05-06T00:59:36.699Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4307 | 2026-05-06T00:59:36.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 4308 | 2026-05-06T00:59:36.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4309 | 2026-05-06T00:59:36.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 4310 | 2026-05-06T00:59:36.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 4311 | 2026-05-06T00:59:36.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 4312 | 2026-05-06T00:59:36.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4313 | 2026-05-06T00:59:36.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 4314 | 2026-05-06T00:59:36.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 4315 | 2026-05-06T00:59:36.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 4316 | 2026-05-06T00:59:36.945Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 4317 | 2026-05-06T00:59:36.945Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 4318 | 2026-05-06T00:59:36.949Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "2346a951-51be-483c-b41c-919c2a2ce499", "content-length": "1412", "date": "Wed, 06 May 2026 00:59:36 GMT"} })
|
| 4319 | 2026-05-06T00:59:36.949Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 4320 | 2026-05-06T00:59:36.951Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "21104989-d316-4454-a951-f23781025d4b", "content-length": "29", "date": "Wed, 06 May 2026 00:59:36 GMT"} })
|
| 4321 | 2026-05-06T00:59:36.951Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4322 | 2026-05-06T00:59:36.957Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4323 | 2026-05-06T00:59:36.957Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4324 | 2026-05-06T00:59:36.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4325 | 2026-05-06T00:59:36.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4326 | 2026-05-06T00:59:36.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4327 | 2026-05-06T00:59:36.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4328 | 2026-05-06T00:59:36.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4329 | 2026-05-06T00:59:36.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4330 | 2026-05-06T00:59:36.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4331 | 2026-05-06T00:59:36.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4332 | 2026-05-06T00:59:36.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4333 | 2026-05-06T00:59:37.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4334 | 2026-05-06T00:59:37.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4335 | 2026-05-06T00:59:37.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4336 | 2026-05-06T00:59:37.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4337 | 2026-05-06T00:59:37.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4338 | 2026-05-06T00:59:37.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4339 | 2026-05-06T00:59:37.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4340 | 2026-05-06T00:59:37.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4341 | 2026-05-06T00:59:37.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4342 | 2026-05-06T00:59:38.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4343 | 2026-05-06T00:59:38.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4344 | 2026-05-06T00:59:38.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4345 | 2026-05-06T00:59:38.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4346 | 2026-05-06T00:59:38.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4347 | 2026-05-06T00:59:38.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4348 | 2026-05-06T00:59:38.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4349 | 2026-05-06T00:59:38.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4350 | 2026-05-06T00:59:38.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4351 | 2026-05-06T00:59:39.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4352 | 2026-05-06T00:59:39.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4353 | 2026-05-06T00:59:39.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4354 | 2026-05-06T00:59:39.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4355 | 2026-05-06T00:59:39.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4356 | 2026-05-06T00:59:39.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4357 | 2026-05-06T00:59:39.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4358 | 2026-05-06T00:59:39.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4359 | 2026-05-06T00:59:39.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4360 | 2026-05-06T00:59:40.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4361 | 2026-05-06T00:59:40.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4362 | 2026-05-06T00:59:40.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4363 | 2026-05-06T00:59:40.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4364 | 2026-05-06T00:59:40.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4365 | 2026-05-06T00:59:40.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4366 | 2026-05-06T00:59:40.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4367 | 2026-05-06T00:59:40.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4368 | 2026-05-06T00:59:40.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4369 | 2026-05-06T00:59:41.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4370 | 2026-05-06T00:59:41.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4371 | 2026-05-06T00:59:41.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4372 | 2026-05-06T00:59:41.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 247
|
| 4373 | 2026-05-06T00:59:41.699Z | DEBG | oximeter (clickhouse-client): unrolling 247 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4374 | 2026-05-06T00:59:41.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 247
|
| 4375 | 2026-05-06T00:59:41.707Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4376 | 2026-05-06T00:59:41.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 4
table_name = fields_ipaddr
|
| 4377 | 2026-05-06T00:59:41.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 108
table_name = fields_string
|
| 4378 | 2026-05-06T00:59:41.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 29
table_name = fields_u16
|
| 4379 | 2026-05-06T00:59:41.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 93
table_name = fields_uuid
|
| 4380 | 2026-05-06T00:59:41.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 162
table_name = measurements_cumulativeu64
|
| 4381 | 2026-05-06T00:59:41.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 4382 | 2026-05-06T00:59:41.723Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 4383 | 2026-05-06T00:59:41.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 4384 | 2026-05-06T00:59:41.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4385 | 2026-05-06T00:59:41.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4386 | 2026-05-06T00:59:41.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4387 | 2026-05-06T00:59:41.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4388 | 2026-05-06T00:59:41.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4389 | 2026-05-06T00:59:41.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4390 | 2026-05-06T00:59:41.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4391 | 2026-05-06T00:59:41.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4392 | 2026-05-06T00:59:41.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4393 | 2026-05-06T00:59:41.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4394 | 2026-05-06T00:59:41.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4395 | 2026-05-06T00:59:41.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4396 | 2026-05-06T00:59:42.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4397 | 2026-05-06T00:59:42.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4398 | 2026-05-06T00:59:42.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4399 | 2026-05-06T00:59:42.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4400 | 2026-05-06T00:59:42.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4401 | 2026-05-06T00:59:42.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4402 | 2026-05-06T00:59:42.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4403 | 2026-05-06T00:59:42.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4404 | 2026-05-06T00:59:42.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4405 | 2026-05-06T00:59:42.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4406 | 2026-05-06T00:59:42.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4407 | 2026-05-06T00:59:42.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4408 | 2026-05-06T00:59:43.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4409 | 2026-05-06T00:59:43.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4410 | 2026-05-06T00:59:43.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4411 | 2026-05-06T00:59:43.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4412 | 2026-05-06T00:59:43.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4413 | 2026-05-06T00:59:43.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4414 | 2026-05-06T00:59:43.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4415 | 2026-05-06T00:59:43.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4416 | 2026-05-06T00:59:43.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4417 | 2026-05-06T00:59:44.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4418 | 2026-05-06T00:59:44.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4419 | 2026-05-06T00:59:44.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4420 | 2026-05-06T00:59:44.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4421 | 2026-05-06T00:59:44.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4422 | 2026-05-06T00:59:44.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4423 | 2026-05-06T00:59:44.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4424 | 2026-05-06T00:59:44.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4425 | 2026-05-06T00:59:44.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4426 | 2026-05-06T00:59:45.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4427 | 2026-05-06T00:59:45.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4428 | 2026-05-06T00:59:45.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4429 | 2026-05-06T00:59:45.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4430 | 2026-05-06T00:59:45.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4431 | 2026-05-06T00:59:45.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4432 | 2026-05-06T00:59:45.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4433 | 2026-05-06T00:59:45.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4434 | 2026-05-06T00:59:45.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4435 | 2026-05-06T00:59:46.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4436 | 2026-05-06T00:59:46.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4437 | 2026-05-06T00:59:46.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4438 | 2026-05-06T00:59:46.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 4439 | 2026-05-06T00:59:46.699Z | DEBG | oximeter (clickhouse-client): unrolling 236 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4440 | 2026-05-06T00:59:46.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 236
|
| 4441 | 2026-05-06T00:59:46.707Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4442 | 2026-05-06T00:59:46.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 88
table_name = fields_string
|
| 4443 | 2026-05-06T00:59:46.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = fields_u16
|
| 4444 | 2026-05-06T00:59:46.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 80
table_name = fields_uuid
|
| 4445 | 2026-05-06T00:59:46.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4446 | 2026-05-06T00:59:46.720Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 16
table_name = measurements_histogramu64
|
| 4447 | 2026-05-06T00:59:46.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 4448 | 2026-05-06T00:59:46.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 4449 | 2026-05-06T00:59:46.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4450 | 2026-05-06T00:59:46.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4451 | 2026-05-06T00:59:46.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4452 | 2026-05-06T00:59:46.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4453 | 2026-05-06T00:59:46.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4454 | 2026-05-06T00:59:46.962Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4455 | 2026-05-06T00:59:46.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4456 | 2026-05-06T00:59:46.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4457 | 2026-05-06T00:59:46.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4458 | 2026-05-06T00:59:47.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4459 | 2026-05-06T00:59:47.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4460 | 2026-05-06T00:59:47.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4461 | 2026-05-06T00:59:47.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4462 | 2026-05-06T00:59:47.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4463 | 2026-05-06T00:59:47.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4464 | 2026-05-06T00:59:47.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4465 | 2026-05-06T00:59:47.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4466 | 2026-05-06T00:59:47.981Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4467 | 2026-05-06T00:59:48.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4468 | 2026-05-06T00:59:48.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4469 | 2026-05-06T00:59:48.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4470 | 2026-05-06T00:59:48.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4471 | 2026-05-06T00:59:48.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4472 | 2026-05-06T00:59:48.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4473 | 2026-05-06T00:59:48.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4474 | 2026-05-06T00:59:48.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4475 | 2026-05-06T00:59:48.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4476 | 2026-05-06T00:59:49.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4477 | 2026-05-06T00:59:49.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4478 | 2026-05-06T00:59:49.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4479 | 2026-05-06T00:59:49.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4480 | 2026-05-06T00:59:49.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4481 | 2026-05-06T00:59:49.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4482 | 2026-05-06T00:59:49.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4483 | 2026-05-06T00:59:49.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4484 | 2026-05-06T00:59:49.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4485 | 2026-05-06T00:59:50.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4486 | 2026-05-06T00:59:50.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4487 | 2026-05-06T00:59:50.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4488 | 2026-05-06T00:59:50.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4489 | 2026-05-06T00:59:50.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4490 | 2026-05-06T00:59:50.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4491 | 2026-05-06T00:59:50.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4492 | 2026-05-06T00:59:50.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4493 | 2026-05-06T00:59:50.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4494 | 2026-05-06T00:59:51.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4495 | 2026-05-06T00:59:51.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4496 | 2026-05-06T00:59:51.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4497 | 2026-05-06T00:59:51.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 4498 | 2026-05-06T00:59:51.699Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4499 | 2026-05-06T00:59:51.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 4500 | 2026-05-06T00:59:51.706Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4501 | 2026-05-06T00:59:51.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 4502 | 2026-05-06T00:59:51.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 4503 | 2026-05-06T00:59:51.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 4504 | 2026-05-06T00:59:51.717Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4505 | 2026-05-06T00:59:51.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 4506 | 2026-05-06T00:59:51.721Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 4507 | 2026-05-06T00:59:51.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 4508 | 2026-05-06T00:59:51.944Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:565
|
| 4509 | 2026-05-06T00:59:51.944Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending
|
| 4510 | 2026-05-06T00:59:51.948Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "88eb94f2-dba7-4f48-a0cb-889e71c61a8e", "content-length": "1412", "date": "Wed, 06 May 2026 00:59:51 GMT"} })
|
| 4511 | 2026-05-06T00:59:51.948Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D
|
| 4512 | 2026-05-06T00:59:51.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4513 | 2026-05-06T00:59:51.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4514 | 2026-05-06T00:59:51.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4515 | 2026-05-06T00:59:51.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4516 | 2026-05-06T00:59:51.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4517 | 2026-05-06T00:59:51.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4518 | 2026-05-06T00:59:51.951Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/ffcae7e2-9d4b-476d-b028-e9c38b85d6fa/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJmMGJkZDhkMi04ZDBlLTQzZjAtOWM4ZC0xZjgzMzJjMGJmMmYifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "46e688aa-1d94-427a-92dc-cf5fcb87708c", "content-length": "29", "date": "Wed, 06 May 2026 00:59:51 GMT"} })
|
| 4519 | 2026-05-06T00:59:51.951Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:640
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4520 | 2026-05-06T00:59:51.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4521 | 2026-05-06T00:59:51.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4522 | 2026-05-06T00:59:51.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4523 | 2026-05-06T00:59:51.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4524 | 2026-05-06T00:59:51.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4525 | 2026-05-06T00:59:51.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4526 | 2026-05-06T00:59:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4527 | 2026-05-06T00:59:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4528 | 2026-05-06T00:59:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 4529 | 2026-05-06T00:59:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 4530 | 2026-05-06T00:59:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4531 | 2026-05-06T00:59:52.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 4532 | 2026-05-06T00:59:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4533 | 2026-05-06T00:59:52.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 4534 | 2026-05-06T00:59:52.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4535 | 2026-05-06T00:59:52.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4536 | 2026-05-06T00:59:52.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 36
producer_id = 61b7cd63-293e-4865-a1fd-b8b1a74ea28e
producer_ip = fd00:1122:3344:101::2
producer_port = 39593
|
| 4537 | 2026-05-06T00:59:52.065Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 1475
producer_id = d7839c93-92f9-490c-b1f4-9de46e30a932
producer_ip = fd00:1122:3344:101::1
producer_port = 40020
|
| 4538 | 2026-05-06T00:59:52.069Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1571
|
| 4539 | 2026-05-06T00:59:52.069Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 1571
|
| 4540 | 2026-05-06T00:59:52.069Z | DEBG | oximeter (clickhouse-client): unrolling 1571 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4541 | 2026-05-06T00:59:52.116Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4542 | 2026-05-06T00:59:52.134Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 24
table_name = fields_i16
|
| 4543 | 2026-05-06T00:59:52.137Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 2557
table_name = fields_string
|
| 4544 | 2026-05-06T00:59:52.139Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 39
table_name = fields_u16
|
| 4545 | 2026-05-06T00:59:52.141Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 825
table_name = fields_u32
|
| 4546 | 2026-05-06T00:59:52.142Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1
table_name = fields_u64
|
| 4547 | 2026-05-06T00:59:52.144Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = fields_u8
|
| 4548 | 2026-05-06T00:59:52.146Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1342
table_name = fields_uuid
|
| 4549 | 2026-05-06T00:59:52.148Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 1532
table_name = measurements_cumulativeu64
|
| 4550 | 2026-05-06T00:59:52.150Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 27
table_name = measurements_histogramu64
|
| 4551 | 2026-05-06T00:59:52.151Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 12
table_name = measurements_u64
|
| 4552 | 2026-05-06T00:59:52.171Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 4553 | 2026-05-06T00:59:52.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4554 | 2026-05-06T00:59:52.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4555 | 2026-05-06T00:59:52.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4556 | 2026-05-06T00:59:52.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4557 | 2026-05-06T00:59:52.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4558 | 2026-05-06T00:59:52.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4559 | 2026-05-06T00:59:53.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4560 | 2026-05-06T00:59:53.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4561 | 2026-05-06T00:59:53.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4562 | 2026-05-06T00:59:53.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4563 | 2026-05-06T00:59:53.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4564 | 2026-05-06T00:59:53.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4565 | 2026-05-06T00:59:53.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4566 | 2026-05-06T00:59:53.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4567 | 2026-05-06T00:59:53.983Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4568 | 2026-05-06T00:59:54.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4569 | 2026-05-06T00:59:54.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4570 | 2026-05-06T00:59:54.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4571 | 2026-05-06T00:59:54.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4572 | 2026-05-06T00:59:54.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4573 | 2026-05-06T00:59:54.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4574 | 2026-05-06T00:59:54.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4575 | 2026-05-06T00:59:54.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4576 | 2026-05-06T00:59:54.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4577 | 2026-05-06T00:59:55.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4578 | 2026-05-06T00:59:55.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4579 | 2026-05-06T00:59:55.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4580 | 2026-05-06T00:59:55.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4581 | 2026-05-06T00:59:55.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4582 | 2026-05-06T00:59:55.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4583 | 2026-05-06T00:59:55.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4584 | 2026-05-06T00:59:55.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4585 | 2026-05-06T00:59:55.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4586 | 2026-05-06T00:59:56.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4587 | 2026-05-06T00:59:56.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4588 | 2026-05-06T00:59:56.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4589 | 2026-05-06T00:59:56.699Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 4590 | 2026-05-06T00:59:56.699Z | DEBG | oximeter (clickhouse-client): unrolling 176 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4591 | 2026-05-06T00:59:56.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 176
|
| 4592 | 2026-05-06T00:59:56.704Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4593 | 2026-05-06T00:59:56.710Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 56
table_name = fields_string
|
| 4594 | 2026-05-06T00:59:56.712Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 64
table_name = fields_uuid
|
| 4595 | 2026-05-06T00:59:56.713Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 128
table_name = measurements_cumulativeu64
|
| 4596 | 2026-05-06T00:59:56.715Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 48
table_name = measurements_u64
|
| 4597 | 2026-05-06T00:59:56.802Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 4598 | 2026-05-06T00:59:56.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4599 | 2026-05-06T00:59:56.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4600 | 2026-05-06T00:59:56.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4601 | 2026-05-06T00:59:56.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4602 | 2026-05-06T00:59:56.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4603 | 2026-05-06T00:59:56.961Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 25
producer_id = 1c7fe17d-2a3b-4ffd-b8c1-7195cf425ea7
producer_ip = fd00:1122:3344:101::b
producer_port = 33293
|
| 4604 | 2026-05-06T00:59:56.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4605 | 2026-05-06T00:59:56.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4606 | 2026-05-06T00:59:56.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4607 | 2026-05-06T00:59:57.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4608 | 2026-05-06T00:59:57.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4609 | 2026-05-06T00:59:57.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4610 | 2026-05-06T00:59:57.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4611 | 2026-05-06T00:59:57.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4612 | 2026-05-06T00:59:57.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4613 | 2026-05-06T00:59:57.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4614 | 2026-05-06T00:59:57.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4615 | 2026-05-06T00:59:57.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4616 | 2026-05-06T00:59:58.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4617 | 2026-05-06T00:59:58.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4618 | 2026-05-06T00:59:58.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4619 | 2026-05-06T00:59:58.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4620 | 2026-05-06T00:59:58.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4621 | 2026-05-06T00:59:58.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4622 | 2026-05-06T00:59:58.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4623 | 2026-05-06T00:59:58.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4624 | 2026-05-06T00:59:58.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4625 | 2026-05-06T00:59:59.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4626 | 2026-05-06T00:59:59.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4627 | 2026-05-06T00:59:59.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4628 | 2026-05-06T00:59:59.957Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4629 | 2026-05-06T00:59:59.957Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4630 | 2026-05-06T00:59:59.958Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4631 | 2026-05-06T00:59:59.979Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4632 | 2026-05-06T00:59:59.979Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4633 | 2026-05-06T00:59:59.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4634 | 2026-05-06T01:00:00.002Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4635 | 2026-05-06T01:00:00.002Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4636 | 2026-05-06T01:00:00.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4637 | 2026-05-06T01:00:00.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4638 | 2026-05-06T01:00:00.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4639 | 2026-05-06T01:00:00.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4640 | 2026-05-06T01:00:00.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4641 | 2026-05-06T01:00:00.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4642 | 2026-05-06T01:00:00.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4643 | 2026-05-06T01:00:01.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4644 | 2026-05-06T01:00:01.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4645 | 2026-05-06T01:00:01.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4646 | 2026-05-06T01:00:01.698Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 4647 | 2026-05-06T01:00:01.699Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4648 | 2026-05-06T01:00:01.701Z | DEBG | oximeter (database-inserter): inserting samples into database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_samples = 245
|
| 4649 | 2026-05-06T01:00:01.707Z | DEBG | oximeter (clickhouse-client): fetching timeseries schema from database
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
|
| 4650 | 2026-05-06T01:00:01.714Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 106
table_name = fields_string
|
| 4651 | 2026-05-06T01:00:01.716Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = fields_u16
|
| 4652 | 2026-05-06T01:00:01.718Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 89
table_name = fields_uuid
|
| 4653 | 2026-05-06T01:00:01.719Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4654 | 2026-05-06T01:00:01.722Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 25
table_name = measurements_histogramu64
|
| 4655 | 2026-05-06T01:00:01.723Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
id = 365f43e3-0e92-4929-8943-2ec56f1cbb5b
n_rows = 60
table_name = measurements_u64
|
| 4656 | 2026-05-06T01:00:01.801Z | WARN | oximeter (database-inserter): failed to insert some results into metric DB
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
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:315
|
| 4657 | 2026-05-06T01:00:01.949Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4658 | 2026-05-06T01:00:01.949Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4659 | 2026-05-06T01:00:01.950Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4660 | 2026-05-06T01:00:01.950Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4661 | 2026-05-06T01:00:01.950Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 2
producer_id = f0bdd8d2-8d0e-43f0-9c8d-1f8332c0bf2f
producer_ip = fd00:1122:3344:101::c
producer_port = 44685
|
| 4662 | 2026-05-06T01:00:01.951Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 5
n_samples = 3
producer_id = 2d17a3af-5015-4757-992b-e324fca2a4db
producer_ip = fd00:1122:3344:101::a
producer_port = 53144
|
| 4663 | 2026-05-06T01:00:01.958Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4664 | 2026-05-06T01:00:01.958Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4665 | 2026-05-06T01:00:01.959Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 4
producer_id = c973c85e-4daa-464b-8d95-3acc4cdf0fd0
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4666 | 2026-05-06T01:00:01.980Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4667 | 2026-05-06T01:00:01.980Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4668 | 2026-05-06T01:00:01.982Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 26
producer_id = 2263078c-4210-49dd-836c-b50434576a28
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4669 | 2026-05-06T01:00:02.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4670 | 2026-05-06T01:00:02.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4671 | 2026-05-06T01:00:02.001Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4672 | 2026-05-06T01:00:02.001Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|
| 4673 | 2026-05-06T01:00:02.003Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 1
n_samples = 14
producer_id = 0f8f7b6a-ccce-4a6a-9996-b820b42e6681
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4674 | 2026-05-06T01:00:02.004Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = ffcae7e2-9d4b-476d-b028-e9c38b85d6fa
collector_ip = fd00:1122:3344:101::d
n_results = 2
n_samples = 11
producer_id = 0c1e7783-595b-4495-9dd7-7b795107d873
producer_ip = fd00:1122:3344:101::2
producer_port = 37001
|