| 1 | | [ Jan 4 04:06:26 Enabled. ] |
| 2 | | [ Jan 4 04:06:26 Rereading configuration. ] |
| 3 | | [ Jan 4 04:06:27 Rereading configuration. ] |
| 4 | | [ Jan 4 04:06:30 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 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80 &"). ] |
| 5 | | [ Jan 4 04:06:30 Method "start" exited with status 0. ] |
| 6 | | note: configured to log to "/dev/stdout" |
| 7 | 2026-01-04T04:06:30.586Z | DEBG | oximeter: registered DTrace probes
|
| 8 | 2026-01-04T04:06:30.588Z | INFO | oximeter: starting oximeter server
file = oximeter/collector/src/lib.rs:264
|
| 9 | 2026-01-04T04:06:30.589Z | DEBG | oximeter: creating ClickHouse client
|
| 10 | 2026-01-04T04:06:30.599Z | DEBG | oximeter (clickhouse-client): registered USDT probes
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 11 | 2026-01-04T04:06:36.374Z | WARN | oximeter (clickhouse-client): oximeter database does not exist, or is out-of-date
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:900
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 12 | 2026-01-04T04:06:36.374Z | DEBG | oximeter (oximeter-agent): oximeter database does not exist, creating
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 13 | 2026-01-04T04:06:36.374Z | INFO | oximeter (clickhouse-client): reading db version
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:800
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 14 | 2026-01-04T04:06:36.375Z | WARN | oximeter (clickhouse-client): oximeter database does not exist, or is out-of-date
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:900
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 15 | 2026-01-04T04:06:36.375Z | INFO | oximeter (clickhouse-client): read oximeter database version
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:805
id = 9358a874-fed8-4124-9c7d-396a06cb6238
version = 0
|
| 16 | 2026-01-04T04:06:36.375Z | INFO | oximeter (clickhouse-client): initializing oximeter schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:810
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 17 | 2026-01-04T04:06:36.375Z | DEBG | oximeter (clickhouse-client): initializing ClickHouse database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 18 | 2026-01-04T04:06:36.553Z | INFO | oximeter (clickhouse-client): inserting current version
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:831
id = 9358a874-fed8-4124-9c7d-396a06cb6238
version = 14
|
| 19 | 2026-01-04T04:06:36.570Z | DEBG | oximeter (clickhouse-client): registered USDT probes
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 493fad94-4bc4-41ae-865f-a5edb103527a
|
| 20 | 2026-01-04T04:06:36.588Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = GET
path = /info
versions = all
|
| 21 | 2026-01-04T04:06:36.588Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = GET
path = /producers
versions = all
|
| 22 | 2026-01-04T04:06:36.588Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = DELETE
path = /producers/{producer_id}
versions = all
|
| 23 | 2026-01-04T04:06:36.588Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = GET
path = /producers/{producer_id}
versions = all
|
| 24 | 2026-01-04T04:06:36.588Z | INFO | oximeter (dropshot): listening
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.6/src/server.rs:328
local_addr = [fd00:1122:3344:101::d]:12223
|
| 25 | 2026-01-04T04:06:36.591Z | DEBG | oximeter (dropshot): successfully registered DTrace USDT probes
local_addr = [fd00:1122:3344:101::d]:12223
|
| 26 | 2026-01-04T04:06:36.591Z | DEBG | oximeter: registered USDT probes
|
| 27 | 2026-01-04T04:06:36.591Z | DEBG | oximeter: contacting nexus
|
| 28 | 2026-01-04T04:06:36.676Z | DEBG | oximeter: client request
body = Some(Body)
method = POST
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors
|
| 29 | 2026-01-04T04:06:36.679Z | DEBG | oximeter: client response
result = Err(reqwest::Error { kind: Request, url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors", source: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", [fd00:1122:3344:101::a]:12221, Os { code: 146, kind: ConnectionRefused, message: "Connection refused" })) })
|
| 30 | 2026-01-04T04:06:36.679Z | WARN | oximeter: failed to contact nexus, will retry in 252.988266ms
error = "Communication Error: error sending request for url (http://[fd00:1122:3344:101::a]:12221/metrics/collectors)"
file = oximeter/collector/src/lib.rs:409
|
| 31 | 2026-01-04T04:06:36.933Z | DEBG | oximeter: contacting nexus
|
| 32 | 2026-01-04T04:06:36.933Z | DEBG | oximeter: client request
body = Some(Body)
method = POST
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors
|
| 33 | 2026-01-04T04:06:36.933Z | DEBG | oximeter: client response
result = Err(reqwest::Error { kind: Request, url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors", source: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", [fd00:1122:3344:101::a]:12221, Os { code: 146, kind: ConnectionRefused, message: "Connection refused" })) })
|
| 34 | 2026-01-04T04:06:36.933Z | WARN | oximeter: failed to contact nexus, will retry in 508.68496ms
error = "Communication Error: error sending request for url (http://[fd00:1122:3344:101::a]:12221/metrics/collectors)"
file = oximeter/collector/src/lib.rs:409
|
| 35 | 2026-01-04T04:06:37.443Z | DEBG | oximeter: contacting nexus
|
| 36 | 2026-01-04T04:06:37.443Z | DEBG | oximeter: client request
body = Some(Body)
method = POST
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors
|
| 37 | 2026-01-04T04:06:37.444Z | DEBG | oximeter: client response
result = Err(reqwest::Error { kind: Request, url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors", source: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", [fd00:1122:3344:101::a]:12221, Os { code: 146, kind: ConnectionRefused, message: "Connection refused" })) })
|
| 38 | 2026-01-04T04:06:37.444Z | WARN | oximeter: failed to contact nexus, will retry in 1.112657901s
error = "Communication Error: error sending request for url (http://[fd00:1122:3344:101::a]:12221/metrics/collectors)"
file = oximeter/collector/src/lib.rs:409
|
| 39 | 2026-01-04T04:06:38.557Z | DEBG | oximeter: contacting nexus
|
| 40 | 2026-01-04T04:06:38.557Z | DEBG | oximeter: client request
body = Some(Body)
method = POST
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors
|
| 41 | 2026-01-04T04:06:38.557Z | DEBG | oximeter: client response
result = Err(reqwest::Error { kind: Request, url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors", 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" })) })
|
| 42 | 2026-01-04T04:06:38.557Z | WARN | oximeter: failed to contact nexus, will retry in 2.884865833s
error = "Communication Error: error sending request for url (http://[fd00:1122:3344:101::b]:12221/metrics/collectors)"
file = oximeter/collector/src/lib.rs:409
|
| 43 | 2026-01-04T04:06:41.443Z | DEBG | oximeter: contacting nexus
|
| 44 | 2026-01-04T04:06:41.443Z | DEBG | oximeter: client request
body = Some(Body)
method = POST
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors
|
| 45 | 2026-01-04T04:06:41.503Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors", status: 204, headers: {"x-request-id": "b42c01ee-8523-48c6-916e-f887fcc52199", "date": "Sun, 04 Jan 2026 04:06:41 GMT"} })
|
| 46 | 2026-01-04T04:06:41.506Z | INFO | oximeter: oximeter registered with nexus
file = oximeter/collector/src/lib.rs:427
id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
|
| 47 | 2026-01-04T04:06:41.509Z | INFO | oximeter (oximeter-agent): starting refresh list task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:554
|
| 48 | 2026-01-04T04:06:41.510Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 49 | 2026-01-04T04:06:41.520Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 50 | 2026-01-04T04:06:41.565Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "1e77b710-3118-41af-b8ad-d76252616018", "content-length": "29", "date": "Sun, 04 Jan 2026 04:06:41 GMT"} })
|
| 51 | 2026-01-04T04:06:41.565Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 0
n_pruned_tasks = 0
|
| 52 | 2026-01-04T04:06:56.511Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 53 | 2026-01-04T04:06:56.511Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 54 | 2026-01-04T04:06:56.515Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "fcfbc34c-ec03-4ec7-9da3-7b75f04fe6c9", "content-length": "585", "date": "Sun, 04 Jan 2026 04:06:56 GMT"} })
|
| 55 | 2026-01-04T04:06:56.527Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 56 | 2026-01-04T04:06:56.663Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "b037811e-888d-4d8b-ada4-02d3c008328d", "content-length": "29", "date": "Sun, 04 Jan 2026 04:06:56 GMT"} })
|
| 57 | 2026-01-04T04:06:56.663Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:40554
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
|
| 58 | 2026-01-04T04:06:56.663Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::1]:8001
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
|
| 59 | 2026-01-04T04:06:56.663Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:37318
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
|
| 60 | 2026-01-04T04:06:56.663Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 3
n_pruned_tasks = 0
|
| 61 | 2026-01-04T04:06:56.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 62 | 2026-01-04T04:06:56.665Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 63 | 2026-01-04T04:06:56.665Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 64 | 2026-01-04T04:06:56.671Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 65 | 2026-01-04T04:06:56.694Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 66 | 2026-01-04T04:06:56.694Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 67 | 2026-01-04T04:06:56.757Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 68 | 2026-01-04T04:06:56.758Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 69 | 2026-01-04T04:06:56.762Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 70 | 2026-01-04T04:06:56.791Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 71 | 2026-01-04T04:06:56.815Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 72 | 2026-01-04T04:06:56.895Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 73 | 2026-01-04T04:06:57.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 74 | 2026-01-04T04:06:57.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 75 | 2026-01-04T04:06:57.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 76 | 2026-01-04T04:06:58.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 77 | 2026-01-04T04:06:58.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 78 | 2026-01-04T04:06:58.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 79 | 2026-01-04T04:06:59.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 80 | 2026-01-04T04:06:59.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 81 | 2026-01-04T04:06:59.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 82 | 2026-01-04T04:07:00.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 83 | 2026-01-04T04:07:00.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 84 | 2026-01-04T04:07:00.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 85 | 2026-01-04T04:07:01.571Z | DEBG | oximeter (results-sink): inserting 347 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 86 | 2026-01-04T04:07:01.571Z | DEBG | oximeter (results-sink-cluster): inserting 347 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 87 | 2026-01-04T04:07:01.571Z | DEBG | oximeter (clickhouse-client): unrolling 347 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 88 | 2026-01-04T04:07:01.574Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 89 | 2026-01-04T04:07:01.593Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.574088006Z }
timeseries_name = oximeter_collector:collections
|
| 90 | 2026-01-04T04:07:01.601Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 91 | 2026-01-04T04:07:01.606Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.601538848Z }
timeseries_name = http_service:request_latency_histogram
|
| 92 | 2026-01-04T04:07:01.607Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 93 | 2026-01-04T04:07:01.610Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.607261891Z }
timeseries_name = ddm_router:originated_underlay_prefixes
|
| 94 | 2026-01-04T04:07:01.610Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 95 | 2026-01-04T04:07:01.611Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.610565926Z }
timeseries_name = ddm_router:originated_tunnel_endpoints
|
| 96 | 2026-01-04T04:07:01.611Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 97 | 2026-01-04T04:07:01.612Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.611554166Z }
timeseries_name = ddm_session:solicitations_sent
|
| 98 | 2026-01-04T04:07:01.612Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 99 | 2026-01-04T04:07:01.613Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.612469554Z }
timeseries_name = ddm_session:solicitations_received
|
| 100 | 2026-01-04T04:07:01.613Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 101 | 2026-01-04T04:07:01.614Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.613380552Z }
timeseries_name = ddm_session:advertisements_sent
|
| 102 | 2026-01-04T04:07:01.614Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 103 | 2026-01-04T04:07:01.615Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.614382932Z }
timeseries_name = ddm_session:advertisements_received
|
| 104 | 2026-01-04T04:07:01.615Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 105 | 2026-01-04T04:07:01.616Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.615456453Z }
timeseries_name = ddm_session:peer_expirations
|
| 106 | 2026-01-04T04:07:01.616Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 107 | 2026-01-04T04:07:01.617Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.616553535Z }
timeseries_name = ddm_session:peer_address_changes
|
| 108 | 2026-01-04T04:07:01.617Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 109 | 2026-01-04T04:07:01.618Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.617516094Z }
timeseries_name = ddm_session:peer_sessions_established
|
| 110 | 2026-01-04T04:07:01.618Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 111 | 2026-01-04T04:07:01.619Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.618499733Z }
timeseries_name = ddm_session:updates_sent
|
| 112 | 2026-01-04T04:07:01.619Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 113 | 2026-01-04T04:07:01.620Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.619498263Z }
timeseries_name = ddm_session:updates_received
|
| 114 | 2026-01-04T04:07:01.620Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 115 | 2026-01-04T04:07:01.621Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.620434011Z }
timeseries_name = ddm_session:update_send_fail
|
| 116 | 2026-01-04T04:07:01.621Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 117 | 2026-01-04T04:07:01.622Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.621389210Z }
timeseries_name = ddm_session:imported_underlay_prefixes
|
| 118 | 2026-01-04T04:07:01.622Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 119 | 2026-01-04T04:07:01.623Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.622313019Z }
timeseries_name = ddm_session:imported_tunnel_endpoints
|
| 120 | 2026-01-04T04:07:01.623Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 121 | 2026-01-04T04:07:01.624Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.623828969Z }
timeseries_name = switch_port_control_data_link:errors_received
|
| 122 | 2026-01-04T04:07:01.625Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 123 | 2026-01-04T04:07:01.626Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.625466371Z }
timeseries_name = switch_port_control_data_link:errors_sent
|
| 124 | 2026-01-04T04:07:01.626Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 125 | 2026-01-04T04:07:01.627Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.626629244Z }
timeseries_name = switch_port_control_data_link:bytes_received
|
| 126 | 2026-01-04T04:07:01.627Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 127 | 2026-01-04T04:07:01.628Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.627666414Z }
timeseries_name = switch_port_control_data_link:packets_received
|
| 128 | 2026-01-04T04:07:01.628Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 129 | 2026-01-04T04:07:01.629Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.628702365Z }
timeseries_name = switch_port_control_data_link:bytes_sent
|
| 130 | 2026-01-04T04:07:01.629Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 131 | 2026-01-04T04:07:01.630Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:01.629700885Z }
timeseries_name = switch_port_control_data_link:packets_sent
|
| 132 | 2026-01-04T04:07:01.644Z | DEBG | oximeter (clickhouse-client): inserting 22 new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 133 | 2026-01-04T04:07:01.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 134 | 2026-01-04T04:07:01.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 135 | 2026-01-04T04:07:01.664Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 24
table_name = fields_i16
|
| 136 | 2026-01-04T04:07:01.666Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 137 | 2026-01-04T04:07:01.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 138 | 2026-01-04T04:07:01.668Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 169
table_name = fields_string
|
| 139 | 2026-01-04T04:07:01.670Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 28
table_name = fields_u16
|
| 140 | 2026-01-04T04:07:01.671Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 24
table_name = fields_u32
|
| 141 | 2026-01-04T04:07:01.672Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 142 | 2026-01-04T04:07:01.673Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 12
table_name = fields_u8
|
| 143 | 2026-01-04T04:07:01.675Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 80
table_name = fields_uuid
|
| 144 | 2026-01-04T04:07:01.677Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 307
table_name = measurements_cumulativeu64
|
| 145 | 2026-01-04T04:07:01.682Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 146 | 2026-01-04T04:07:01.684Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 30
table_name = measurements_u64
|
| 147 | 2026-01-04T04:07:02.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 148 | 2026-01-04T04:07:02.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 149 | 2026-01-04T04:07:02.666Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 150 | 2026-01-04T04:07:03.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 151 | 2026-01-04T04:07:03.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 152 | 2026-01-04T04:07:03.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 153 | 2026-01-04T04:07:04.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 154 | 2026-01-04T04:07:04.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 155 | 2026-01-04T04:07:04.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 156 | 2026-01-04T04:07:05.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 157 | 2026-01-04T04:07:05.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 158 | 2026-01-04T04:07:05.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 159 | 2026-01-04T04:07:06.571Z | DEBG | oximeter (results-sink-cluster): inserting 130 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 160 | 2026-01-04T04:07:06.571Z | DEBG | oximeter (results-sink): inserting 130 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 161 | 2026-01-04T04:07:06.571Z | DEBG | oximeter (clickhouse-client): unrolling 130 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 162 | 2026-01-04T04:07:06.578Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 26
table_name = fields_string
|
| 163 | 2026-01-04T04:07:06.580Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 28
table_name = fields_uuid
|
| 164 | 2026-01-04T04:07:06.582Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 100
table_name = measurements_cumulativeu64
|
| 165 | 2026-01-04T04:07:06.584Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 30
table_name = measurements_u64
|
| 166 | 2026-01-04T04:07:06.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 167 | 2026-01-04T04:07:06.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 168 | 2026-01-04T04:07:06.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 169 | 2026-01-04T04:07:06.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 170 | 2026-01-04T04:07:06.666Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 171 | 2026-01-04T04:07:06.666Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 172 | 2026-01-04T04:07:06.672Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 173 | 2026-01-04T04:07:07.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 174 | 2026-01-04T04:07:07.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 175 | 2026-01-04T04:07:07.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 176 | 2026-01-04T04:07:08.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 177 | 2026-01-04T04:07:08.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 178 | 2026-01-04T04:07:08.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 179 | 2026-01-04T04:07:09.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 180 | 2026-01-04T04:07:09.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 181 | 2026-01-04T04:07:09.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 182 | 2026-01-04T04:07:10.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 183 | 2026-01-04T04:07:10.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 184 | 2026-01-04T04:07:10.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 185 | 2026-01-04T04:07:11.510Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 186 | 2026-01-04T04:07:11.510Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 187 | 2026-01-04T04:07:11.516Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "82ff5fe6-dbe0-4275-ac46-7b8b8f821255", "content-length": "857", "date": "Sun, 04 Jan 2026 04:07:11 GMT"} })
|
| 188 | 2026-01-04T04:07:11.516Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 189 | 2026-01-04T04:07:11.523Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "e280cfef-d2b1-46d1-a6db-b92ce451763d", "content-length": "29", "date": "Sun, 04 Jan 2026 04:07:11 GMT"} })
|
| 190 | 2026-01-04T04:07:11.523Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:8001
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
|
| 191 | 2026-01-04T04:07:11.523Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:4677
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
|
| 192 | 2026-01-04T04:07:11.523Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 5
n_pruned_tasks = 0
|
| 193 | 2026-01-04T04:07:11.524Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 194 | 2026-01-04T04:07:11.524Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 195 | 2026-01-04T04:07:11.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 196 | 2026-01-04T04:07:11.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 197 | 2026-01-04T04:07:11.563Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 198 | 2026-01-04T04:07:11.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 199 | 2026-01-04T04:07:11.571Z | DEBG | oximeter (results-sink): inserting 142 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 200 | 2026-01-04T04:07:11.571Z | DEBG | oximeter (results-sink-cluster): inserting 142 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 201 | 2026-01-04T04:07:11.571Z | DEBG | oximeter (clickhouse-client): unrolling 142 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 202 | 2026-01-04T04:07:11.579Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 203 | 2026-01-04T04:07:11.580Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 204 | 2026-01-04T04:07:11.581Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 4
table_name = fields_ipaddr
|
| 205 | 2026-01-04T04:07:11.582Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 48
table_name = fields_string
|
| 206 | 2026-01-04T04:07:11.584Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 14
table_name = fields_u16
|
| 207 | 2026-01-04T04:07:11.586Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 42
table_name = fields_uuid
|
| 208 | 2026-01-04T04:07:11.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 102
table_name = measurements_cumulativeu64
|
| 209 | 2026-01-04T04:07:11.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 210 | 2026-01-04T04:07:11.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 30
table_name = measurements_u64
|
| 211 | 2026-01-04T04:07:11.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 212 | 2026-01-04T04:07:11.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 213 | 2026-01-04T04:07:11.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 214 | 2026-01-04T04:07:11.673Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 215 | 2026-01-04T04:07:12.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 216 | 2026-01-04T04:07:12.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 217 | 2026-01-04T04:07:12.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 218 | 2026-01-04T04:07:12.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 219 | 2026-01-04T04:07:12.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 220 | 2026-01-04T04:07:12.527Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 221 | 2026-01-04T04:07:12.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 222 | 2026-01-04T04:07:12.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 223 | 2026-01-04T04:07:12.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 224 | 2026-01-04T04:07:13.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 225 | 2026-01-04T04:07:13.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 226 | 2026-01-04T04:07:13.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 227 | 2026-01-04T04:07:13.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 228 | 2026-01-04T04:07:13.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 229 | 2026-01-04T04:07:13.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 230 | 2026-01-04T04:07:13.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 231 | 2026-01-04T04:07:13.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 232 | 2026-01-04T04:07:13.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 233 | 2026-01-04T04:07:14.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 234 | 2026-01-04T04:07:14.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 235 | 2026-01-04T04:07:14.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 236 | 2026-01-04T04:07:14.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 237 | 2026-01-04T04:07:14.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 238 | 2026-01-04T04:07:14.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 239 | 2026-01-04T04:07:14.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 240 | 2026-01-04T04:07:14.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 241 | 2026-01-04T04:07:14.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 242 | 2026-01-04T04:07:15.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 243 | 2026-01-04T04:07:15.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 244 | 2026-01-04T04:07:15.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 245 | 2026-01-04T04:07:15.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 246 | 2026-01-04T04:07:15.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 247 | 2026-01-04T04:07:15.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 248 | 2026-01-04T04:07:15.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 249 | 2026-01-04T04:07:15.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 250 | 2026-01-04T04:07:15.666Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 251 | 2026-01-04T04:07:16.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 252 | 2026-01-04T04:07:16.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 253 | 2026-01-04T04:07:16.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 254 | 2026-01-04T04:07:16.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 255 | 2026-01-04T04:07:16.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 256 | 2026-01-04T04:07:16.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 257 | 2026-01-04T04:07:16.571Z | DEBG | oximeter (results-sink): inserting 238 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 258 | 2026-01-04T04:07:16.571Z | DEBG | oximeter (results-sink-cluster): inserting 238 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 259 | 2026-01-04T04:07:16.571Z | DEBG | oximeter (clickhouse-client): unrolling 238 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 260 | 2026-01-04T04:07:16.571Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 261 | 2026-01-04T04:07:16.609Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:16.571794868Z }
timeseries_name = static_routing_config:static_routes
|
| 262 | 2026-01-04T04:07:16.610Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 263 | 2026-01-04T04:07:16.611Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:16.610089235Z }
timeseries_name = static_routing_config:static_nexthops
|
| 264 | 2026-01-04T04:07:16.611Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 265 | 2026-01-04T04:07:16.613Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:16.611899241Z }
timeseries_name = switch_rib:active_routes
|
| 266 | 2026-01-04T04:07:16.613Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 267 | 2026-01-04T04:07:16.614Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:16.613422061Z }
timeseries_name = mg_lower:routes_blocked_by_link_state
|
| 268 | 2026-01-04T04:07:16.623Z | DEBG | oximeter (clickhouse-client): inserting 4 new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 269 | 2026-01-04T04:07:16.627Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 56
table_name = fields_string
|
| 270 | 2026-01-04T04:07:16.629Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 64
table_name = fields_uuid
|
| 271 | 2026-01-04T04:07:16.631Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 172
table_name = measurements_cumulativeu64
|
| 272 | 2026-01-04T04:07:16.632Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 66
table_name = measurements_u64
|
| 273 | 2026-01-04T04:07:16.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 274 | 2026-01-04T04:07:16.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 275 | 2026-01-04T04:07:16.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 276 | 2026-01-04T04:07:16.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 277 | 2026-01-04T04:07:16.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 278 | 2026-01-04T04:07:16.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 279 | 2026-01-04T04:07:16.672Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 280 | 2026-01-04T04:07:17.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 281 | 2026-01-04T04:07:17.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 282 | 2026-01-04T04:07:17.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 283 | 2026-01-04T04:07:17.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 284 | 2026-01-04T04:07:17.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 285 | 2026-01-04T04:07:17.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 286 | 2026-01-04T04:07:17.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 287 | 2026-01-04T04:07:17.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 288 | 2026-01-04T04:07:17.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 289 | 2026-01-04T04:07:18.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 290 | 2026-01-04T04:07:18.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 291 | 2026-01-04T04:07:18.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 292 | 2026-01-04T04:07:18.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 293 | 2026-01-04T04:07:18.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 294 | 2026-01-04T04:07:18.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 295 | 2026-01-04T04:07:18.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 296 | 2026-01-04T04:07:18.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 297 | 2026-01-04T04:07:18.666Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 298 | 2026-01-04T04:07:19.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 299 | 2026-01-04T04:07:19.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 300 | 2026-01-04T04:07:19.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 301 | 2026-01-04T04:07:19.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 302 | 2026-01-04T04:07:19.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 303 | 2026-01-04T04:07:19.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 304 | 2026-01-04T04:07:19.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 305 | 2026-01-04T04:07:19.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 306 | 2026-01-04T04:07:19.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 307 | 2026-01-04T04:07:20.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 308 | 2026-01-04T04:07:20.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 309 | 2026-01-04T04:07:20.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 310 | 2026-01-04T04:07:20.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 311 | 2026-01-04T04:07:20.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 312 | 2026-01-04T04:07:20.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 313 | 2026-01-04T04:07:20.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 314 | 2026-01-04T04:07:20.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 315 | 2026-01-04T04:07:20.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 316 | 2026-01-04T04:07:21.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 317 | 2026-01-04T04:07:21.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 318 | 2026-01-04T04:07:21.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 319 | 2026-01-04T04:07:21.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 320 | 2026-01-04T04:07:21.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 321 | 2026-01-04T04:07:21.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 322 | 2026-01-04T04:07:21.571Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 323 | 2026-01-04T04:07:21.571Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 324 | 2026-01-04T04:07:21.571Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 325 | 2026-01-04T04:07:21.583Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 326 | 2026-01-04T04:07:21.585Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 327 | 2026-01-04T04:07:21.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 328 | 2026-01-04T04:07:21.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 329 | 2026-01-04T04:07:21.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 330 | 2026-01-04T04:07:21.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 331 | 2026-01-04T04:07:21.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 332 | 2026-01-04T04:07:21.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 333 | 2026-01-04T04:07:21.666Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 334 | 2026-01-04T04:07:21.673Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 335 | 2026-01-04T04:07:22.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 336 | 2026-01-04T04:07:22.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 337 | 2026-01-04T04:07:22.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 338 | 2026-01-04T04:07:22.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 339 | 2026-01-04T04:07:22.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 340 | 2026-01-04T04:07:22.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 341 | 2026-01-04T04:07:22.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 342 | 2026-01-04T04:07:22.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 343 | 2026-01-04T04:07:22.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 344 | 2026-01-04T04:07:23.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 345 | 2026-01-04T04:07:23.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 346 | 2026-01-04T04:07:23.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 347 | 2026-01-04T04:07:23.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 348 | 2026-01-04T04:07:23.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 349 | 2026-01-04T04:07:23.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 350 | 2026-01-04T04:07:23.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 351 | 2026-01-04T04:07:23.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 352 | 2026-01-04T04:07:23.666Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 353 | 2026-01-04T04:07:24.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 354 | 2026-01-04T04:07:24.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 355 | 2026-01-04T04:07:24.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 356 | 2026-01-04T04:07:24.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 357 | 2026-01-04T04:07:24.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 358 | 2026-01-04T04:07:24.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 359 | 2026-01-04T04:07:24.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 360 | 2026-01-04T04:07:24.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 361 | 2026-01-04T04:07:24.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 362 | 2026-01-04T04:07:25.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 363 | 2026-01-04T04:07:25.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 364 | 2026-01-04T04:07:25.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 365 | 2026-01-04T04:07:25.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 366 | 2026-01-04T04:07:25.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 367 | 2026-01-04T04:07:25.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 368 | 2026-01-04T04:07:25.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 369 | 2026-01-04T04:07:25.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 370 | 2026-01-04T04:07:25.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 371 | 2026-01-04T04:07:26.511Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 372 | 2026-01-04T04:07:26.511Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 373 | 2026-01-04T04:07:26.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 374 | 2026-01-04T04:07:26.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 375 | 2026-01-04T04:07:26.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 376 | 2026-01-04T04:07:26.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 377 | 2026-01-04T04:07:26.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 378 | 2026-01-04T04:07:26.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 379 | 2026-01-04T04:07:26.554Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "3b224837-d69c-4034-8fb4-6ad9375bbe72", "content-length": "995", "date": "Sun, 04 Jan 2026 04:07:26 GMT"} })
|
| 380 | 2026-01-04T04:07:26.554Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 381 | 2026-01-04T04:07:26.559Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "17e074c5-d2c4-497b-af91-ab3b93c220dc", "content-length": "29", "date": "Sun, 04 Jan 2026 04:07:26 GMT"} })
|
| 382 | 2026-01-04T04:07:26.559Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::a]:39573
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
|
| 383 | 2026-01-04T04:07:26.559Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:55205
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 10s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
|
| 384 | 2026-01-04T04:07:26.559Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 385 | 2026-01-04T04:07:26.559Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 6
n_pruned_tasks = 0
|
| 386 | 2026-01-04T04:07:26.559Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:55205
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 10s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 387 | 2026-01-04T04:07:26.560Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 388 | 2026-01-04T04:07:26.560Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 389 | 2026-01-04T04:07:26.560Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 390 | 2026-01-04T04:07:26.560Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 391 | 2026-01-04T04:07:26.572Z | DEBG | oximeter (results-sink): inserting 221 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 392 | 2026-01-04T04:07:26.572Z | DEBG | oximeter (results-sink-cluster): inserting 221 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 393 | 2026-01-04T04:07:26.572Z | DEBG | oximeter (clickhouse-client): unrolling 221 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 394 | 2026-01-04T04:07:26.583Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 2
table_name = fields_ipaddr
|
| 395 | 2026-01-04T04:07:26.585Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 57
table_name = fields_string
|
| 396 | 2026-01-04T04:07:26.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 2
table_name = fields_u16
|
| 397 | 2026-01-04T04:07:26.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 66
table_name = fields_uuid
|
| 398 | 2026-01-04T04:07:26.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 161
table_name = measurements_cumulativeu64
|
| 399 | 2026-01-04T04:07:26.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 400 | 2026-01-04T04:07:26.595Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 401 | 2026-01-04T04:07:26.604Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 402 | 2026-01-04T04:07:26.609Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 403 | 2026-01-04T04:07:26.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 404 | 2026-01-04T04:07:26.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 405 | 2026-01-04T04:07:26.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 406 | 2026-01-04T04:07:26.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 407 | 2026-01-04T04:07:26.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 408 | 2026-01-04T04:07:26.669Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 409 | 2026-01-04T04:07:26.673Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 410 | 2026-01-04T04:07:27.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 411 | 2026-01-04T04:07:27.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 412 | 2026-01-04T04:07:27.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 413 | 2026-01-04T04:07:27.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 414 | 2026-01-04T04:07:27.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 415 | 2026-01-04T04:07:27.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 416 | 2026-01-04T04:07:27.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 417 | 2026-01-04T04:07:27.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 418 | 2026-01-04T04:07:27.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 419 | 2026-01-04T04:07:28.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 420 | 2026-01-04T04:07:28.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 421 | 2026-01-04T04:07:28.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 422 | 2026-01-04T04:07:28.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 423 | 2026-01-04T04:07:28.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 424 | 2026-01-04T04:07:28.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 425 | 2026-01-04T04:07:28.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 426 | 2026-01-04T04:07:28.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 427 | 2026-01-04T04:07:28.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 428 | 2026-01-04T04:07:29.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 429 | 2026-01-04T04:07:29.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 430 | 2026-01-04T04:07:29.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 431 | 2026-01-04T04:07:29.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 432 | 2026-01-04T04:07:29.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 433 | 2026-01-04T04:07:29.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 434 | 2026-01-04T04:07:29.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 435 | 2026-01-04T04:07:29.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 436 | 2026-01-04T04:07:29.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 437 | 2026-01-04T04:07:30.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 438 | 2026-01-04T04:07:30.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 439 | 2026-01-04T04:07:30.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 440 | 2026-01-04T04:07:30.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 441 | 2026-01-04T04:07:30.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 442 | 2026-01-04T04:07:30.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 443 | 2026-01-04T04:07:30.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 444 | 2026-01-04T04:07:30.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 445 | 2026-01-04T04:07:30.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 446 | 2026-01-04T04:07:31.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 447 | 2026-01-04T04:07:31.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 448 | 2026-01-04T04:07:31.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 449 | 2026-01-04T04:07:31.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 450 | 2026-01-04T04:07:31.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 451 | 2026-01-04T04:07:31.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 452 | 2026-01-04T04:07:31.571Z | DEBG | oximeter (results-sink): inserting 466 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 453 | 2026-01-04T04:07:31.571Z | DEBG | oximeter (results-sink-cluster): inserting 466 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 454 | 2026-01-04T04:07:31.571Z | DEBG | oximeter (clickhouse-client): unrolling 466 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 455 | 2026-01-04T04:07:31.572Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 456 | 2026-01-04T04:07:31.577Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:31.572799405Z }
timeseries_name = collection_target:cpus_provisioned
|
| 457 | 2026-01-04T04:07:31.577Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 458 | 2026-01-04T04:07:31.579Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:31.577691712Z }
timeseries_name = collection_target:ram_provisioned
|
| 459 | 2026-01-04T04:07:31.579Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 460 | 2026-01-04T04:07:31.581Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:07:31.579802704Z }
timeseries_name = collection_target:virtual_disk_space_provisioned
|
| 461 | 2026-01-04T04:07:31.582Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 462 | 2026-01-04T04:07:31.584Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_data_link:link_enabled"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_id", field_type: U8, source: Metric, description: "" }, FieldSchema { name: "model", field_type: String, source: Target, description: "" }, FieldSchema { name: "network", field_type: String, source: Target, description: "" }, FieldSchema { name: "port_id", field_type: String, source: Metric, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }}, datum_type: Bool, version: 1, authz_scope: Fleet, units: Count, created: 2026-01-04T04:07:31.582292713Z }
timeseries_name = switch_data_link:link_enabled
|
| 463 | 2026-01-04T04:07:31.584Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 464 | 2026-01-04T04:07:31.586Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_data_link:link_up"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "kind", field_type: String, source: Target, description: "" }, FieldSchema { name: "link_id", field_type: U8, source: Metric, description: "" }, FieldSchema { name: "model", field_type: String, source: Target, description: "" }, FieldSchema { name: "network", field_type: String, source: Target, description: "" }, FieldSchema { name: "port_id", field_type: String, source: Metric, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }}, datum_type: Bool, version: 1, authz_scope: Fleet, units: Count, created: 2026-01-04T04:07:31.584243962Z }
timeseries_name = switch_data_link:link_up
|
| 465 | 2026-01-04T04:07:31.586Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 466 | 2026-01-04T04:07:31.588Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:capacity"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-01-04T04:07:31.586506486Z }
timeseries_name = switch_table:capacity
|
| 467 | 2026-01-04T04:07:31.588Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 468 | 2026-01-04T04:07:31.590Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:occupancy"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: U64, version: 1, authz_scope: Fleet, units: Count, created: 2026-01-04T04:07:31.588498306Z }
timeseries_name = switch_table:occupancy
|
| 469 | 2026-01-04T04:07:31.590Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 470 | 2026-01-04T04:07:31.592Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:inserts"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-01-04T04:07:31.590468314Z }
timeseries_name = switch_table:inserts
|
| 471 | 2026-01-04T04:07:31.592Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 472 | 2026-01-04T04:07:31.594Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:deletes"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-01-04T04:07:31.592466414Z }
timeseries_name = switch_table:deletes
|
| 473 | 2026-01-04T04:07:31.594Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 474 | 2026-01-04T04:07:31.596Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:updates"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-01-04T04:07:31.594671157Z }
timeseries_name = switch_table:updates
|
| 475 | 2026-01-04T04:07:31.596Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 476 | 2026-01-04T04:07:31.598Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:collisions"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-01-04T04:07:31.596869681Z }
timeseries_name = switch_table:collisions
|
| 477 | 2026-01-04T04:07:31.599Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 478 | 2026-01-04T04:07:31.600Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:update_misses"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-01-04T04:07:31.599041334Z }
timeseries_name = switch_table:update_misses
|
| 479 | 2026-01-04T04:07:31.601Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 480 | 2026-01-04T04:07:31.602Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:delete_misses"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-01-04T04:07:31.601031073Z }
timeseries_name = switch_table:delete_misses
|
| 481 | 2026-01-04T04:07:31.602Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 482 | 2026-01-04T04:07:31.604Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
schema = TimeseriesSchema { timeseries_name: TimeseriesName("switch_table:exhaustion"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Target, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Target, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Target, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Target, description: "" }, FieldSchema { name: "table", field_type: String, source: Target, description: "" }}, datum_type: CumulativeU64, version: 1, authz_scope: Fleet, units: Count, created: 2026-01-04T04:07:31.602956921Z }
timeseries_name = switch_table:exhaustion
|
| 483 | 2026-01-04T04:07:31.616Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 484 | 2026-01-04T04:07:31.618Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
schema = TimeseriesSchema { timeseries_name: TimeseriesName("dendrite:sample_collection_duration"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "asic_fab", field_type: String, source: Metric, description: "" }, FieldSchema { name: "asic_lot", field_type: String, source: Metric, description: "" }, FieldSchema { name: "asic_wafer", field_type: U8, source: Metric, description: "" }, FieldSchema { name: "asic_wafer_loc_x", field_type: I16, source: Metric, description: "" }, FieldSchema { name: "asic_wafer_loc_y", field_type: I16, source: Metric, description: "" }, FieldSchema { name: "rack_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_id", field_type: Uuid, source: Target, description: "" }, FieldSchema { name: "sled_model", field_type: String, source: Target, description: "" }, FieldSchema { name: "sled_revision", field_type: U32, source: Target, description: "" }, FieldSchema { name: "sled_serial", field_type: String, source: Target, description: "" }, FieldSchema { name: "switch_id", field_type: Uuid, source: Metric, description: "" }, FieldSchema { name: "switch_model", field_type: String, source: Metric, description: "" }, FieldSchema { name: "switch_revision", field_type: U32, source: Metric, description: "" }, FieldSchema { name: "switch_serial", field_type: String, source: Metric, description: "" }, FieldSchema { name: "switch_slot", field_type: U16, source: Metric, description: "" }}, datum_type: F64, version: 1, authz_scope: Fleet, units: Count, created: 2026-01-04T04:07:31.616135402Z }
timeseries_name = dendrite:sample_collection_duration
|
| 485 | 2026-01-04T04:07:31.627Z | DEBG | oximeter (clickhouse-client): inserting 15 new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 486 | 2026-01-04T04:07:31.631Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 487 | 2026-01-04T04:07:31.634Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1164
table_name = fields_string
|
| 488 | 2026-01-04T04:07:31.636Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 231
table_name = fields_u16
|
| 489 | 2026-01-04T04:07:31.637Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 490 | 2026-01-04T04:07:31.639Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 491 | 2026-01-04T04:07:31.641Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 714
table_name = fields_uuid
|
| 492 | 2026-01-04T04:07:31.643Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 493 | 2026-01-04T04:07:31.645Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 494 | 2026-01-04T04:07:31.646Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 495 | 2026-01-04T04:07:31.649Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 26
table_name = measurements_histogramu64
|
| 496 | 2026-01-04T04:07:31.651Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 15
table_name = measurements_i64
|
| 497 | 2026-01-04T04:07:31.652Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 498 | 2026-01-04T04:07:31.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 499 | 2026-01-04T04:07:31.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 500 | 2026-01-04T04:07:31.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 501 | 2026-01-04T04:07:31.672Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 502 | 2026-01-04T04:07:32.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 503 | 2026-01-04T04:07:32.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 504 | 2026-01-04T04:07:32.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 505 | 2026-01-04T04:07:32.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 506 | 2026-01-04T04:07:32.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 507 | 2026-01-04T04:07:32.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 508 | 2026-01-04T04:07:32.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 509 | 2026-01-04T04:07:32.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 510 | 2026-01-04T04:07:32.666Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 511 | 2026-01-04T04:07:33.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 512 | 2026-01-04T04:07:33.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 513 | 2026-01-04T04:07:33.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 514 | 2026-01-04T04:07:33.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 515 | 2026-01-04T04:07:33.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 516 | 2026-01-04T04:07:33.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 517 | 2026-01-04T04:07:33.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 518 | 2026-01-04T04:07:33.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 519 | 2026-01-04T04:07:33.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 520 | 2026-01-04T04:07:34.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 521 | 2026-01-04T04:07:34.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 522 | 2026-01-04T04:07:34.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 523 | 2026-01-04T04:07:34.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 524 | 2026-01-04T04:07:34.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 525 | 2026-01-04T04:07:34.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 526 | 2026-01-04T04:07:34.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 527 | 2026-01-04T04:07:34.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 528 | 2026-01-04T04:07:34.666Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 529 | 2026-01-04T04:07:35.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 530 | 2026-01-04T04:07:35.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 531 | 2026-01-04T04:07:35.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 532 | 2026-01-04T04:07:35.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 533 | 2026-01-04T04:07:35.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 534 | 2026-01-04T04:07:35.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 535 | 2026-01-04T04:07:35.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 536 | 2026-01-04T04:07:35.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 537 | 2026-01-04T04:07:35.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 538 | 2026-01-04T04:07:36.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 539 | 2026-01-04T04:07:36.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 540 | 2026-01-04T04:07:36.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 541 | 2026-01-04T04:07:36.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 542 | 2026-01-04T04:07:36.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 543 | 2026-01-04T04:07:36.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 544 | 2026-01-04T04:07:36.560Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 545 | 2026-01-04T04:07:36.560Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 546 | 2026-01-04T04:07:36.560Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 547 | 2026-01-04T04:07:36.560Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 548 | 2026-01-04T04:07:36.564Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 549 | 2026-01-04T04:07:36.571Z | DEBG | oximeter (results-sink-cluster): inserting 249 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 550 | 2026-01-04T04:07:36.572Z | DEBG | oximeter (results-sink): inserting 249 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 551 | 2026-01-04T04:07:36.572Z | DEBG | oximeter (clickhouse-client): unrolling 249 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 552 | 2026-01-04T04:07:36.579Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 553 | 2026-01-04T04:07:36.584Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 102
table_name = fields_string
|
| 554 | 2026-01-04T04:07:36.585Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 23
table_name = fields_u16
|
| 555 | 2026-01-04T04:07:36.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 92
table_name = fields_uuid
|
| 556 | 2026-01-04T04:07:36.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 557 | 2026-01-04T04:07:36.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 23
table_name = measurements_histogramu64
|
| 558 | 2026-01-04T04:07:36.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_i64
|
| 559 | 2026-01-04T04:07:36.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 560 | 2026-01-04T04:07:36.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 561 | 2026-01-04T04:07:36.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 562 | 2026-01-04T04:07:36.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 563 | 2026-01-04T04:07:36.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 564 | 2026-01-04T04:07:36.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 565 | 2026-01-04T04:07:36.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 566 | 2026-01-04T04:07:36.672Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 567 | 2026-01-04T04:07:37.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 568 | 2026-01-04T04:07:37.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 569 | 2026-01-04T04:07:37.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 570 | 2026-01-04T04:07:37.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 571 | 2026-01-04T04:07:37.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 572 | 2026-01-04T04:07:37.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 573 | 2026-01-04T04:07:37.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 574 | 2026-01-04T04:07:37.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 575 | 2026-01-04T04:07:37.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 576 | 2026-01-04T04:07:38.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 577 | 2026-01-04T04:07:38.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 578 | 2026-01-04T04:07:38.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 579 | 2026-01-04T04:07:38.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 580 | 2026-01-04T04:07:38.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 581 | 2026-01-04T04:07:38.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 582 | 2026-01-04T04:07:38.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 583 | 2026-01-04T04:07:38.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 584 | 2026-01-04T04:07:38.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 585 | 2026-01-04T04:07:39.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 586 | 2026-01-04T04:07:39.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 587 | 2026-01-04T04:07:39.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 588 | 2026-01-04T04:07:39.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 589 | 2026-01-04T04:07:39.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 590 | 2026-01-04T04:07:39.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 591 | 2026-01-04T04:07:39.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 592 | 2026-01-04T04:07:39.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 593 | 2026-01-04T04:07:39.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 594 | 2026-01-04T04:07:40.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 595 | 2026-01-04T04:07:40.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 596 | 2026-01-04T04:07:40.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 597 | 2026-01-04T04:07:40.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 598 | 2026-01-04T04:07:40.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 599 | 2026-01-04T04:07:40.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 600 | 2026-01-04T04:07:40.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 601 | 2026-01-04T04:07:40.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 602 | 2026-01-04T04:07:40.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 603 | 2026-01-04T04:07:41.511Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 604 | 2026-01-04T04:07:41.511Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 605 | 2026-01-04T04:07:41.513Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "8efd551b-1cc5-4de6-b656-2ce9f47031ea", "content-length": "995", "date": "Sun, 04 Jan 2026 04:07:41 GMT"} })
|
| 606 | 2026-01-04T04:07:41.513Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 607 | 2026-01-04T04:07:41.516Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "63da25b6-34c1-41de-ab97-717e58793e91", "content-length": "29", "date": "Sun, 04 Jan 2026 04:07:41 GMT"} })
|
| 608 | 2026-01-04T04:07:41.516Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 6
n_pruned_tasks = 0
|
| 609 | 2026-01-04T04:07:41.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 610 | 2026-01-04T04:07:41.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 611 | 2026-01-04T04:07:41.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 612 | 2026-01-04T04:07:41.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 613 | 2026-01-04T04:07:41.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 614 | 2026-01-04T04:07:41.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 615 | 2026-01-04T04:07:41.572Z | DEBG | oximeter (results-sink): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 616 | 2026-01-04T04:07:41.572Z | DEBG | oximeter (results-sink-cluster): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 617 | 2026-01-04T04:07:41.572Z | DEBG | oximeter (clickhouse-client): unrolling 435 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 618 | 2026-01-04T04:07:41.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 619 | 2026-01-04T04:07:41.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1132
table_name = fields_string
|
| 620 | 2026-01-04T04:07:41.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 215
table_name = fields_u16
|
| 621 | 2026-01-04T04:07:41.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 622 | 2026-01-04T04:07:41.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 623 | 2026-01-04T04:07:41.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 689
table_name = fields_uuid
|
| 624 | 2026-01-04T04:07:41.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 625 | 2026-01-04T04:07:41.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 626 | 2026-01-04T04:07:41.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 627 | 2026-01-04T04:07:41.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 628 | 2026-01-04T04:07:41.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 629 | 2026-01-04T04:07:41.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 630 | 2026-01-04T04:07:41.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 631 | 2026-01-04T04:07:41.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 632 | 2026-01-04T04:07:41.673Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 633 | 2026-01-04T04:07:42.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 634 | 2026-01-04T04:07:42.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 635 | 2026-01-04T04:07:42.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 636 | 2026-01-04T04:07:42.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 637 | 2026-01-04T04:07:42.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 638 | 2026-01-04T04:07:42.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 639 | 2026-01-04T04:07:42.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 640 | 2026-01-04T04:07:42.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 641 | 2026-01-04T04:07:42.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 642 | 2026-01-04T04:07:43.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 643 | 2026-01-04T04:07:43.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 644 | 2026-01-04T04:07:43.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 645 | 2026-01-04T04:07:43.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 646 | 2026-01-04T04:07:43.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 647 | 2026-01-04T04:07:43.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 648 | 2026-01-04T04:07:43.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 649 | 2026-01-04T04:07:43.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 650 | 2026-01-04T04:07:43.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 651 | 2026-01-04T04:07:44.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 652 | 2026-01-04T04:07:44.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 653 | 2026-01-04T04:07:44.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 654 | 2026-01-04T04:07:44.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 655 | 2026-01-04T04:07:44.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 656 | 2026-01-04T04:07:44.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 657 | 2026-01-04T04:07:44.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 658 | 2026-01-04T04:07:44.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 659 | 2026-01-04T04:07:44.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 660 | 2026-01-04T04:07:45.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 661 | 2026-01-04T04:07:45.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 662 | 2026-01-04T04:07:45.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 663 | 2026-01-04T04:07:45.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 664 | 2026-01-04T04:07:45.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 665 | 2026-01-04T04:07:45.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 666 | 2026-01-04T04:07:45.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 667 | 2026-01-04T04:07:45.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 668 | 2026-01-04T04:07:45.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 669 | 2026-01-04T04:07:46.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 670 | 2026-01-04T04:07:46.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 671 | 2026-01-04T04:07:46.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 672 | 2026-01-04T04:07:46.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 673 | 2026-01-04T04:07:46.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 674 | 2026-01-04T04:07:46.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 675 | 2026-01-04T04:07:46.560Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 676 | 2026-01-04T04:07:46.560Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 677 | 2026-01-04T04:07:46.560Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 678 | 2026-01-04T04:07:46.560Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 679 | 2026-01-04T04:07:46.565Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 680 | 2026-01-04T04:07:46.571Z | DEBG | oximeter (results-sink): inserting 243 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 681 | 2026-01-04T04:07:46.571Z | DEBG | oximeter (results-sink-cluster): inserting 243 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 682 | 2026-01-04T04:07:46.572Z | DEBG | oximeter (clickhouse-client): unrolling 243 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 683 | 2026-01-04T04:07:46.578Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 684 | 2026-01-04T04:07:46.583Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 102
table_name = fields_string
|
| 685 | 2026-01-04T04:07:46.585Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 23
table_name = fields_u16
|
| 686 | 2026-01-04T04:07:46.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 87
table_name = fields_uuid
|
| 687 | 2026-01-04T04:07:46.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 688 | 2026-01-04T04:07:46.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 23
table_name = measurements_histogramu64
|
| 689 | 2026-01-04T04:07:46.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 690 | 2026-01-04T04:07:46.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 691 | 2026-01-04T04:07:46.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 692 | 2026-01-04T04:07:46.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 693 | 2026-01-04T04:07:46.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 694 | 2026-01-04T04:07:46.666Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 695 | 2026-01-04T04:07:46.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 696 | 2026-01-04T04:07:46.673Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 697 | 2026-01-04T04:07:47.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 698 | 2026-01-04T04:07:47.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 699 | 2026-01-04T04:07:47.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 700 | 2026-01-04T04:07:47.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 701 | 2026-01-04T04:07:47.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 702 | 2026-01-04T04:07:47.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 703 | 2026-01-04T04:07:47.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 704 | 2026-01-04T04:07:47.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 705 | 2026-01-04T04:07:47.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 706 | 2026-01-04T04:07:48.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 707 | 2026-01-04T04:07:48.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 708 | 2026-01-04T04:07:48.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 709 | 2026-01-04T04:07:48.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 710 | 2026-01-04T04:07:48.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 711 | 2026-01-04T04:07:48.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 712 | 2026-01-04T04:07:48.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 713 | 2026-01-04T04:07:48.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 714 | 2026-01-04T04:07:48.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 715 | 2026-01-04T04:07:49.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 716 | 2026-01-04T04:07:49.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 717 | 2026-01-04T04:07:49.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 718 | 2026-01-04T04:07:49.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 719 | 2026-01-04T04:07:49.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 720 | 2026-01-04T04:07:49.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 721 | 2026-01-04T04:07:49.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 722 | 2026-01-04T04:07:49.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 723 | 2026-01-04T04:07:49.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 724 | 2026-01-04T04:07:50.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 725 | 2026-01-04T04:07:50.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 726 | 2026-01-04T04:07:50.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 727 | 2026-01-04T04:07:50.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 728 | 2026-01-04T04:07:50.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 729 | 2026-01-04T04:07:50.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 730 | 2026-01-04T04:07:50.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 731 | 2026-01-04T04:07:50.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 732 | 2026-01-04T04:07:50.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 733 | 2026-01-04T04:07:51.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 734 | 2026-01-04T04:07:51.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 735 | 2026-01-04T04:07:51.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 736 | 2026-01-04T04:07:51.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 737 | 2026-01-04T04:07:51.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 738 | 2026-01-04T04:07:51.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 739 | 2026-01-04T04:07:51.572Z | DEBG | oximeter (results-sink): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 740 | 2026-01-04T04:07:51.572Z | DEBG | oximeter (results-sink-cluster): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 741 | 2026-01-04T04:07:51.572Z | DEBG | oximeter (clickhouse-client): unrolling 435 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 742 | 2026-01-04T04:07:51.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 743 | 2026-01-04T04:07:51.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1132
table_name = fields_string
|
| 744 | 2026-01-04T04:07:51.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 215
table_name = fields_u16
|
| 745 | 2026-01-04T04:07:51.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 746 | 2026-01-04T04:07:51.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 747 | 2026-01-04T04:07:51.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 689
table_name = fields_uuid
|
| 748 | 2026-01-04T04:07:51.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 749 | 2026-01-04T04:07:51.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 750 | 2026-01-04T04:07:51.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 751 | 2026-01-04T04:07:51.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 752 | 2026-01-04T04:07:51.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 753 | 2026-01-04T04:07:51.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 754 | 2026-01-04T04:07:51.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 755 | 2026-01-04T04:07:51.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 756 | 2026-01-04T04:07:51.673Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 757 | 2026-01-04T04:07:52.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 758 | 2026-01-04T04:07:52.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 759 | 2026-01-04T04:07:52.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 760 | 2026-01-04T04:07:52.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 761 | 2026-01-04T04:07:52.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 762 | 2026-01-04T04:07:52.527Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 763 | 2026-01-04T04:07:52.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 764 | 2026-01-04T04:07:52.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 765 | 2026-01-04T04:07:52.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 766 | 2026-01-04T04:07:53.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 767 | 2026-01-04T04:07:53.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 768 | 2026-01-04T04:07:53.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 769 | 2026-01-04T04:07:53.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 770 | 2026-01-04T04:07:53.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 771 | 2026-01-04T04:07:53.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 772 | 2026-01-04T04:07:53.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 773 | 2026-01-04T04:07:53.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 774 | 2026-01-04T04:07:53.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 775 | 2026-01-04T04:07:54.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 776 | 2026-01-04T04:07:54.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 777 | 2026-01-04T04:07:54.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 778 | 2026-01-04T04:07:54.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 779 | 2026-01-04T04:07:54.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 780 | 2026-01-04T04:07:54.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 781 | 2026-01-04T04:07:54.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 782 | 2026-01-04T04:07:54.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 783 | 2026-01-04T04:07:54.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 784 | 2026-01-04T04:07:55.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 785 | 2026-01-04T04:07:55.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 786 | 2026-01-04T04:07:55.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 787 | 2026-01-04T04:07:55.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 788 | 2026-01-04T04:07:55.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 789 | 2026-01-04T04:07:55.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 790 | 2026-01-04T04:07:55.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 791 | 2026-01-04T04:07:55.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 792 | 2026-01-04T04:07:55.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 793 | 2026-01-04T04:07:56.510Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 794 | 2026-01-04T04:07:56.510Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 795 | 2026-01-04T04:07:56.513Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "f6679ec9-9823-466a-9adc-4849242140c5", "content-length": "1271", "date": "Sun, 04 Jan 2026 04:07:56 GMT"} })
|
| 796 | 2026-01-04T04:07:56.513Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 797 | 2026-01-04T04:07:56.516Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "481d3119-9f6b-446d-9352-d65700131601", "content-length": "29", "date": "Sun, 04 Jan 2026 04:07:56 GMT"} })
|
| 798 | 2026-01-04T04:07:56.516Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::b]:60117
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
|
| 799 | 2026-01-04T04:07:56.517Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::c]:55605
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
|
| 800 | 2026-01-04T04:07:56.517Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 8
n_pruned_tasks = 0
|
| 801 | 2026-01-04T04:07:56.518Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 802 | 2026-01-04T04:07:56.518Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 803 | 2026-01-04T04:07:56.518Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 804 | 2026-01-04T04:07:56.518Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 805 | 2026-01-04T04:07:56.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 806 | 2026-01-04T04:07:56.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 807 | 2026-01-04T04:07:56.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 808 | 2026-01-04T04:07:56.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 809 | 2026-01-04T04:07:56.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 810 | 2026-01-04T04:07:56.527Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 811 | 2026-01-04T04:07:56.561Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 812 | 2026-01-04T04:07:56.561Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 813 | 2026-01-04T04:07:56.561Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 814 | 2026-01-04T04:07:56.561Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 815 | 2026-01-04T04:07:56.564Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 816 | 2026-01-04T04:07:56.571Z | DEBG | oximeter (results-sink): inserting 245 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 817 | 2026-01-04T04:07:56.571Z | DEBG | oximeter (results-sink-cluster): inserting 245 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 818 | 2026-01-04T04:07:56.571Z | DEBG | oximeter (clickhouse-client): unrolling 245 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 819 | 2026-01-04T04:07:56.578Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 820 | 2026-01-04T04:07:56.579Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 821 | 2026-01-04T04:07:56.580Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 822 | 2026-01-04T04:07:56.583Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 4
table_name = fields_ipaddr
|
| 823 | 2026-01-04T04:07:56.585Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = fields_string
|
| 824 | 2026-01-04T04:07:56.587Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 825 | 2026-01-04T04:07:56.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 27
table_name = fields_u16
|
| 826 | 2026-01-04T04:07:56.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 91
table_name = fields_uuid
|
| 827 | 2026-01-04T04:07:56.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 162
table_name = measurements_cumulativeu64
|
| 828 | 2026-01-04T04:07:56.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 23
table_name = measurements_histogramu64
|
| 829 | 2026-01-04T04:07:56.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 830 | 2026-01-04T04:07:56.598Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 831 | 2026-01-04T04:07:56.665Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 832 | 2026-01-04T04:07:56.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 833 | 2026-01-04T04:07:56.665Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 834 | 2026-01-04T04:07:56.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 835 | 2026-01-04T04:07:56.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 836 | 2026-01-04T04:07:56.665Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 837 | 2026-01-04T04:07:56.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 838 | 2026-01-04T04:07:56.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 839 | 2026-01-04T04:07:56.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 840 | 2026-01-04T04:07:56.673Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 841 | 2026-01-04T04:07:57.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 842 | 2026-01-04T04:07:57.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 843 | 2026-01-04T04:07:57.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 844 | 2026-01-04T04:07:57.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 845 | 2026-01-04T04:07:57.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 846 | 2026-01-04T04:07:57.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 847 | 2026-01-04T04:07:57.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 848 | 2026-01-04T04:07:57.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 849 | 2026-01-04T04:07:57.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 850 | 2026-01-04T04:07:58.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 851 | 2026-01-04T04:07:58.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 852 | 2026-01-04T04:07:58.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 853 | 2026-01-04T04:07:58.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 854 | 2026-01-04T04:07:58.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 855 | 2026-01-04T04:07:58.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 856 | 2026-01-04T04:07:58.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 857 | 2026-01-04T04:07:58.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 858 | 2026-01-04T04:07:58.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 859 | 2026-01-04T04:07:59.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 860 | 2026-01-04T04:07:59.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 861 | 2026-01-04T04:07:59.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 862 | 2026-01-04T04:07:59.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 863 | 2026-01-04T04:07:59.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 864 | 2026-01-04T04:07:59.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 865 | 2026-01-04T04:07:59.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 866 | 2026-01-04T04:07:59.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 867 | 2026-01-04T04:07:59.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 868 | 2026-01-04T04:08:00.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 869 | 2026-01-04T04:08:00.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 870 | 2026-01-04T04:08:00.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 871 | 2026-01-04T04:08:00.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 872 | 2026-01-04T04:08:00.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 873 | 2026-01-04T04:08:00.527Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 874 | 2026-01-04T04:08:00.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 875 | 2026-01-04T04:08:00.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 876 | 2026-01-04T04:08:00.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 877 | 2026-01-04T04:08:01.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 878 | 2026-01-04T04:08:01.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 879 | 2026-01-04T04:08:01.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 880 | 2026-01-04T04:08:01.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 881 | 2026-01-04T04:08:01.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 882 | 2026-01-04T04:08:01.527Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 883 | 2026-01-04T04:08:01.572Z | DEBG | oximeter (results-sink): inserting 451 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 884 | 2026-01-04T04:08:01.572Z | DEBG | oximeter (results-sink-cluster): inserting 451 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 885 | 2026-01-04T04:08:01.572Z | DEBG | oximeter (clickhouse-client): unrolling 451 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 886 | 2026-01-04T04:08:01.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 887 | 2026-01-04T04:08:01.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 888 | 2026-01-04T04:08:01.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1149
table_name = fields_string
|
| 889 | 2026-01-04T04:08:01.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u16
|
| 890 | 2026-01-04T04:08:01.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 891 | 2026-01-04T04:08:01.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 892 | 2026-01-04T04:08:01.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 708
table_name = fields_uuid
|
| 893 | 2026-01-04T04:08:01.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 894 | 2026-01-04T04:08:01.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 317
table_name = measurements_cumulativeu64
|
| 895 | 2026-01-04T04:08:01.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 896 | 2026-01-04T04:08:01.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 17
table_name = measurements_histogramu64
|
| 897 | 2026-01-04T04:08:01.618Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_i64
|
| 898 | 2026-01-04T04:08:01.619Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 899 | 2026-01-04T04:08:01.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 900 | 2026-01-04T04:08:01.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 901 | 2026-01-04T04:08:01.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 902 | 2026-01-04T04:08:01.672Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 903 | 2026-01-04T04:08:02.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 904 | 2026-01-04T04:08:02.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 905 | 2026-01-04T04:08:02.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 906 | 2026-01-04T04:08:02.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 907 | 2026-01-04T04:08:02.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 908 | 2026-01-04T04:08:02.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 909 | 2026-01-04T04:08:02.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 910 | 2026-01-04T04:08:02.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 911 | 2026-01-04T04:08:02.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 912 | 2026-01-04T04:08:03.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 913 | 2026-01-04T04:08:03.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 914 | 2026-01-04T04:08:03.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 915 | 2026-01-04T04:08:03.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 916 | 2026-01-04T04:08:03.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 917 | 2026-01-04T04:08:03.527Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 918 | 2026-01-04T04:08:03.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 919 | 2026-01-04T04:08:03.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 920 | 2026-01-04T04:08:03.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 921 | 2026-01-04T04:08:04.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 922 | 2026-01-04T04:08:04.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 923 | 2026-01-04T04:08:04.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 924 | 2026-01-04T04:08:04.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 925 | 2026-01-04T04:08:04.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 926 | 2026-01-04T04:08:04.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 927 | 2026-01-04T04:08:04.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 928 | 2026-01-04T04:08:04.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 929 | 2026-01-04T04:08:04.666Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 930 | 2026-01-04T04:08:05.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 931 | 2026-01-04T04:08:05.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 932 | 2026-01-04T04:08:05.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 933 | 2026-01-04T04:08:05.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 934 | 2026-01-04T04:08:05.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 935 | 2026-01-04T04:08:05.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 936 | 2026-01-04T04:08:05.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 937 | 2026-01-04T04:08:05.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 938 | 2026-01-04T04:08:05.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 939 | 2026-01-04T04:08:06.518Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 940 | 2026-01-04T04:08:06.518Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 941 | 2026-01-04T04:08:06.518Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 942 | 2026-01-04T04:08:06.518Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 943 | 2026-01-04T04:08:06.518Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 944 | 2026-01-04T04:08:06.519Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 945 | 2026-01-04T04:08:06.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 946 | 2026-01-04T04:08:06.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 947 | 2026-01-04T04:08:06.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 948 | 2026-01-04T04:08:06.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 949 | 2026-01-04T04:08:06.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 950 | 2026-01-04T04:08:06.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 951 | 2026-01-04T04:08:06.560Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 952 | 2026-01-04T04:08:06.560Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 953 | 2026-01-04T04:08:06.560Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 954 | 2026-01-04T04:08:06.560Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 955 | 2026-01-04T04:08:06.564Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 956 | 2026-01-04T04:08:06.571Z | DEBG | oximeter (results-sink): inserting 250 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 957 | 2026-01-04T04:08:06.571Z | DEBG | oximeter (results-sink-cluster): inserting 250 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 958 | 2026-01-04T04:08:06.571Z | DEBG | oximeter (clickhouse-client): unrolling 250 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 959 | 2026-01-04T04:08:06.579Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 960 | 2026-01-04T04:08:06.584Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 116
table_name = fields_string
|
| 961 | 2026-01-04T04:08:06.586Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 30
table_name = fields_u16
|
| 962 | 2026-01-04T04:08:06.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 94
table_name = fields_uuid
|
| 963 | 2026-01-04T04:08:06.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 964 | 2026-01-04T04:08:06.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 30
table_name = measurements_histogramu64
|
| 965 | 2026-01-04T04:08:06.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 966 | 2026-01-04T04:08:06.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 967 | 2026-01-04T04:08:06.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 968 | 2026-01-04T04:08:06.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 969 | 2026-01-04T04:08:06.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 970 | 2026-01-04T04:08:06.666Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 971 | 2026-01-04T04:08:06.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 972 | 2026-01-04T04:08:06.673Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 973 | 2026-01-04T04:08:07.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 974 | 2026-01-04T04:08:07.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 975 | 2026-01-04T04:08:07.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 976 | 2026-01-04T04:08:07.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 977 | 2026-01-04T04:08:07.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 978 | 2026-01-04T04:08:07.527Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 979 | 2026-01-04T04:08:07.664Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 980 | 2026-01-04T04:08:07.664Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 981 | 2026-01-04T04:08:07.667Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 982 | 2026-01-04T04:08:08.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 983 | 2026-01-04T04:08:08.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 984 | 2026-01-04T04:08:08.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 985 | 2026-01-04T04:08:08.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 986 | 2026-01-04T04:08:08.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 987 | 2026-01-04T04:08:08.527Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 988 | 2026-01-04T04:08:08.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 989 | 2026-01-04T04:08:08.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 990 | 2026-01-04T04:08:08.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 991 | 2026-01-04T04:08:09.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 992 | 2026-01-04T04:08:09.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 993 | 2026-01-04T04:08:09.525Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 994 | 2026-01-04T04:08:09.525Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 995 | 2026-01-04T04:08:09.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 996 | 2026-01-04T04:08:09.527Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 997 | 2026-01-04T04:08:09.665Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 998 | 2026-01-04T04:08:09.665Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 999 | 2026-01-04T04:08:09.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1000 | 2026-01-04T04:08:10.526Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1001 | 2026-01-04T04:08:10.526Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1002 | 2026-01-04T04:08:10.526Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1003 | 2026-01-04T04:08:10.526Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1004 | 2026-01-04T04:08:10.527Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1005 | 2026-01-04T04:08:10.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1006 | 2026-01-04T04:08:10.666Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1007 | 2026-01-04T04:08:10.666Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1008 | 2026-01-04T04:08:10.668Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1009 | 2026-01-04T04:08:11.513Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 1010 | 2026-01-04T04:08:11.513Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 1011 | 2026-01-04T04:08:11.516Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "322ea422-fe34-4658-a2fc-2d09ec0641b3", "content-length": "1271", "date": "Sun, 04 Jan 2026 04:08:11 GMT"} })
|
| 1012 | 2026-01-04T04:08:11.516Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 1013 | 2026-01-04T04:08:11.518Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "65e2d956-b673-4b90-b9e9-2f1936497d1e", "content-length": "29", "date": "Sun, 04 Jan 2026 04:08:11 GMT"} })
|
| 1014 | 2026-01-04T04:08:11.519Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 8
n_pruned_tasks = 0
|
| 1015 | 2026-01-04T04:08:11.527Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1016 | 2026-01-04T04:08:11.527Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1017 | 2026-01-04T04:08:11.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1018 | 2026-01-04T04:08:11.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1019 | 2026-01-04T04:08:11.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1020 | 2026-01-04T04:08:11.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1021 | 2026-01-04T04:08:11.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1022 | 2026-01-04T04:08:11.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1023 | 2026-01-04T04:08:11.573Z | DEBG | oximeter (results-sink): inserting 437 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1024 | 2026-01-04T04:08:11.573Z | DEBG | oximeter (results-sink-cluster): inserting 437 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1025 | 2026-01-04T04:08:11.573Z | DEBG | oximeter (clickhouse-client): unrolling 437 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1026 | 2026-01-04T04:08:11.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 1027 | 2026-01-04T04:08:11.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 4
table_name = fields_ipaddr
|
| 1028 | 2026-01-04T04:08:11.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1134
table_name = fields_string
|
| 1029 | 2026-01-04T04:08:11.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 219
table_name = fields_u16
|
| 1030 | 2026-01-04T04:08:11.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 1031 | 2026-01-04T04:08:11.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 1032 | 2026-01-04T04:08:11.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 693
table_name = fields_uuid
|
| 1033 | 2026-01-04T04:08:11.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 1034 | 2026-01-04T04:08:11.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 316
table_name = measurements_cumulativeu64
|
| 1035 | 2026-01-04T04:08:11.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 1036 | 2026-01-04T04:08:11.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 1037 | 2026-01-04T04:08:11.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 1038 | 2026-01-04T04:08:11.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1039 | 2026-01-04T04:08:11.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1040 | 2026-01-04T04:08:11.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1041 | 2026-01-04T04:08:11.675Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1042 | 2026-01-04T04:08:12.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1043 | 2026-01-04T04:08:12.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1044 | 2026-01-04T04:08:12.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1045 | 2026-01-04T04:08:12.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1046 | 2026-01-04T04:08:12.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1047 | 2026-01-04T04:08:12.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1048 | 2026-01-04T04:08:12.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1049 | 2026-01-04T04:08:12.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1050 | 2026-01-04T04:08:12.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1051 | 2026-01-04T04:08:13.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1052 | 2026-01-04T04:08:13.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1053 | 2026-01-04T04:08:13.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1054 | 2026-01-04T04:08:13.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1055 | 2026-01-04T04:08:13.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1056 | 2026-01-04T04:08:13.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1057 | 2026-01-04T04:08:13.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1058 | 2026-01-04T04:08:13.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1059 | 2026-01-04T04:08:13.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1060 | 2026-01-04T04:08:14.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1061 | 2026-01-04T04:08:14.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1062 | 2026-01-04T04:08:14.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1063 | 2026-01-04T04:08:14.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1064 | 2026-01-04T04:08:14.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1065 | 2026-01-04T04:08:14.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1066 | 2026-01-04T04:08:14.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1067 | 2026-01-04T04:08:14.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1068 | 2026-01-04T04:08:14.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1069 | 2026-01-04T04:08:15.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1070 | 2026-01-04T04:08:15.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1071 | 2026-01-04T04:08:15.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1072 | 2026-01-04T04:08:15.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1073 | 2026-01-04T04:08:15.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1074 | 2026-01-04T04:08:15.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1075 | 2026-01-04T04:08:15.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1076 | 2026-01-04T04:08:15.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1077 | 2026-01-04T04:08:15.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1078 | 2026-01-04T04:08:16.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1079 | 2026-01-04T04:08:16.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1080 | 2026-01-04T04:08:16.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1081 | 2026-01-04T04:08:16.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1082 | 2026-01-04T04:08:16.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1083 | 2026-01-04T04:08:16.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1084 | 2026-01-04T04:08:16.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1085 | 2026-01-04T04:08:16.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1086 | 2026-01-04T04:08:16.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1087 | 2026-01-04T04:08:16.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1088 | 2026-01-04T04:08:16.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1089 | 2026-01-04T04:08:16.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1090 | 2026-01-04T04:08:16.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1091 | 2026-01-04T04:08:16.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1092 | 2026-01-04T04:08:16.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1093 | 2026-01-04T04:08:16.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1094 | 2026-01-04T04:08:16.567Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1095 | 2026-01-04T04:08:16.575Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1096 | 2026-01-04T04:08:16.575Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1097 | 2026-01-04T04:08:16.575Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1098 | 2026-01-04T04:08:16.581Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1099 | 2026-01-04T04:08:16.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 118
table_name = fields_string
|
| 1100 | 2026-01-04T04:08:16.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = fields_u16
|
| 1101 | 2026-01-04T04:08:16.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 95
table_name = fields_uuid
|
| 1102 | 2026-01-04T04:08:16.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1103 | 2026-01-04T04:08:16.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 1104 | 2026-01-04T04:08:16.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 1105 | 2026-01-04T04:08:16.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1106 | 2026-01-04T04:08:16.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1107 | 2026-01-04T04:08:16.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1108 | 2026-01-04T04:08:16.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1109 | 2026-01-04T04:08:16.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1110 | 2026-01-04T04:08:16.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1111 | 2026-01-04T04:08:16.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1112 | 2026-01-04T04:08:17.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1113 | 2026-01-04T04:08:17.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1114 | 2026-01-04T04:08:17.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1115 | 2026-01-04T04:08:17.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1116 | 2026-01-04T04:08:17.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1117 | 2026-01-04T04:08:17.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1118 | 2026-01-04T04:08:17.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1119 | 2026-01-04T04:08:17.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1120 | 2026-01-04T04:08:17.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1121 | 2026-01-04T04:08:18.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1122 | 2026-01-04T04:08:18.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1123 | 2026-01-04T04:08:18.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1124 | 2026-01-04T04:08:18.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1125 | 2026-01-04T04:08:18.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1126 | 2026-01-04T04:08:18.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1127 | 2026-01-04T04:08:18.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1128 | 2026-01-04T04:08:18.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1129 | 2026-01-04T04:08:18.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1130 | 2026-01-04T04:08:19.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1131 | 2026-01-04T04:08:19.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1132 | 2026-01-04T04:08:19.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1133 | 2026-01-04T04:08:19.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1134 | 2026-01-04T04:08:19.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1135 | 2026-01-04T04:08:19.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1136 | 2026-01-04T04:08:19.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1137 | 2026-01-04T04:08:19.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1138 | 2026-01-04T04:08:19.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1139 | 2026-01-04T04:08:20.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1140 | 2026-01-04T04:08:20.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1141 | 2026-01-04T04:08:20.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1142 | 2026-01-04T04:08:20.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1143 | 2026-01-04T04:08:20.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1144 | 2026-01-04T04:08:20.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1145 | 2026-01-04T04:08:20.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1146 | 2026-01-04T04:08:20.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1147 | 2026-01-04T04:08:20.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1148 | 2026-01-04T04:08:21.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1149 | 2026-01-04T04:08:21.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1150 | 2026-01-04T04:08:21.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1151 | 2026-01-04T04:08:21.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1152 | 2026-01-04T04:08:21.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1153 | 2026-01-04T04:08:21.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1154 | 2026-01-04T04:08:21.574Z | DEBG | oximeter (results-sink): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1155 | 2026-01-04T04:08:21.574Z | DEBG | oximeter (results-sink-cluster): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1156 | 2026-01-04T04:08:21.574Z | DEBG | oximeter (clickhouse-client): unrolling 435 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1157 | 2026-01-04T04:08:21.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 1158 | 2026-01-04T04:08:21.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1132
table_name = fields_string
|
| 1159 | 2026-01-04T04:08:21.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 215
table_name = fields_u16
|
| 1160 | 2026-01-04T04:08:21.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 1161 | 2026-01-04T04:08:21.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 1162 | 2026-01-04T04:08:21.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 689
table_name = fields_uuid
|
| 1163 | 2026-01-04T04:08:21.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 1164 | 2026-01-04T04:08:21.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 1165 | 2026-01-04T04:08:21.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 1166 | 2026-01-04T04:08:21.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 1167 | 2026-01-04T04:08:21.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 1168 | 2026-01-04T04:08:21.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1169 | 2026-01-04T04:08:21.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1170 | 2026-01-04T04:08:21.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1171 | 2026-01-04T04:08:21.675Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1172 | 2026-01-04T04:08:22.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1173 | 2026-01-04T04:08:22.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1174 | 2026-01-04T04:08:22.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1175 | 2026-01-04T04:08:22.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1176 | 2026-01-04T04:08:22.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1177 | 2026-01-04T04:08:22.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1178 | 2026-01-04T04:08:22.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1179 | 2026-01-04T04:08:22.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1180 | 2026-01-04T04:08:22.669Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1181 | 2026-01-04T04:08:23.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1182 | 2026-01-04T04:08:23.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1183 | 2026-01-04T04:08:23.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1184 | 2026-01-04T04:08:23.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1185 | 2026-01-04T04:08:23.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1186 | 2026-01-04T04:08:23.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1187 | 2026-01-04T04:08:23.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1188 | 2026-01-04T04:08:23.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1189 | 2026-01-04T04:08:23.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1190 | 2026-01-04T04:08:24.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1191 | 2026-01-04T04:08:24.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1192 | 2026-01-04T04:08:24.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1193 | 2026-01-04T04:08:24.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1194 | 2026-01-04T04:08:24.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1195 | 2026-01-04T04:08:24.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1196 | 2026-01-04T04:08:24.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1197 | 2026-01-04T04:08:24.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1198 | 2026-01-04T04:08:24.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1199 | 2026-01-04T04:08:25.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1200 | 2026-01-04T04:08:25.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1201 | 2026-01-04T04:08:25.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1202 | 2026-01-04T04:08:25.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1203 | 2026-01-04T04:08:25.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1204 | 2026-01-04T04:08:25.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1205 | 2026-01-04T04:08:25.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1206 | 2026-01-04T04:08:25.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1207 | 2026-01-04T04:08:25.669Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1208 | 2026-01-04T04:08:26.513Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 1209 | 2026-01-04T04:08:26.514Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 1210 | 2026-01-04T04:08:26.517Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "700842dc-f4ca-491c-9696-f453f5b636e7", "content-length": "1271", "date": "Sun, 04 Jan 2026 04:08:26 GMT"} })
|
| 1211 | 2026-01-04T04:08:26.517Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 1212 | 2026-01-04T04:08:26.520Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1213 | 2026-01-04T04:08:26.520Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1214 | 2026-01-04T04:08:26.520Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1215 | 2026-01-04T04:08:26.520Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1216 | 2026-01-04T04:08:26.520Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "7d08f4af-f674-4e29-9412-b24a60ab7d3c", "content-length": "29", "date": "Sun, 04 Jan 2026 04:08:26 GMT"} })
|
| 1217 | 2026-01-04T04:08:26.520Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 8
n_pruned_tasks = 0
|
| 1218 | 2026-01-04T04:08:26.521Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1219 | 2026-01-04T04:08:26.521Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1220 | 2026-01-04T04:08:26.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1221 | 2026-01-04T04:08:26.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1222 | 2026-01-04T04:08:26.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1223 | 2026-01-04T04:08:26.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1224 | 2026-01-04T04:08:26.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1225 | 2026-01-04T04:08:26.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1226 | 2026-01-04T04:08:26.564Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1227 | 2026-01-04T04:08:26.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1228 | 2026-01-04T04:08:26.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1229 | 2026-01-04T04:08:26.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1230 | 2026-01-04T04:08:26.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1231 | 2026-01-04T04:08:26.567Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1232 | 2026-01-04T04:08:26.574Z | DEBG | oximeter (results-sink): inserting 252 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1233 | 2026-01-04T04:08:26.574Z | DEBG | oximeter (results-sink-cluster): inserting 252 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1234 | 2026-01-04T04:08:26.574Z | DEBG | oximeter (clickhouse-client): unrolling 252 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1235 | 2026-01-04T04:08:26.581Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1236 | 2026-01-04T04:08:26.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 2
table_name = fields_ipaddr
|
| 1237 | 2026-01-04T04:08:26.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 119
table_name = fields_string
|
| 1238 | 2026-01-04T04:08:26.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 33
table_name = fields_u16
|
| 1239 | 2026-01-04T04:08:26.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 97
table_name = fields_uuid
|
| 1240 | 2026-01-04T04:08:26.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 161
table_name = measurements_cumulativeu64
|
| 1241 | 2026-01-04T04:08:26.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 1242 | 2026-01-04T04:08:26.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 1243 | 2026-01-04T04:08:26.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1244 | 2026-01-04T04:08:26.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1245 | 2026-01-04T04:08:26.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1246 | 2026-01-04T04:08:26.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1247 | 2026-01-04T04:08:26.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1248 | 2026-01-04T04:08:26.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1249 | 2026-01-04T04:08:26.675Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1250 | 2026-01-04T04:08:27.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1251 | 2026-01-04T04:08:27.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1252 | 2026-01-04T04:08:27.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1253 | 2026-01-04T04:08:27.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1254 | 2026-01-04T04:08:27.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1255 | 2026-01-04T04:08:27.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1256 | 2026-01-04T04:08:27.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1257 | 2026-01-04T04:08:27.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1258 | 2026-01-04T04:08:27.669Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1259 | 2026-01-04T04:08:28.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1260 | 2026-01-04T04:08:28.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1261 | 2026-01-04T04:08:28.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1262 | 2026-01-04T04:08:28.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1263 | 2026-01-04T04:08:28.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1264 | 2026-01-04T04:08:28.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1265 | 2026-01-04T04:08:28.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1266 | 2026-01-04T04:08:28.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1267 | 2026-01-04T04:08:28.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1268 | 2026-01-04T04:08:29.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1269 | 2026-01-04T04:08:29.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1270 | 2026-01-04T04:08:29.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1271 | 2026-01-04T04:08:29.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1272 | 2026-01-04T04:08:29.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1273 | 2026-01-04T04:08:29.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1274 | 2026-01-04T04:08:29.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1275 | 2026-01-04T04:08:29.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1276 | 2026-01-04T04:08:29.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1277 | 2026-01-04T04:08:30.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1278 | 2026-01-04T04:08:30.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1279 | 2026-01-04T04:08:30.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1280 | 2026-01-04T04:08:30.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1281 | 2026-01-04T04:08:30.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1282 | 2026-01-04T04:08:30.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1283 | 2026-01-04T04:08:30.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1284 | 2026-01-04T04:08:30.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1285 | 2026-01-04T04:08:30.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1286 | 2026-01-04T04:08:31.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1287 | 2026-01-04T04:08:31.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1288 | 2026-01-04T04:08:31.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1289 | 2026-01-04T04:08:31.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1290 | 2026-01-04T04:08:31.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1291 | 2026-01-04T04:08:31.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1292 | 2026-01-04T04:08:31.575Z | DEBG | oximeter (results-sink): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1293 | 2026-01-04T04:08:31.575Z | DEBG | oximeter (results-sink-cluster): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1294 | 2026-01-04T04:08:31.575Z | DEBG | oximeter (clickhouse-client): unrolling 435 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1295 | 2026-01-04T04:08:31.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 1296 | 2026-01-04T04:08:31.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1132
table_name = fields_string
|
| 1297 | 2026-01-04T04:08:31.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 215
table_name = fields_u16
|
| 1298 | 2026-01-04T04:08:31.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 1299 | 2026-01-04T04:08:31.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 1300 | 2026-01-04T04:08:31.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 689
table_name = fields_uuid
|
| 1301 | 2026-01-04T04:08:31.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 1302 | 2026-01-04T04:08:31.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 1303 | 2026-01-04T04:08:31.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 1304 | 2026-01-04T04:08:31.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 1305 | 2026-01-04T04:08:31.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 1306 | 2026-01-04T04:08:31.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1307 | 2026-01-04T04:08:31.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1308 | 2026-01-04T04:08:31.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1309 | 2026-01-04T04:08:31.675Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1310 | 2026-01-04T04:08:32.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1311 | 2026-01-04T04:08:32.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1312 | 2026-01-04T04:08:32.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1313 | 2026-01-04T04:08:32.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1314 | 2026-01-04T04:08:32.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1315 | 2026-01-04T04:08:32.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1316 | 2026-01-04T04:08:32.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1317 | 2026-01-04T04:08:32.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1318 | 2026-01-04T04:08:32.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1319 | 2026-01-04T04:08:33.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1320 | 2026-01-04T04:08:33.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1321 | 2026-01-04T04:08:33.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1322 | 2026-01-04T04:08:33.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1323 | 2026-01-04T04:08:33.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1324 | 2026-01-04T04:08:33.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1325 | 2026-01-04T04:08:33.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1326 | 2026-01-04T04:08:33.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1327 | 2026-01-04T04:08:33.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1328 | 2026-01-04T04:08:34.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1329 | 2026-01-04T04:08:34.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1330 | 2026-01-04T04:08:34.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1331 | 2026-01-04T04:08:34.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1332 | 2026-01-04T04:08:34.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1333 | 2026-01-04T04:08:34.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1334 | 2026-01-04T04:08:34.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1335 | 2026-01-04T04:08:34.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1336 | 2026-01-04T04:08:34.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1337 | 2026-01-04T04:08:35.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1338 | 2026-01-04T04:08:35.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1339 | 2026-01-04T04:08:35.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1340 | 2026-01-04T04:08:35.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1341 | 2026-01-04T04:08:35.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1342 | 2026-01-04T04:08:35.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1343 | 2026-01-04T04:08:35.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1344 | 2026-01-04T04:08:35.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1345 | 2026-01-04T04:08:35.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1346 | 2026-01-04T04:08:36.520Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1347 | 2026-01-04T04:08:36.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1348 | 2026-01-04T04:08:36.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1349 | 2026-01-04T04:08:36.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1350 | 2026-01-04T04:08:36.521Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1351 | 2026-01-04T04:08:36.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1352 | 2026-01-04T04:08:36.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1353 | 2026-01-04T04:08:36.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1354 | 2026-01-04T04:08:36.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1355 | 2026-01-04T04:08:36.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1356 | 2026-01-04T04:08:36.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1357 | 2026-01-04T04:08:36.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1358 | 2026-01-04T04:08:36.563Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1359 | 2026-01-04T04:08:36.563Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1360 | 2026-01-04T04:08:36.563Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1361 | 2026-01-04T04:08:36.563Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1362 | 2026-01-04T04:08:36.567Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1363 | 2026-01-04T04:08:36.574Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1364 | 2026-01-04T04:08:36.574Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1365 | 2026-01-04T04:08:36.574Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1366 | 2026-01-04T04:08:36.580Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1367 | 2026-01-04T04:08:36.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 118
table_name = fields_string
|
| 1368 | 2026-01-04T04:08:36.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = fields_u16
|
| 1369 | 2026-01-04T04:08:36.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 95
table_name = fields_uuid
|
| 1370 | 2026-01-04T04:08:36.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1371 | 2026-01-04T04:08:36.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 1372 | 2026-01-04T04:08:36.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 1373 | 2026-01-04T04:08:36.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1374 | 2026-01-04T04:08:36.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1375 | 2026-01-04T04:08:36.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1376 | 2026-01-04T04:08:36.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1377 | 2026-01-04T04:08:36.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1378 | 2026-01-04T04:08:36.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1379 | 2026-01-04T04:08:36.675Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1380 | 2026-01-04T04:08:37.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1381 | 2026-01-04T04:08:37.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1382 | 2026-01-04T04:08:37.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1383 | 2026-01-04T04:08:37.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1384 | 2026-01-04T04:08:37.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1385 | 2026-01-04T04:08:37.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1386 | 2026-01-04T04:08:37.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1387 | 2026-01-04T04:08:37.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1388 | 2026-01-04T04:08:37.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1389 | 2026-01-04T04:08:38.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1390 | 2026-01-04T04:08:38.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1391 | 2026-01-04T04:08:38.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1392 | 2026-01-04T04:08:38.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1393 | 2026-01-04T04:08:38.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1394 | 2026-01-04T04:08:38.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1395 | 2026-01-04T04:08:38.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1396 | 2026-01-04T04:08:38.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1397 | 2026-01-04T04:08:38.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1398 | 2026-01-04T04:08:39.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1399 | 2026-01-04T04:08:39.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1400 | 2026-01-04T04:08:39.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1401 | 2026-01-04T04:08:39.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1402 | 2026-01-04T04:08:39.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1403 | 2026-01-04T04:08:39.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1404 | 2026-01-04T04:08:39.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1405 | 2026-01-04T04:08:39.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1406 | 2026-01-04T04:08:39.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1407 | 2026-01-04T04:08:40.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1408 | 2026-01-04T04:08:40.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1409 | 2026-01-04T04:08:40.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1410 | 2026-01-04T04:08:40.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1411 | 2026-01-04T04:08:40.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1412 | 2026-01-04T04:08:40.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1413 | 2026-01-04T04:08:40.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1414 | 2026-01-04T04:08:40.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1415 | 2026-01-04T04:08:40.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1416 | 2026-01-04T04:08:41.514Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 1417 | 2026-01-04T04:08:41.514Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 1418 | 2026-01-04T04:08:41.517Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "683c39a1-8b8f-48a4-9187-e6395255d84a", "content-length": "1271", "date": "Sun, 04 Jan 2026 04:08:41 GMT"} })
|
| 1419 | 2026-01-04T04:08:41.517Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 1420 | 2026-01-04T04:08:41.520Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "c272a264-6e1f-49ce-a0a6-613d7beae0b6", "content-length": "29", "date": "Sun, 04 Jan 2026 04:08:41 GMT"} })
|
| 1421 | 2026-01-04T04:08:41.520Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 8
n_pruned_tasks = 0
|
| 1422 | 2026-01-04T04:08:41.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1423 | 2026-01-04T04:08:41.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1424 | 2026-01-04T04:08:41.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1425 | 2026-01-04T04:08:41.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1426 | 2026-01-04T04:08:41.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1427 | 2026-01-04T04:08:41.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1428 | 2026-01-04T04:08:41.575Z | DEBG | oximeter (results-sink): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1429 | 2026-01-04T04:08:41.575Z | DEBG | oximeter (results-sink-cluster): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1430 | 2026-01-04T04:08:41.575Z | DEBG | oximeter (clickhouse-client): unrolling 435 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1431 | 2026-01-04T04:08:41.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 1432 | 2026-01-04T04:08:41.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1132
table_name = fields_string
|
| 1433 | 2026-01-04T04:08:41.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 215
table_name = fields_u16
|
| 1434 | 2026-01-04T04:08:41.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 1435 | 2026-01-04T04:08:41.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 1436 | 2026-01-04T04:08:41.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 689
table_name = fields_uuid
|
| 1437 | 2026-01-04T04:08:41.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 1438 | 2026-01-04T04:08:41.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 1439 | 2026-01-04T04:08:41.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 1440 | 2026-01-04T04:08:41.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 1441 | 2026-01-04T04:08:41.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 1442 | 2026-01-04T04:08:41.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1443 | 2026-01-04T04:08:41.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1444 | 2026-01-04T04:08:41.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1445 | 2026-01-04T04:08:41.675Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1446 | 2026-01-04T04:08:42.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1447 | 2026-01-04T04:08:42.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1448 | 2026-01-04T04:08:42.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1449 | 2026-01-04T04:08:42.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1450 | 2026-01-04T04:08:42.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1451 | 2026-01-04T04:08:42.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1452 | 2026-01-04T04:08:42.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1453 | 2026-01-04T04:08:42.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1454 | 2026-01-04T04:08:42.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1455 | 2026-01-04T04:08:43.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1456 | 2026-01-04T04:08:43.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1457 | 2026-01-04T04:08:43.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1458 | 2026-01-04T04:08:43.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1459 | 2026-01-04T04:08:43.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1460 | 2026-01-04T04:08:43.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1461 | 2026-01-04T04:08:43.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1462 | 2026-01-04T04:08:43.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1463 | 2026-01-04T04:08:43.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1464 | 2026-01-04T04:08:44.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1465 | 2026-01-04T04:08:44.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1466 | 2026-01-04T04:08:44.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1467 | 2026-01-04T04:08:44.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1468 | 2026-01-04T04:08:44.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1469 | 2026-01-04T04:08:44.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1470 | 2026-01-04T04:08:44.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1471 | 2026-01-04T04:08:44.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1472 | 2026-01-04T04:08:44.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1473 | 2026-01-04T04:08:45.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1474 | 2026-01-04T04:08:45.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1475 | 2026-01-04T04:08:45.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1476 | 2026-01-04T04:08:45.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1477 | 2026-01-04T04:08:45.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1478 | 2026-01-04T04:08:45.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1479 | 2026-01-04T04:08:45.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1480 | 2026-01-04T04:08:45.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1481 | 2026-01-04T04:08:45.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1482 | 2026-01-04T04:08:46.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1483 | 2026-01-04T04:08:46.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1484 | 2026-01-04T04:08:46.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1485 | 2026-01-04T04:08:46.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1486 | 2026-01-04T04:08:46.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1487 | 2026-01-04T04:08:46.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1488 | 2026-01-04T04:08:46.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1489 | 2026-01-04T04:08:46.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1490 | 2026-01-04T04:08:46.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1491 | 2026-01-04T04:08:46.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1492 | 2026-01-04T04:08:46.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1493 | 2026-01-04T04:08:46.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1494 | 2026-01-04T04:08:46.563Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1495 | 2026-01-04T04:08:46.563Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1496 | 2026-01-04T04:08:46.563Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1497 | 2026-01-04T04:08:46.563Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1498 | 2026-01-04T04:08:46.567Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1499 | 2026-01-04T04:08:46.575Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1500 | 2026-01-04T04:08:46.575Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1501 | 2026-01-04T04:08:46.575Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1502 | 2026-01-04T04:08:46.582Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1503 | 2026-01-04T04:08:46.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 118
table_name = fields_string
|
| 1504 | 2026-01-04T04:08:46.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = fields_u16
|
| 1505 | 2026-01-04T04:08:46.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 95
table_name = fields_uuid
|
| 1506 | 2026-01-04T04:08:46.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1507 | 2026-01-04T04:08:46.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 1508 | 2026-01-04T04:08:46.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 1509 | 2026-01-04T04:08:46.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1510 | 2026-01-04T04:08:46.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1511 | 2026-01-04T04:08:46.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1512 | 2026-01-04T04:08:46.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1513 | 2026-01-04T04:08:46.669Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1514 | 2026-01-04T04:08:46.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1515 | 2026-01-04T04:08:46.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1516 | 2026-01-04T04:08:47.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1517 | 2026-01-04T04:08:47.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1518 | 2026-01-04T04:08:47.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1519 | 2026-01-04T04:08:47.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1520 | 2026-01-04T04:08:47.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1521 | 2026-01-04T04:08:47.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1522 | 2026-01-04T04:08:47.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1523 | 2026-01-04T04:08:47.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1524 | 2026-01-04T04:08:47.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1525 | 2026-01-04T04:08:48.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1526 | 2026-01-04T04:08:48.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1527 | 2026-01-04T04:08:48.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1528 | 2026-01-04T04:08:48.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1529 | 2026-01-04T04:08:48.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1530 | 2026-01-04T04:08:48.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1531 | 2026-01-04T04:08:48.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1532 | 2026-01-04T04:08:48.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1533 | 2026-01-04T04:08:48.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1534 | 2026-01-04T04:08:49.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1535 | 2026-01-04T04:08:49.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1536 | 2026-01-04T04:08:49.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1537 | 2026-01-04T04:08:49.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1538 | 2026-01-04T04:08:49.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1539 | 2026-01-04T04:08:49.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1540 | 2026-01-04T04:08:49.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1541 | 2026-01-04T04:08:49.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1542 | 2026-01-04T04:08:49.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1543 | 2026-01-04T04:08:50.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1544 | 2026-01-04T04:08:50.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1545 | 2026-01-04T04:08:50.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1546 | 2026-01-04T04:08:50.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1547 | 2026-01-04T04:08:50.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1548 | 2026-01-04T04:08:50.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1549 | 2026-01-04T04:08:50.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1550 | 2026-01-04T04:08:50.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1551 | 2026-01-04T04:08:50.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1552 | 2026-01-04T04:08:51.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1553 | 2026-01-04T04:08:51.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1554 | 2026-01-04T04:08:51.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1555 | 2026-01-04T04:08:51.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1556 | 2026-01-04T04:08:51.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1557 | 2026-01-04T04:08:51.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1558 | 2026-01-04T04:08:51.574Z | DEBG | oximeter (results-sink): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1559 | 2026-01-04T04:08:51.574Z | DEBG | oximeter (results-sink-cluster): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1560 | 2026-01-04T04:08:51.574Z | DEBG | oximeter (clickhouse-client): unrolling 435 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1561 | 2026-01-04T04:08:51.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 1562 | 2026-01-04T04:08:51.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1132
table_name = fields_string
|
| 1563 | 2026-01-04T04:08:51.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 215
table_name = fields_u16
|
| 1564 | 2026-01-04T04:08:51.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 1565 | 2026-01-04T04:08:51.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 1566 | 2026-01-04T04:08:51.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 689
table_name = fields_uuid
|
| 1567 | 2026-01-04T04:08:51.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 1568 | 2026-01-04T04:08:51.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 1569 | 2026-01-04T04:08:51.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 1570 | 2026-01-04T04:08:51.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 1571 | 2026-01-04T04:08:51.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 1572 | 2026-01-04T04:08:51.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1573 | 2026-01-04T04:08:51.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1574 | 2026-01-04T04:08:51.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1575 | 2026-01-04T04:08:51.675Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1576 | 2026-01-04T04:08:52.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1577 | 2026-01-04T04:08:52.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1578 | 2026-01-04T04:08:52.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1579 | 2026-01-04T04:08:52.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1580 | 2026-01-04T04:08:52.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1581 | 2026-01-04T04:08:52.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1582 | 2026-01-04T04:08:52.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1583 | 2026-01-04T04:08:52.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1584 | 2026-01-04T04:08:52.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1585 | 2026-01-04T04:08:53.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1586 | 2026-01-04T04:08:53.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1587 | 2026-01-04T04:08:53.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1588 | 2026-01-04T04:08:53.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1589 | 2026-01-04T04:08:53.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1590 | 2026-01-04T04:08:53.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1591 | 2026-01-04T04:08:53.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1592 | 2026-01-04T04:08:53.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1593 | 2026-01-04T04:08:53.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1594 | 2026-01-04T04:08:54.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1595 | 2026-01-04T04:08:54.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1596 | 2026-01-04T04:08:54.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1597 | 2026-01-04T04:08:54.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1598 | 2026-01-04T04:08:54.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1599 | 2026-01-04T04:08:54.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1600 | 2026-01-04T04:08:54.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1601 | 2026-01-04T04:08:54.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1602 | 2026-01-04T04:08:54.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1603 | 2026-01-04T04:08:55.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1604 | 2026-01-04T04:08:55.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1605 | 2026-01-04T04:08:55.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1606 | 2026-01-04T04:08:55.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1607 | 2026-01-04T04:08:55.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1608 | 2026-01-04T04:08:55.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1609 | 2026-01-04T04:08:55.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1610 | 2026-01-04T04:08:55.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1611 | 2026-01-04T04:08:55.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1612 | 2026-01-04T04:08:56.514Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 1613 | 2026-01-04T04:08:56.514Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 1614 | 2026-01-04T04:08:56.517Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "f242d5f7-373e-4575-b79f-98190258391f", "content-length": "1271", "date": "Sun, 04 Jan 2026 04:08:56 GMT"} })
|
| 1615 | 2026-01-04T04:08:56.517Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 1616 | 2026-01-04T04:08:56.520Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1617 | 2026-01-04T04:08:56.520Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1618 | 2026-01-04T04:08:56.520Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "f48d6cc1-ad64-45fc-bd89-9bfab85b829a", "content-length": "29", "date": "Sun, 04 Jan 2026 04:08:56 GMT"} })
|
| 1619 | 2026-01-04T04:08:56.520Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 8
n_pruned_tasks = 0
|
| 1620 | 2026-01-04T04:08:56.520Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1621 | 2026-01-04T04:08:56.520Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1622 | 2026-01-04T04:08:56.520Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1623 | 2026-01-04T04:08:56.520Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1624 | 2026-01-04T04:08:56.521Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1625 | 2026-01-04T04:08:56.521Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1626 | 2026-01-04T04:08:56.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1627 | 2026-01-04T04:08:56.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1628 | 2026-01-04T04:08:56.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1629 | 2026-01-04T04:08:56.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1630 | 2026-01-04T04:08:56.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1631 | 2026-01-04T04:08:56.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1632 | 2026-01-04T04:08:56.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1633 | 2026-01-04T04:08:56.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1634 | 2026-01-04T04:08:56.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1635 | 2026-01-04T04:08:56.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1636 | 2026-01-04T04:08:56.567Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1637 | 2026-01-04T04:08:56.574Z | DEBG | oximeter (results-sink): inserting 253 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1638 | 2026-01-04T04:08:56.574Z | DEBG | oximeter (results-sink-cluster): inserting 253 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1639 | 2026-01-04T04:08:56.574Z | DEBG | oximeter (clickhouse-client): unrolling 253 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1640 | 2026-01-04T04:08:56.581Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1641 | 2026-01-04T04:08:56.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 4
table_name = fields_ipaddr
|
| 1642 | 2026-01-04T04:08:56.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 120
table_name = fields_string
|
| 1643 | 2026-01-04T04:08:56.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 35
table_name = fields_u16
|
| 1644 | 2026-01-04T04:08:56.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 99
table_name = fields_uuid
|
| 1645 | 2026-01-04T04:08:56.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 162
table_name = measurements_cumulativeu64
|
| 1646 | 2026-01-04T04:08:56.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 1647 | 2026-01-04T04:08:56.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 1648 | 2026-01-04T04:08:56.668Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1649 | 2026-01-04T04:08:56.668Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1650 | 2026-01-04T04:08:56.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1651 | 2026-01-04T04:08:56.668Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1652 | 2026-01-04T04:08:56.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1653 | 2026-01-04T04:08:56.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1654 | 2026-01-04T04:08:56.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1655 | 2026-01-04T04:08:56.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1656 | 2026-01-04T04:08:56.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1657 | 2026-01-04T04:08:56.675Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1658 | 2026-01-04T04:08:57.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1659 | 2026-01-04T04:08:57.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1660 | 2026-01-04T04:08:57.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1661 | 2026-01-04T04:08:57.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1662 | 2026-01-04T04:08:57.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1663 | 2026-01-04T04:08:57.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1664 | 2026-01-04T04:08:57.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1665 | 2026-01-04T04:08:57.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1666 | 2026-01-04T04:08:57.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1667 | 2026-01-04T04:08:58.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1668 | 2026-01-04T04:08:58.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1669 | 2026-01-04T04:08:58.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1670 | 2026-01-04T04:08:58.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1671 | 2026-01-04T04:08:58.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1672 | 2026-01-04T04:08:58.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1673 | 2026-01-04T04:08:58.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1674 | 2026-01-04T04:08:58.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1675 | 2026-01-04T04:08:58.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1676 | 2026-01-04T04:08:59.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1677 | 2026-01-04T04:08:59.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1678 | 2026-01-04T04:08:59.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1679 | 2026-01-04T04:08:59.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1680 | 2026-01-04T04:08:59.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1681 | 2026-01-04T04:08:59.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1682 | 2026-01-04T04:08:59.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1683 | 2026-01-04T04:08:59.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1684 | 2026-01-04T04:08:59.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1685 | 2026-01-04T04:09:00.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1686 | 2026-01-04T04:09:00.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1687 | 2026-01-04T04:09:00.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1688 | 2026-01-04T04:09:00.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1689 | 2026-01-04T04:09:00.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1690 | 2026-01-04T04:09:00.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1691 | 2026-01-04T04:09:00.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1692 | 2026-01-04T04:09:00.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1693 | 2026-01-04T04:09:00.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1694 | 2026-01-04T04:09:01.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1695 | 2026-01-04T04:09:01.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1696 | 2026-01-04T04:09:01.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1697 | 2026-01-04T04:09:01.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1698 | 2026-01-04T04:09:01.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1699 | 2026-01-04T04:09:01.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1700 | 2026-01-04T04:09:01.575Z | DEBG | oximeter (results-sink): inserting 438 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1701 | 2026-01-04T04:09:01.575Z | DEBG | oximeter (results-sink-cluster): inserting 438 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1702 | 2026-01-04T04:09:01.575Z | DEBG | oximeter (clickhouse-client): unrolling 438 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1703 | 2026-01-04T04:09:01.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 1704 | 2026-01-04T04:09:01.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 1705 | 2026-01-04T04:09:01.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1135
table_name = fields_string
|
| 1706 | 2026-01-04T04:09:01.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 221
table_name = fields_u16
|
| 1707 | 2026-01-04T04:09:01.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 1708 | 2026-01-04T04:09:01.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 1709 | 2026-01-04T04:09:01.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 695
table_name = fields_uuid
|
| 1710 | 2026-01-04T04:09:01.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 1711 | 2026-01-04T04:09:01.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 317
table_name = measurements_cumulativeu64
|
| 1712 | 2026-01-04T04:09:01.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 1713 | 2026-01-04T04:09:01.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 1714 | 2026-01-04T04:09:01.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 1715 | 2026-01-04T04:09:01.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1716 | 2026-01-04T04:09:01.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1717 | 2026-01-04T04:09:01.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1718 | 2026-01-04T04:09:01.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1719 | 2026-01-04T04:09:02.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1720 | 2026-01-04T04:09:02.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1721 | 2026-01-04T04:09:02.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1722 | 2026-01-04T04:09:02.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1723 | 2026-01-04T04:09:02.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1724 | 2026-01-04T04:09:02.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1725 | 2026-01-04T04:09:02.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1726 | 2026-01-04T04:09:02.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1727 | 2026-01-04T04:09:02.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1728 | 2026-01-04T04:09:03.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1729 | 2026-01-04T04:09:03.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1730 | 2026-01-04T04:09:03.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1731 | 2026-01-04T04:09:03.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1732 | 2026-01-04T04:09:03.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1733 | 2026-01-04T04:09:03.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1734 | 2026-01-04T04:09:03.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1735 | 2026-01-04T04:09:03.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1736 | 2026-01-04T04:09:03.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1737 | 2026-01-04T04:09:04.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1738 | 2026-01-04T04:09:04.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1739 | 2026-01-04T04:09:04.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1740 | 2026-01-04T04:09:04.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1741 | 2026-01-04T04:09:04.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1742 | 2026-01-04T04:09:04.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1743 | 2026-01-04T04:09:04.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1744 | 2026-01-04T04:09:04.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1745 | 2026-01-04T04:09:04.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1746 | 2026-01-04T04:09:05.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1747 | 2026-01-04T04:09:05.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1748 | 2026-01-04T04:09:05.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1749 | 2026-01-04T04:09:05.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1750 | 2026-01-04T04:09:05.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1751 | 2026-01-04T04:09:05.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1752 | 2026-01-04T04:09:05.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1753 | 2026-01-04T04:09:05.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1754 | 2026-01-04T04:09:05.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1755 | 2026-01-04T04:09:06.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1756 | 2026-01-04T04:09:06.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1757 | 2026-01-04T04:09:06.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1758 | 2026-01-04T04:09:06.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1759 | 2026-01-04T04:09:06.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1760 | 2026-01-04T04:09:06.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1761 | 2026-01-04T04:09:06.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1762 | 2026-01-04T04:09:06.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1763 | 2026-01-04T04:09:06.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1764 | 2026-01-04T04:09:06.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1765 | 2026-01-04T04:09:06.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1766 | 2026-01-04T04:09:06.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1767 | 2026-01-04T04:09:06.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1768 | 2026-01-04T04:09:06.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1769 | 2026-01-04T04:09:06.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1770 | 2026-01-04T04:09:06.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1771 | 2026-01-04T04:09:06.567Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1772 | 2026-01-04T04:09:06.575Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1773 | 2026-01-04T04:09:06.575Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1774 | 2026-01-04T04:09:06.575Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1775 | 2026-01-04T04:09:06.581Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1776 | 2026-01-04T04:09:06.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 118
table_name = fields_string
|
| 1777 | 2026-01-04T04:09:06.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = fields_u16
|
| 1778 | 2026-01-04T04:09:06.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 95
table_name = fields_uuid
|
| 1779 | 2026-01-04T04:09:06.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1780 | 2026-01-04T04:09:06.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 1781 | 2026-01-04T04:09:06.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 1782 | 2026-01-04T04:09:06.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1783 | 2026-01-04T04:09:06.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1784 | 2026-01-04T04:09:06.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1785 | 2026-01-04T04:09:06.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1786 | 2026-01-04T04:09:06.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1787 | 2026-01-04T04:09:06.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1788 | 2026-01-04T04:09:06.675Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1789 | 2026-01-04T04:09:07.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1790 | 2026-01-04T04:09:07.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1791 | 2026-01-04T04:09:07.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1792 | 2026-01-04T04:09:07.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1793 | 2026-01-04T04:09:07.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1794 | 2026-01-04T04:09:07.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1795 | 2026-01-04T04:09:07.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1796 | 2026-01-04T04:09:07.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1797 | 2026-01-04T04:09:07.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1798 | 2026-01-04T04:09:08.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1799 | 2026-01-04T04:09:08.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1800 | 2026-01-04T04:09:08.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1801 | 2026-01-04T04:09:08.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1802 | 2026-01-04T04:09:08.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1803 | 2026-01-04T04:09:08.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1804 | 2026-01-04T04:09:08.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1805 | 2026-01-04T04:09:08.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1806 | 2026-01-04T04:09:08.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1807 | 2026-01-04T04:09:09.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1808 | 2026-01-04T04:09:09.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1809 | 2026-01-04T04:09:09.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1810 | 2026-01-04T04:09:09.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1811 | 2026-01-04T04:09:09.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1812 | 2026-01-04T04:09:09.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1813 | 2026-01-04T04:09:09.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1814 | 2026-01-04T04:09:09.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1815 | 2026-01-04T04:09:09.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1816 | 2026-01-04T04:09:10.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1817 | 2026-01-04T04:09:10.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1818 | 2026-01-04T04:09:10.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1819 | 2026-01-04T04:09:10.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1820 | 2026-01-04T04:09:10.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1821 | 2026-01-04T04:09:10.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1822 | 2026-01-04T04:09:10.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1823 | 2026-01-04T04:09:10.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1824 | 2026-01-04T04:09:10.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1825 | 2026-01-04T04:09:11.513Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 1826 | 2026-01-04T04:09:11.513Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 1827 | 2026-01-04T04:09:11.517Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "53c59d97-3cf5-42b3-838e-f9de12b40d82", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:09:11 GMT"} })
|
| 1828 | 2026-01-04T04:09:11.517Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 1829 | 2026-01-04T04:09:11.520Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "92c700eb-490d-4ae6-b8a1-d3e1b8b93cda", "content-length": "29", "date": "Sun, 04 Jan 2026 04:09:11 GMT"} })
|
| 1830 | 2026-01-04T04:09:11.520Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::1]:45601
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
|
| 1831 | 2026-01-04T04:09:11.520Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 1832 | 2026-01-04T04:09:11.521Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 1833 | 2026-01-04T04:09:11.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 1834 | 2026-01-04T04:09:11.528Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1835 | 2026-01-04T04:09:11.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1836 | 2026-01-04T04:09:11.528Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1837 | 2026-01-04T04:09:11.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1838 | 2026-01-04T04:09:11.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1839 | 2026-01-04T04:09:11.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1840 | 2026-01-04T04:09:11.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1841 | 2026-01-04T04:09:11.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1842 | 2026-01-04T04:09:11.550Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 1843 | 2026-01-04T04:09:11.575Z | DEBG | oximeter (results-sink): inserting 438 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1844 | 2026-01-04T04:09:11.575Z | DEBG | oximeter (results-sink-cluster): inserting 438 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1845 | 2026-01-04T04:09:11.575Z | DEBG | oximeter (clickhouse-client): unrolling 438 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1846 | 2026-01-04T04:09:11.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 1847 | 2026-01-04T04:09:11.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 1848 | 2026-01-04T04:09:11.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1135
table_name = fields_string
|
| 1849 | 2026-01-04T04:09:11.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 221
table_name = fields_u16
|
| 1850 | 2026-01-04T04:09:11.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 1851 | 2026-01-04T04:09:11.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 1852 | 2026-01-04T04:09:11.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 695
table_name = fields_uuid
|
| 1853 | 2026-01-04T04:09:11.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 1854 | 2026-01-04T04:09:11.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 317
table_name = measurements_cumulativeu64
|
| 1855 | 2026-01-04T04:09:11.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 1856 | 2026-01-04T04:09:11.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 1857 | 2026-01-04T04:09:11.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 1858 | 2026-01-04T04:09:11.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1859 | 2026-01-04T04:09:11.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1860 | 2026-01-04T04:09:11.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1861 | 2026-01-04T04:09:11.675Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1862 | 2026-01-04T04:09:11.810Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 1863 | 2026-01-04T04:09:11.830Z | DEBG | oximeter (results-sink-cluster): inserting 4748 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1864 | 2026-01-04T04:09:11.831Z | DEBG | oximeter (results-sink): inserting 4748 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1865 | 2026-01-04T04:09:11.831Z | DEBG | oximeter (clickhouse-client): unrolling 4748 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1866 | 2026-01-04T04:09:11.832Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1867 | 2026-01-04T04:09:11.835Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:09:11.832717035Z }
timeseries_name = sled_data_link:errors_received
|
| 1868 | 2026-01-04T04:09:11.835Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1869 | 2026-01-04T04:09:11.837Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:09:11.835717655Z }
timeseries_name = sled_data_link:errors_sent
|
| 1870 | 2026-01-04T04:09:11.838Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1871 | 2026-01-04T04:09:11.840Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:09:11.837994270Z }
timeseries_name = sled_data_link:bytes_received
|
| 1872 | 2026-01-04T04:09:11.840Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1873 | 2026-01-04T04:09:11.842Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:09:11.840100201Z }
timeseries_name = sled_data_link:packets_received
|
| 1874 | 2026-01-04T04:09:11.842Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1875 | 2026-01-04T04:09:11.844Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:09:11.842332125Z }
timeseries_name = sled_data_link:bytes_sent
|
| 1876 | 2026-01-04T04:09:11.844Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1877 | 2026-01-04T04:09:11.846Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
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-01-04T04:09:11.844444357Z }
timeseries_name = sled_data_link:packets_sent
|
| 1878 | 2026-01-04T04:09:11.931Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1879 | 2026-01-04T04:09:12.020Z | DEBG | oximeter (clickhouse-client): inserting 6 new timeseries schema
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1880 | 2026-01-04T04:09:12.024Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1166
table_name = fields_string
|
| 1881 | 2026-01-04T04:09:12.026Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u32
|
| 1882 | 2026-01-04T04:09:12.028Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 484
table_name = fields_uuid
|
| 1883 | 2026-01-04T04:09:12.033Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 4742
table_name = measurements_cumulativeu64
|
| 1884 | 2026-01-04T04:09:12.035Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_u64
|
| 1885 | 2026-01-04T04:09:12.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1886 | 2026-01-04T04:09:12.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1887 | 2026-01-04T04:09:12.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1888 | 2026-01-04T04:09:12.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1889 | 2026-01-04T04:09:12.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1890 | 2026-01-04T04:09:12.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1891 | 2026-01-04T04:09:12.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1892 | 2026-01-04T04:09:12.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1893 | 2026-01-04T04:09:12.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1894 | 2026-01-04T04:09:13.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1895 | 2026-01-04T04:09:13.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1896 | 2026-01-04T04:09:13.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1897 | 2026-01-04T04:09:13.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1898 | 2026-01-04T04:09:13.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1899 | 2026-01-04T04:09:13.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1900 | 2026-01-04T04:09:13.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1901 | 2026-01-04T04:09:13.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1902 | 2026-01-04T04:09:13.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1903 | 2026-01-04T04:09:14.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1904 | 2026-01-04T04:09:14.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1905 | 2026-01-04T04:09:14.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1906 | 2026-01-04T04:09:14.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1907 | 2026-01-04T04:09:14.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1908 | 2026-01-04T04:09:14.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1909 | 2026-01-04T04:09:14.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1910 | 2026-01-04T04:09:14.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1911 | 2026-01-04T04:09:14.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1912 | 2026-01-04T04:09:15.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1913 | 2026-01-04T04:09:15.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1914 | 2026-01-04T04:09:15.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1915 | 2026-01-04T04:09:15.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1916 | 2026-01-04T04:09:15.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1917 | 2026-01-04T04:09:15.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1918 | 2026-01-04T04:09:15.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1919 | 2026-01-04T04:09:15.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1920 | 2026-01-04T04:09:15.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1921 | 2026-01-04T04:09:16.520Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1922 | 2026-01-04T04:09:16.520Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1923 | 2026-01-04T04:09:16.520Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1924 | 2026-01-04T04:09:16.520Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1925 | 2026-01-04T04:09:16.521Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 1926 | 2026-01-04T04:09:16.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 1927 | 2026-01-04T04:09:16.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1928 | 2026-01-04T04:09:16.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1929 | 2026-01-04T04:09:16.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1930 | 2026-01-04T04:09:16.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1931 | 2026-01-04T04:09:16.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1932 | 2026-01-04T04:09:16.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1933 | 2026-01-04T04:09:16.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1934 | 2026-01-04T04:09:16.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1935 | 2026-01-04T04:09:16.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1936 | 2026-01-04T04:09:16.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1937 | 2026-01-04T04:09:16.568Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 1938 | 2026-01-04T04:09:16.574Z | DEBG | oximeter (results-sink): inserting 225 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1939 | 2026-01-04T04:09:16.574Z | DEBG | oximeter (results-sink-cluster): inserting 225 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1940 | 2026-01-04T04:09:16.574Z | DEBG | oximeter (clickhouse-client): unrolling 225 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 1941 | 2026-01-04T04:09:16.580Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 1942 | 2026-01-04T04:09:16.585Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 118
table_name = fields_string
|
| 1943 | 2026-01-04T04:09:16.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = fields_u16
|
| 1944 | 2026-01-04T04:09:16.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 95
table_name = fields_uuid
|
| 1945 | 2026-01-04T04:09:16.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 140
table_name = measurements_cumulativeu64
|
| 1946 | 2026-01-04T04:09:16.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 1947 | 2026-01-04T04:09:16.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 54
table_name = measurements_u64
|
| 1948 | 2026-01-04T04:09:16.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1949 | 2026-01-04T04:09:16.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1950 | 2026-01-04T04:09:16.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1951 | 2026-01-04T04:09:16.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1952 | 2026-01-04T04:09:16.669Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 1953 | 2026-01-04T04:09:16.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1954 | 2026-01-04T04:09:16.675Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 1955 | 2026-01-04T04:09:17.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1956 | 2026-01-04T04:09:17.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1957 | 2026-01-04T04:09:17.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1958 | 2026-01-04T04:09:17.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1959 | 2026-01-04T04:09:17.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1960 | 2026-01-04T04:09:17.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1961 | 2026-01-04T04:09:17.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1962 | 2026-01-04T04:09:17.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1963 | 2026-01-04T04:09:17.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1964 | 2026-01-04T04:09:18.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1965 | 2026-01-04T04:09:18.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1966 | 2026-01-04T04:09:18.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1967 | 2026-01-04T04:09:18.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1968 | 2026-01-04T04:09:18.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1969 | 2026-01-04T04:09:18.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1970 | 2026-01-04T04:09:18.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1971 | 2026-01-04T04:09:18.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1972 | 2026-01-04T04:09:18.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1973 | 2026-01-04T04:09:19.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1974 | 2026-01-04T04:09:19.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1975 | 2026-01-04T04:09:19.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1976 | 2026-01-04T04:09:19.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1977 | 2026-01-04T04:09:19.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1978 | 2026-01-04T04:09:19.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1979 | 2026-01-04T04:09:19.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1980 | 2026-01-04T04:09:19.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1981 | 2026-01-04T04:09:19.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1982 | 2026-01-04T04:09:20.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1983 | 2026-01-04T04:09:20.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1984 | 2026-01-04T04:09:20.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1985 | 2026-01-04T04:09:20.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1986 | 2026-01-04T04:09:20.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1987 | 2026-01-04T04:09:20.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1988 | 2026-01-04T04:09:20.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1989 | 2026-01-04T04:09:20.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1990 | 2026-01-04T04:09:20.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1991 | 2026-01-04T04:09:21.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1992 | 2026-01-04T04:09:21.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1993 | 2026-01-04T04:09:21.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1994 | 2026-01-04T04:09:21.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1995 | 2026-01-04T04:09:21.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1996 | 2026-01-04T04:09:21.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1997 | 2026-01-04T04:09:21.574Z | DEBG | oximeter (results-sink): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1998 | 2026-01-04T04:09:21.574Z | DEBG | oximeter (results-sink-cluster): inserting 435 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 1999 | 2026-01-04T04:09:21.574Z | DEBG | oximeter (clickhouse-client): unrolling 435 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2000 | 2026-01-04T04:09:21.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 2001 | 2026-01-04T04:09:21.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1132
table_name = fields_string
|
| 2002 | 2026-01-04T04:09:21.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 215
table_name = fields_u16
|
| 2003 | 2026-01-04T04:09:21.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 2004 | 2026-01-04T04:09:21.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 2005 | 2026-01-04T04:09:21.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 689
table_name = fields_uuid
|
| 2006 | 2026-01-04T04:09:21.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 2007 | 2026-01-04T04:09:21.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 2008 | 2026-01-04T04:09:21.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 2009 | 2026-01-04T04:09:21.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 2010 | 2026-01-04T04:09:21.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 2011 | 2026-01-04T04:09:21.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2012 | 2026-01-04T04:09:21.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2013 | 2026-01-04T04:09:21.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2014 | 2026-01-04T04:09:21.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2015 | 2026-01-04T04:09:22.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2016 | 2026-01-04T04:09:22.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2017 | 2026-01-04T04:09:22.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2018 | 2026-01-04T04:09:22.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2019 | 2026-01-04T04:09:22.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2020 | 2026-01-04T04:09:22.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2021 | 2026-01-04T04:09:22.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2022 | 2026-01-04T04:09:22.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2023 | 2026-01-04T04:09:22.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2024 | 2026-01-04T04:09:23.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2025 | 2026-01-04T04:09:23.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2026 | 2026-01-04T04:09:23.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2027 | 2026-01-04T04:09:23.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2028 | 2026-01-04T04:09:23.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2029 | 2026-01-04T04:09:23.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2030 | 2026-01-04T04:09:23.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2031 | 2026-01-04T04:09:23.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2032 | 2026-01-04T04:09:23.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2033 | 2026-01-04T04:09:24.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2034 | 2026-01-04T04:09:24.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2035 | 2026-01-04T04:09:24.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2036 | 2026-01-04T04:09:24.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2037 | 2026-01-04T04:09:24.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2038 | 2026-01-04T04:09:24.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2039 | 2026-01-04T04:09:24.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2040 | 2026-01-04T04:09:24.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2041 | 2026-01-04T04:09:24.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2042 | 2026-01-04T04:09:25.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2043 | 2026-01-04T04:09:25.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2044 | 2026-01-04T04:09:25.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2045 | 2026-01-04T04:09:25.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2046 | 2026-01-04T04:09:25.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2047 | 2026-01-04T04:09:25.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2048 | 2026-01-04T04:09:25.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2049 | 2026-01-04T04:09:25.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2050 | 2026-01-04T04:09:25.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2051 | 2026-01-04T04:09:26.514Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 2052 | 2026-01-04T04:09:26.514Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 2053 | 2026-01-04T04:09:26.518Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "95636cd4-cea7-4842-a672-21dd858e1e78", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:09:26 GMT"} })
|
| 2054 | 2026-01-04T04:09:26.518Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 2055 | 2026-01-04T04:09:26.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2056 | 2026-01-04T04:09:26.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2057 | 2026-01-04T04:09:26.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2058 | 2026-01-04T04:09:26.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2059 | 2026-01-04T04:09:26.521Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "9def08e8-7509-48a0-84ea-382cb930627e", "content-length": "29", "date": "Sun, 04 Jan 2026 04:09:26 GMT"} })
|
| 2060 | 2026-01-04T04:09:26.521Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:37318
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
|
| 2061 | 2026-01-04T04:09:26.521Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2062 | 2026-01-04T04:09:26.521Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2063 | 2026-01-04T04:09:26.521Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:37318
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2064 | 2026-01-04T04:09:26.521Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2065 | 2026-01-04T04:09:26.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2066 | 2026-01-04T04:09:26.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2067 | 2026-01-04T04:09:26.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2068 | 2026-01-04T04:09:26.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2069 | 2026-01-04T04:09:26.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2070 | 2026-01-04T04:09:26.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2071 | 2026-01-04T04:09:26.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2072 | 2026-01-04T04:09:26.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2073 | 2026-01-04T04:09:26.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2074 | 2026-01-04T04:09:26.533Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2075 | 2026-01-04T04:09:26.564Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2076 | 2026-01-04T04:09:26.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2077 | 2026-01-04T04:09:26.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2078 | 2026-01-04T04:09:26.568Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2079 | 2026-01-04T04:09:26.575Z | DEBG | oximeter (results-sink): inserting 432 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2080 | 2026-01-04T04:09:26.575Z | DEBG | oximeter (results-sink-cluster): inserting 432 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2081 | 2026-01-04T04:09:26.575Z | DEBG | oximeter (clickhouse-client): unrolling 432 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2082 | 2026-01-04T04:09:26.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 24
table_name = fields_i16
|
| 2083 | 2026-01-04T04:09:26.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 2
table_name = fields_ipaddr
|
| 2084 | 2026-01-04T04:09:26.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 239
table_name = fields_string
|
| 2085 | 2026-01-04T04:09:26.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 45
table_name = fields_u16
|
| 2086 | 2026-01-04T04:09:26.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 24
table_name = fields_u32
|
| 2087 | 2026-01-04T04:09:26.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 12
table_name = fields_u8
|
| 2088 | 2026-01-04T04:09:26.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 133
table_name = fields_uuid
|
| 2089 | 2026-01-04T04:09:26.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 341
table_name = measurements_cumulativeu64
|
| 2090 | 2026-01-04T04:09:26.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 2091 | 2026-01-04T04:09:26.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 2092 | 2026-01-04T04:09:26.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2093 | 2026-01-04T04:09:26.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2094 | 2026-01-04T04:09:26.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2095 | 2026-01-04T04:09:26.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2096 | 2026-01-04T04:09:26.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2097 | 2026-01-04T04:09:26.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2098 | 2026-01-04T04:09:26.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2099 | 2026-01-04T04:09:27.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2100 | 2026-01-04T04:09:27.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2101 | 2026-01-04T04:09:27.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2102 | 2026-01-04T04:09:27.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2103 | 2026-01-04T04:09:27.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2104 | 2026-01-04T04:09:27.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2105 | 2026-01-04T04:09:27.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2106 | 2026-01-04T04:09:27.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2107 | 2026-01-04T04:09:27.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2108 | 2026-01-04T04:09:28.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2109 | 2026-01-04T04:09:28.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2110 | 2026-01-04T04:09:28.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2111 | 2026-01-04T04:09:28.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2112 | 2026-01-04T04:09:28.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2113 | 2026-01-04T04:09:28.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2114 | 2026-01-04T04:09:28.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2115 | 2026-01-04T04:09:28.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2116 | 2026-01-04T04:09:28.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2117 | 2026-01-04T04:09:29.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2118 | 2026-01-04T04:09:29.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2119 | 2026-01-04T04:09:29.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2120 | 2026-01-04T04:09:29.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2121 | 2026-01-04T04:09:29.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2122 | 2026-01-04T04:09:29.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2123 | 2026-01-04T04:09:29.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2124 | 2026-01-04T04:09:29.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2125 | 2026-01-04T04:09:29.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2126 | 2026-01-04T04:09:30.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2127 | 2026-01-04T04:09:30.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2128 | 2026-01-04T04:09:30.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2129 | 2026-01-04T04:09:30.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2130 | 2026-01-04T04:09:30.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2131 | 2026-01-04T04:09:30.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2132 | 2026-01-04T04:09:30.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2133 | 2026-01-04T04:09:30.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2134 | 2026-01-04T04:09:30.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2135 | 2026-01-04T04:09:31.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2136 | 2026-01-04T04:09:31.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2137 | 2026-01-04T04:09:31.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2138 | 2026-01-04T04:09:31.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2139 | 2026-01-04T04:09:31.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2140 | 2026-01-04T04:09:31.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2141 | 2026-01-04T04:09:31.575Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2142 | 2026-01-04T04:09:31.575Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2143 | 2026-01-04T04:09:31.575Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2144 | 2026-01-04T04:09:31.586Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 2145 | 2026-01-04T04:09:31.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 2146 | 2026-01-04T04:09:31.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 2147 | 2026-01-04T04:09:31.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2148 | 2026-01-04T04:09:31.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 2149 | 2026-01-04T04:09:31.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 2150 | 2026-01-04T04:09:31.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2151 | 2026-01-04T04:09:31.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2152 | 2026-01-04T04:09:31.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2153 | 2026-01-04T04:09:31.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2154 | 2026-01-04T04:09:32.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2155 | 2026-01-04T04:09:32.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2156 | 2026-01-04T04:09:32.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2157 | 2026-01-04T04:09:32.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2158 | 2026-01-04T04:09:32.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2159 | 2026-01-04T04:09:32.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2160 | 2026-01-04T04:09:32.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2161 | 2026-01-04T04:09:32.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2162 | 2026-01-04T04:09:32.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2163 | 2026-01-04T04:09:33.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2164 | 2026-01-04T04:09:33.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2165 | 2026-01-04T04:09:33.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2166 | 2026-01-04T04:09:33.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2167 | 2026-01-04T04:09:33.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2168 | 2026-01-04T04:09:33.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2169 | 2026-01-04T04:09:33.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2170 | 2026-01-04T04:09:33.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2171 | 2026-01-04T04:09:33.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2172 | 2026-01-04T04:09:34.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2173 | 2026-01-04T04:09:34.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2174 | 2026-01-04T04:09:34.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2175 | 2026-01-04T04:09:34.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2176 | 2026-01-04T04:09:34.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2177 | 2026-01-04T04:09:34.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2178 | 2026-01-04T04:09:34.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2179 | 2026-01-04T04:09:34.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2180 | 2026-01-04T04:09:34.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2181 | 2026-01-04T04:09:35.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2182 | 2026-01-04T04:09:35.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2183 | 2026-01-04T04:09:35.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2184 | 2026-01-04T04:09:35.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2185 | 2026-01-04T04:09:35.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2186 | 2026-01-04T04:09:35.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2187 | 2026-01-04T04:09:35.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2188 | 2026-01-04T04:09:35.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2189 | 2026-01-04T04:09:35.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2190 | 2026-01-04T04:09:36.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2191 | 2026-01-04T04:09:36.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2192 | 2026-01-04T04:09:36.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2193 | 2026-01-04T04:09:36.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2194 | 2026-01-04T04:09:36.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2195 | 2026-01-04T04:09:36.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2196 | 2026-01-04T04:09:36.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2197 | 2026-01-04T04:09:36.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2198 | 2026-01-04T04:09:36.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2199 | 2026-01-04T04:09:36.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2200 | 2026-01-04T04:09:36.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2201 | 2026-01-04T04:09:36.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2202 | 2026-01-04T04:09:36.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2203 | 2026-01-04T04:09:36.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2204 | 2026-01-04T04:09:36.567Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2205 | 2026-01-04T04:09:36.574Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2206 | 2026-01-04T04:09:36.574Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2207 | 2026-01-04T04:09:36.574Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2208 | 2026-01-04T04:09:36.586Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 118
table_name = fields_string
|
| 2209 | 2026-01-04T04:09:36.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = fields_u16
|
| 2210 | 2026-01-04T04:09:36.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 95
table_name = fields_uuid
|
| 2211 | 2026-01-04T04:09:36.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2212 | 2026-01-04T04:09:36.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 2213 | 2026-01-04T04:09:36.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 2214 | 2026-01-04T04:09:36.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2215 | 2026-01-04T04:09:36.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2216 | 2026-01-04T04:09:36.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2217 | 2026-01-04T04:09:36.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2218 | 2026-01-04T04:09:36.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2219 | 2026-01-04T04:09:36.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2220 | 2026-01-04T04:09:36.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2221 | 2026-01-04T04:09:37.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2222 | 2026-01-04T04:09:37.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2223 | 2026-01-04T04:09:37.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2224 | 2026-01-04T04:09:37.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2225 | 2026-01-04T04:09:37.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2226 | 2026-01-04T04:09:37.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2227 | 2026-01-04T04:09:37.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2228 | 2026-01-04T04:09:37.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2229 | 2026-01-04T04:09:37.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2230 | 2026-01-04T04:09:38.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2231 | 2026-01-04T04:09:38.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2232 | 2026-01-04T04:09:38.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2233 | 2026-01-04T04:09:38.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2234 | 2026-01-04T04:09:38.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2235 | 2026-01-04T04:09:38.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2236 | 2026-01-04T04:09:38.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2237 | 2026-01-04T04:09:38.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2238 | 2026-01-04T04:09:38.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2239 | 2026-01-04T04:09:39.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2240 | 2026-01-04T04:09:39.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2241 | 2026-01-04T04:09:39.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2242 | 2026-01-04T04:09:39.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2243 | 2026-01-04T04:09:39.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2244 | 2026-01-04T04:09:39.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2245 | 2026-01-04T04:09:39.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2246 | 2026-01-04T04:09:39.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2247 | 2026-01-04T04:09:39.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2248 | 2026-01-04T04:09:40.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2249 | 2026-01-04T04:09:40.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2250 | 2026-01-04T04:09:40.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2251 | 2026-01-04T04:09:40.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2252 | 2026-01-04T04:09:40.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2253 | 2026-01-04T04:09:40.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2254 | 2026-01-04T04:09:40.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2255 | 2026-01-04T04:09:40.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2256 | 2026-01-04T04:09:40.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2257 | 2026-01-04T04:09:41.513Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 2258 | 2026-01-04T04:09:41.513Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 2259 | 2026-01-04T04:09:41.517Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "8f84eb37-9546-4e73-9b59-5d6654c0f746", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:09:41 GMT"} })
|
| 2260 | 2026-01-04T04:09:41.517Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 2261 | 2026-01-04T04:09:41.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "b25ca7ee-4ac2-48c5-a66b-4fca256507f7", "content-length": "29", "date": "Sun, 04 Jan 2026 04:09:41 GMT"} })
|
| 2262 | 2026-01-04T04:09:41.519Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2263 | 2026-01-04T04:09:41.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 2264 | 2026-01-04T04:09:41.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 2265 | 2026-01-04T04:09:41.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2266 | 2026-01-04T04:09:41.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2267 | 2026-01-04T04:09:41.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2268 | 2026-01-04T04:09:41.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2269 | 2026-01-04T04:09:41.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2270 | 2026-01-04T04:09:41.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2271 | 2026-01-04T04:09:41.553Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 2272 | 2026-01-04T04:09:41.575Z | DEBG | oximeter (results-sink): inserting 914 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2273 | 2026-01-04T04:09:41.575Z | DEBG | oximeter (results-sink-cluster): inserting 914 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2274 | 2026-01-04T04:09:41.575Z | DEBG | oximeter (clickhouse-client): unrolling 914 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2275 | 2026-01-04T04:09:41.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1216
table_name = fields_string
|
| 2276 | 2026-01-04T04:09:41.619Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 2277 | 2026-01-04T04:09:41.621Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u32
|
| 2278 | 2026-01-04T04:09:41.622Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 530
table_name = fields_uuid
|
| 2279 | 2026-01-04T04:09:41.624Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 844
table_name = measurements_cumulativeu64
|
| 2280 | 2026-01-04T04:09:41.626Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 2281 | 2026-01-04T04:09:41.627Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 2282 | 2026-01-04T04:09:41.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2283 | 2026-01-04T04:09:41.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2284 | 2026-01-04T04:09:41.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2285 | 2026-01-04T04:09:41.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2286 | 2026-01-04T04:09:42.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2287 | 2026-01-04T04:09:42.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2288 | 2026-01-04T04:09:42.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2289 | 2026-01-04T04:09:42.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2290 | 2026-01-04T04:09:42.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2291 | 2026-01-04T04:09:42.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2292 | 2026-01-04T04:09:42.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2293 | 2026-01-04T04:09:42.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2294 | 2026-01-04T04:09:42.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2295 | 2026-01-04T04:09:43.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2296 | 2026-01-04T04:09:43.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2297 | 2026-01-04T04:09:43.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2298 | 2026-01-04T04:09:43.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2299 | 2026-01-04T04:09:43.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2300 | 2026-01-04T04:09:43.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2301 | 2026-01-04T04:09:43.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2302 | 2026-01-04T04:09:43.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2303 | 2026-01-04T04:09:43.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2304 | 2026-01-04T04:09:44.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2305 | 2026-01-04T04:09:44.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2306 | 2026-01-04T04:09:44.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2307 | 2026-01-04T04:09:44.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2308 | 2026-01-04T04:09:44.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2309 | 2026-01-04T04:09:44.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2310 | 2026-01-04T04:09:44.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2311 | 2026-01-04T04:09:44.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2312 | 2026-01-04T04:09:44.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2313 | 2026-01-04T04:09:45.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2314 | 2026-01-04T04:09:45.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2315 | 2026-01-04T04:09:45.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2316 | 2026-01-04T04:09:45.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2317 | 2026-01-04T04:09:45.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2318 | 2026-01-04T04:09:45.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2319 | 2026-01-04T04:09:45.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2320 | 2026-01-04T04:09:45.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2321 | 2026-01-04T04:09:45.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2322 | 2026-01-04T04:09:46.520Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2323 | 2026-01-04T04:09:46.520Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2324 | 2026-01-04T04:09:46.520Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2325 | 2026-01-04T04:09:46.520Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2326 | 2026-01-04T04:09:46.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2327 | 2026-01-04T04:09:46.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2328 | 2026-01-04T04:09:46.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2329 | 2026-01-04T04:09:46.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2330 | 2026-01-04T04:09:46.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2331 | 2026-01-04T04:09:46.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2332 | 2026-01-04T04:09:46.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2333 | 2026-01-04T04:09:46.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2334 | 2026-01-04T04:09:46.563Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2335 | 2026-01-04T04:09:46.563Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2336 | 2026-01-04T04:09:46.567Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2337 | 2026-01-04T04:09:46.575Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2338 | 2026-01-04T04:09:46.575Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2339 | 2026-01-04T04:09:46.575Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2340 | 2026-01-04T04:09:46.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 118
table_name = fields_string
|
| 2341 | 2026-01-04T04:09:46.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = fields_u16
|
| 2342 | 2026-01-04T04:09:46.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 95
table_name = fields_uuid
|
| 2343 | 2026-01-04T04:09:46.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2344 | 2026-01-04T04:09:46.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 2345 | 2026-01-04T04:09:46.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 2346 | 2026-01-04T04:09:46.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2347 | 2026-01-04T04:09:46.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2348 | 2026-01-04T04:09:46.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2349 | 2026-01-04T04:09:46.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2350 | 2026-01-04T04:09:46.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2351 | 2026-01-04T04:09:46.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2352 | 2026-01-04T04:09:46.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2353 | 2026-01-04T04:09:47.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2354 | 2026-01-04T04:09:47.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2355 | 2026-01-04T04:09:47.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2356 | 2026-01-04T04:09:47.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2357 | 2026-01-04T04:09:47.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2358 | 2026-01-04T04:09:47.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2359 | 2026-01-04T04:09:47.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2360 | 2026-01-04T04:09:47.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2361 | 2026-01-04T04:09:47.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2362 | 2026-01-04T04:09:48.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2363 | 2026-01-04T04:09:48.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2364 | 2026-01-04T04:09:48.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2365 | 2026-01-04T04:09:48.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2366 | 2026-01-04T04:09:48.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2367 | 2026-01-04T04:09:48.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2368 | 2026-01-04T04:09:48.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2369 | 2026-01-04T04:09:48.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2370 | 2026-01-04T04:09:48.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2371 | 2026-01-04T04:09:49.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2372 | 2026-01-04T04:09:49.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2373 | 2026-01-04T04:09:49.527Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2374 | 2026-01-04T04:09:49.527Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2375 | 2026-01-04T04:09:49.528Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2376 | 2026-01-04T04:09:49.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2377 | 2026-01-04T04:09:49.667Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2378 | 2026-01-04T04:09:49.667Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2379 | 2026-01-04T04:09:49.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2380 | 2026-01-04T04:09:50.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2381 | 2026-01-04T04:09:50.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2382 | 2026-01-04T04:09:50.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2383 | 2026-01-04T04:09:50.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2384 | 2026-01-04T04:09:50.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2385 | 2026-01-04T04:09:50.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2386 | 2026-01-04T04:09:50.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2387 | 2026-01-04T04:09:50.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2388 | 2026-01-04T04:09:50.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2389 | 2026-01-04T04:09:51.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2390 | 2026-01-04T04:09:51.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2391 | 2026-01-04T04:09:51.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2392 | 2026-01-04T04:09:51.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2393 | 2026-01-04T04:09:51.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2394 | 2026-01-04T04:09:51.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2395 | 2026-01-04T04:09:51.575Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2396 | 2026-01-04T04:09:51.575Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2397 | 2026-01-04T04:09:51.575Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2398 | 2026-01-04T04:09:51.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 2399 | 2026-01-04T04:09:51.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 2400 | 2026-01-04T04:09:51.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 2401 | 2026-01-04T04:09:51.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2402 | 2026-01-04T04:09:51.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 2403 | 2026-01-04T04:09:51.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 2404 | 2026-01-04T04:09:51.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2405 | 2026-01-04T04:09:51.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2406 | 2026-01-04T04:09:51.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2407 | 2026-01-04T04:09:51.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2408 | 2026-01-04T04:09:52.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2409 | 2026-01-04T04:09:52.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2410 | 2026-01-04T04:09:52.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2411 | 2026-01-04T04:09:52.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2412 | 2026-01-04T04:09:52.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2413 | 2026-01-04T04:09:52.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2414 | 2026-01-04T04:09:52.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2415 | 2026-01-04T04:09:52.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2416 | 2026-01-04T04:09:52.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2417 | 2026-01-04T04:09:53.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2418 | 2026-01-04T04:09:53.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2419 | 2026-01-04T04:09:53.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2420 | 2026-01-04T04:09:53.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2421 | 2026-01-04T04:09:53.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2422 | 2026-01-04T04:09:53.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2423 | 2026-01-04T04:09:53.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2424 | 2026-01-04T04:09:53.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2425 | 2026-01-04T04:09:53.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2426 | 2026-01-04T04:09:54.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2427 | 2026-01-04T04:09:54.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2428 | 2026-01-04T04:09:54.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2429 | 2026-01-04T04:09:54.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2430 | 2026-01-04T04:09:54.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2431 | 2026-01-04T04:09:54.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2432 | 2026-01-04T04:09:54.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2433 | 2026-01-04T04:09:54.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2434 | 2026-01-04T04:09:54.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2435 | 2026-01-04T04:09:55.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2436 | 2026-01-04T04:09:55.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2437 | 2026-01-04T04:09:55.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2438 | 2026-01-04T04:09:55.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2439 | 2026-01-04T04:09:55.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2440 | 2026-01-04T04:09:55.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2441 | 2026-01-04T04:09:55.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2442 | 2026-01-04T04:09:55.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2443 | 2026-01-04T04:09:55.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2444 | 2026-01-04T04:09:56.514Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 2445 | 2026-01-04T04:09:56.514Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 2446 | 2026-01-04T04:09:56.518Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "27f19c21-2a56-4aa7-95ad-60c8bff68372", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:09:56 GMT"} })
|
| 2447 | 2026-01-04T04:09:56.518Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 2448 | 2026-01-04T04:09:56.520Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "5f04083f-671c-4f17-ace4-1ef53bcc9d70", "content-length": "29", "date": "Sun, 04 Jan 2026 04:09:56 GMT"} })
|
| 2449 | 2026-01-04T04:09:56.520Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:55205
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 10s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
|
| 2450 | 2026-01-04T04:09:56.520Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2451 | 2026-01-04T04:09:56.520Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2452 | 2026-01-04T04:09:56.520Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:55205
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 10s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2453 | 2026-01-04T04:09:56.521Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2454 | 2026-01-04T04:09:56.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2455 | 2026-01-04T04:09:56.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2456 | 2026-01-04T04:09:56.521Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2457 | 2026-01-04T04:09:56.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2458 | 2026-01-04T04:09:56.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2459 | 2026-01-04T04:09:56.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2460 | 2026-01-04T04:09:56.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2461 | 2026-01-04T04:09:56.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2462 | 2026-01-04T04:09:56.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2463 | 2026-01-04T04:09:56.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2464 | 2026-01-04T04:09:56.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2465 | 2026-01-04T04:09:56.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2466 | 2026-01-04T04:09:56.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2467 | 2026-01-04T04:09:56.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2468 | 2026-01-04T04:09:56.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2469 | 2026-01-04T04:09:56.538Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2470 | 2026-01-04T04:09:56.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2471 | 2026-01-04T04:09:56.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2472 | 2026-01-04T04:09:56.568Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2473 | 2026-01-04T04:09:56.575Z | DEBG | oximeter (results-sink): inserting 458 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2474 | 2026-01-04T04:09:56.575Z | DEBG | oximeter (results-sink-cluster): inserting 458 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2475 | 2026-01-04T04:09:56.575Z | DEBG | oximeter (clickhouse-client): unrolling 458 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2476 | 2026-01-04T04:09:56.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 2477 | 2026-01-04T04:09:56.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 4
table_name = fields_ipaddr
|
| 2478 | 2026-01-04T04:09:56.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1176
table_name = fields_string
|
| 2479 | 2026-01-04T04:09:56.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 240
table_name = fields_u16
|
| 2480 | 2026-01-04T04:09:56.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 2481 | 2026-01-04T04:09:56.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 2482 | 2026-01-04T04:09:56.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 714
table_name = fields_uuid
|
| 2483 | 2026-01-04T04:09:56.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 2484 | 2026-01-04T04:09:56.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 316
table_name = measurements_cumulativeu64
|
| 2485 | 2026-01-04T04:09:56.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 2486 | 2026-01-04T04:09:56.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 2487 | 2026-01-04T04:09:56.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 2488 | 2026-01-04T04:09:56.668Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2489 | 2026-01-04T04:09:56.668Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2490 | 2026-01-04T04:09:56.668Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2491 | 2026-01-04T04:09:56.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2492 | 2026-01-04T04:09:56.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2493 | 2026-01-04T04:09:56.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2494 | 2026-01-04T04:09:56.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2495 | 2026-01-04T04:09:56.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2496 | 2026-01-04T04:09:56.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2497 | 2026-01-04T04:09:56.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2498 | 2026-01-04T04:09:57.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2499 | 2026-01-04T04:09:57.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2500 | 2026-01-04T04:09:57.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2501 | 2026-01-04T04:09:57.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2502 | 2026-01-04T04:09:57.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2503 | 2026-01-04T04:09:57.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2504 | 2026-01-04T04:09:57.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2505 | 2026-01-04T04:09:57.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2506 | 2026-01-04T04:09:57.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2507 | 2026-01-04T04:09:58.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2508 | 2026-01-04T04:09:58.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2509 | 2026-01-04T04:09:58.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2510 | 2026-01-04T04:09:58.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2511 | 2026-01-04T04:09:58.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2512 | 2026-01-04T04:09:58.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2513 | 2026-01-04T04:09:58.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2514 | 2026-01-04T04:09:58.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2515 | 2026-01-04T04:09:58.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2516 | 2026-01-04T04:09:59.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2517 | 2026-01-04T04:09:59.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2518 | 2026-01-04T04:09:59.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2519 | 2026-01-04T04:09:59.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2520 | 2026-01-04T04:09:59.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2521 | 2026-01-04T04:09:59.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2522 | 2026-01-04T04:09:59.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2523 | 2026-01-04T04:09:59.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2524 | 2026-01-04T04:09:59.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2525 | 2026-01-04T04:10:00.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2526 | 2026-01-04T04:10:00.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2527 | 2026-01-04T04:10:00.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2528 | 2026-01-04T04:10:00.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2529 | 2026-01-04T04:10:00.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2530 | 2026-01-04T04:10:00.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2531 | 2026-01-04T04:10:00.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2532 | 2026-01-04T04:10:00.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2533 | 2026-01-04T04:10:00.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2534 | 2026-01-04T04:10:01.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2535 | 2026-01-04T04:10:01.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2536 | 2026-01-04T04:10:01.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2537 | 2026-01-04T04:10:01.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2538 | 2026-01-04T04:10:01.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2539 | 2026-01-04T04:10:01.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2540 | 2026-01-04T04:10:01.575Z | DEBG | oximeter (results-sink): inserting 233 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2541 | 2026-01-04T04:10:01.575Z | DEBG | oximeter (results-sink-cluster): inserting 233 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2542 | 2026-01-04T04:10:01.575Z | DEBG | oximeter (clickhouse-client): unrolling 233 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2543 | 2026-01-04T04:10:01.586Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 2544 | 2026-01-04T04:10:01.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 79
table_name = fields_string
|
| 2545 | 2026-01-04T04:10:01.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 16
table_name = fields_u16
|
| 2546 | 2026-01-04T04:10:01.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 80
table_name = fields_uuid
|
| 2547 | 2026-01-04T04:10:01.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 163
table_name = measurements_cumulativeu64
|
| 2548 | 2026-01-04T04:10:01.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 2549 | 2026-01-04T04:10:01.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 2550 | 2026-01-04T04:10:01.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2551 | 2026-01-04T04:10:01.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2552 | 2026-01-04T04:10:01.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2553 | 2026-01-04T04:10:01.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2554 | 2026-01-04T04:10:02.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2555 | 2026-01-04T04:10:02.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2556 | 2026-01-04T04:10:02.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2557 | 2026-01-04T04:10:02.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2558 | 2026-01-04T04:10:02.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2559 | 2026-01-04T04:10:02.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2560 | 2026-01-04T04:10:02.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2561 | 2026-01-04T04:10:02.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2562 | 2026-01-04T04:10:02.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2563 | 2026-01-04T04:10:03.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2564 | 2026-01-04T04:10:03.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2565 | 2026-01-04T04:10:03.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2566 | 2026-01-04T04:10:03.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2567 | 2026-01-04T04:10:03.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2568 | 2026-01-04T04:10:03.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2569 | 2026-01-04T04:10:03.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2570 | 2026-01-04T04:10:03.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2571 | 2026-01-04T04:10:03.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2572 | 2026-01-04T04:10:04.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2573 | 2026-01-04T04:10:04.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2574 | 2026-01-04T04:10:04.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2575 | 2026-01-04T04:10:04.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2576 | 2026-01-04T04:10:04.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2577 | 2026-01-04T04:10:04.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2578 | 2026-01-04T04:10:04.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2579 | 2026-01-04T04:10:04.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2580 | 2026-01-04T04:10:04.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2581 | 2026-01-04T04:10:05.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2582 | 2026-01-04T04:10:05.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2583 | 2026-01-04T04:10:05.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2584 | 2026-01-04T04:10:05.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2585 | 2026-01-04T04:10:05.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2586 | 2026-01-04T04:10:05.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2587 | 2026-01-04T04:10:05.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2588 | 2026-01-04T04:10:05.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2589 | 2026-01-04T04:10:05.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2590 | 2026-01-04T04:10:06.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2591 | 2026-01-04T04:10:06.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2592 | 2026-01-04T04:10:06.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2593 | 2026-01-04T04:10:06.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2594 | 2026-01-04T04:10:06.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2595 | 2026-01-04T04:10:06.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2596 | 2026-01-04T04:10:06.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2597 | 2026-01-04T04:10:06.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2598 | 2026-01-04T04:10:06.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2599 | 2026-01-04T04:10:06.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2600 | 2026-01-04T04:10:06.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2601 | 2026-01-04T04:10:06.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2602 | 2026-01-04T04:10:06.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2603 | 2026-01-04T04:10:06.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2604 | 2026-01-04T04:10:06.537Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2605 | 2026-01-04T04:10:06.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2606 | 2026-01-04T04:10:06.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2607 | 2026-01-04T04:10:06.567Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2608 | 2026-01-04T04:10:06.575Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2609 | 2026-01-04T04:10:06.575Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2610 | 2026-01-04T04:10:06.575Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2611 | 2026-01-04T04:10:06.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 2612 | 2026-01-04T04:10:06.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 2613 | 2026-01-04T04:10:06.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 2614 | 2026-01-04T04:10:06.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 2615 | 2026-01-04T04:10:06.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 2616 | 2026-01-04T04:10:06.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 2617 | 2026-01-04T04:10:06.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 2618 | 2026-01-04T04:10:06.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 2619 | 2026-01-04T04:10:06.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 2620 | 2026-01-04T04:10:06.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 2621 | 2026-01-04T04:10:06.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 2622 | 2026-01-04T04:10:06.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2623 | 2026-01-04T04:10:06.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2624 | 2026-01-04T04:10:06.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2625 | 2026-01-04T04:10:06.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2626 | 2026-01-04T04:10:06.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2627 | 2026-01-04T04:10:06.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2628 | 2026-01-04T04:10:06.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2629 | 2026-01-04T04:10:07.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2630 | 2026-01-04T04:10:07.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2631 | 2026-01-04T04:10:07.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2632 | 2026-01-04T04:10:07.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2633 | 2026-01-04T04:10:07.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2634 | 2026-01-04T04:10:07.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2635 | 2026-01-04T04:10:07.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2636 | 2026-01-04T04:10:07.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2637 | 2026-01-04T04:10:07.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2638 | 2026-01-04T04:10:08.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2639 | 2026-01-04T04:10:08.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2640 | 2026-01-04T04:10:08.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2641 | 2026-01-04T04:10:08.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2642 | 2026-01-04T04:10:08.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2643 | 2026-01-04T04:10:08.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2644 | 2026-01-04T04:10:08.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2645 | 2026-01-04T04:10:08.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2646 | 2026-01-04T04:10:08.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2647 | 2026-01-04T04:10:09.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2648 | 2026-01-04T04:10:09.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2649 | 2026-01-04T04:10:09.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2650 | 2026-01-04T04:10:09.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2651 | 2026-01-04T04:10:09.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2652 | 2026-01-04T04:10:09.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2653 | 2026-01-04T04:10:09.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2654 | 2026-01-04T04:10:09.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2655 | 2026-01-04T04:10:09.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2656 | 2026-01-04T04:10:10.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2657 | 2026-01-04T04:10:10.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2658 | 2026-01-04T04:10:10.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2659 | 2026-01-04T04:10:10.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2660 | 2026-01-04T04:10:10.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2661 | 2026-01-04T04:10:10.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2662 | 2026-01-04T04:10:10.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2663 | 2026-01-04T04:10:10.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2664 | 2026-01-04T04:10:10.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2665 | 2026-01-04T04:10:11.514Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 2666 | 2026-01-04T04:10:11.514Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 2667 | 2026-01-04T04:10:11.517Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "86bad89d-c607-4118-a641-8a28fa69aa3c", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:10:11 GMT"} })
|
| 2668 | 2026-01-04T04:10:11.517Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 2669 | 2026-01-04T04:10:11.521Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "2f144a33-c933-4edd-9fc0-fb0200da5f5a", "content-length": "29", "date": "Sun, 04 Jan 2026 04:10:11 GMT"} })
|
| 2670 | 2026-01-04T04:10:11.521Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2671 | 2026-01-04T04:10:11.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 2672 | 2026-01-04T04:10:11.522Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 2673 | 2026-01-04T04:10:11.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 2674 | 2026-01-04T04:10:11.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2675 | 2026-01-04T04:10:11.528Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2676 | 2026-01-04T04:10:11.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2677 | 2026-01-04T04:10:11.528Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2678 | 2026-01-04T04:10:11.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2679 | 2026-01-04T04:10:11.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2680 | 2026-01-04T04:10:11.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2681 | 2026-01-04T04:10:11.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2682 | 2026-01-04T04:10:11.553Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 2683 | 2026-01-04T04:10:11.575Z | DEBG | oximeter (results-sink): inserting 917 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2684 | 2026-01-04T04:10:11.575Z | DEBG | oximeter (results-sink-cluster): inserting 917 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2685 | 2026-01-04T04:10:11.575Z | DEBG | oximeter (clickhouse-client): unrolling 917 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2686 | 2026-01-04T04:10:11.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 2687 | 2026-01-04T04:10:11.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1219
table_name = fields_string
|
| 2688 | 2026-01-04T04:10:11.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 16
table_name = fields_u16
|
| 2689 | 2026-01-04T04:10:11.619Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u32
|
| 2690 | 2026-01-04T04:10:11.620Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 536
table_name = fields_uuid
|
| 2691 | 2026-01-04T04:10:11.622Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 847
table_name = measurements_cumulativeu64
|
| 2692 | 2026-01-04T04:10:11.624Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 2693 | 2026-01-04T04:10:11.625Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 2694 | 2026-01-04T04:10:11.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2695 | 2026-01-04T04:10:11.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2696 | 2026-01-04T04:10:11.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2697 | 2026-01-04T04:10:11.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2698 | 2026-01-04T04:10:12.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2699 | 2026-01-04T04:10:12.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2700 | 2026-01-04T04:10:12.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2701 | 2026-01-04T04:10:12.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2702 | 2026-01-04T04:10:12.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2703 | 2026-01-04T04:10:12.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2704 | 2026-01-04T04:10:12.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2705 | 2026-01-04T04:10:12.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2706 | 2026-01-04T04:10:12.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2707 | 2026-01-04T04:10:13.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2708 | 2026-01-04T04:10:13.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2709 | 2026-01-04T04:10:13.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2710 | 2026-01-04T04:10:13.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2711 | 2026-01-04T04:10:13.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2712 | 2026-01-04T04:10:13.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2713 | 2026-01-04T04:10:13.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2714 | 2026-01-04T04:10:13.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2715 | 2026-01-04T04:10:13.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2716 | 2026-01-04T04:10:14.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2717 | 2026-01-04T04:10:14.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2718 | 2026-01-04T04:10:14.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2719 | 2026-01-04T04:10:14.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2720 | 2026-01-04T04:10:14.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2721 | 2026-01-04T04:10:14.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2722 | 2026-01-04T04:10:14.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2723 | 2026-01-04T04:10:14.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2724 | 2026-01-04T04:10:14.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2725 | 2026-01-04T04:10:15.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2726 | 2026-01-04T04:10:15.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2727 | 2026-01-04T04:10:15.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2728 | 2026-01-04T04:10:15.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2729 | 2026-01-04T04:10:15.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2730 | 2026-01-04T04:10:15.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2731 | 2026-01-04T04:10:15.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2732 | 2026-01-04T04:10:15.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2733 | 2026-01-04T04:10:15.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2734 | 2026-01-04T04:10:16.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2735 | 2026-01-04T04:10:16.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2736 | 2026-01-04T04:10:16.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2737 | 2026-01-04T04:10:16.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2738 | 2026-01-04T04:10:16.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2739 | 2026-01-04T04:10:16.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2740 | 2026-01-04T04:10:16.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2741 | 2026-01-04T04:10:16.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2742 | 2026-01-04T04:10:16.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2743 | 2026-01-04T04:10:16.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2744 | 2026-01-04T04:10:16.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2745 | 2026-01-04T04:10:16.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2746 | 2026-01-04T04:10:16.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2747 | 2026-01-04T04:10:16.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2748 | 2026-01-04T04:10:16.538Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2749 | 2026-01-04T04:10:16.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2750 | 2026-01-04T04:10:16.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2751 | 2026-01-04T04:10:16.568Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2752 | 2026-01-04T04:10:16.575Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2753 | 2026-01-04T04:10:16.575Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2754 | 2026-01-04T04:10:16.575Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2755 | 2026-01-04T04:10:16.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 2756 | 2026-01-04T04:10:16.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 2757 | 2026-01-04T04:10:16.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 2758 | 2026-01-04T04:10:16.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 2759 | 2026-01-04T04:10:16.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 2760 | 2026-01-04T04:10:16.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 2761 | 2026-01-04T04:10:16.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 2762 | 2026-01-04T04:10:16.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 2763 | 2026-01-04T04:10:16.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 2764 | 2026-01-04T04:10:16.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 2765 | 2026-01-04T04:10:16.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 2766 | 2026-01-04T04:10:16.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2767 | 2026-01-04T04:10:16.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2768 | 2026-01-04T04:10:16.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2769 | 2026-01-04T04:10:16.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2770 | 2026-01-04T04:10:16.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2771 | 2026-01-04T04:10:16.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2772 | 2026-01-04T04:10:16.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2773 | 2026-01-04T04:10:17.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2774 | 2026-01-04T04:10:17.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2775 | 2026-01-04T04:10:17.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2776 | 2026-01-04T04:10:17.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2777 | 2026-01-04T04:10:17.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2778 | 2026-01-04T04:10:17.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2779 | 2026-01-04T04:10:17.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2780 | 2026-01-04T04:10:17.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2781 | 2026-01-04T04:10:17.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2782 | 2026-01-04T04:10:18.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2783 | 2026-01-04T04:10:18.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2784 | 2026-01-04T04:10:18.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2785 | 2026-01-04T04:10:18.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2786 | 2026-01-04T04:10:18.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2787 | 2026-01-04T04:10:18.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2788 | 2026-01-04T04:10:18.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2789 | 2026-01-04T04:10:18.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2790 | 2026-01-04T04:10:18.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2791 | 2026-01-04T04:10:19.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2792 | 2026-01-04T04:10:19.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2793 | 2026-01-04T04:10:19.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2794 | 2026-01-04T04:10:19.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2795 | 2026-01-04T04:10:19.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2796 | 2026-01-04T04:10:19.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2797 | 2026-01-04T04:10:19.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2798 | 2026-01-04T04:10:19.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2799 | 2026-01-04T04:10:19.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2800 | 2026-01-04T04:10:20.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2801 | 2026-01-04T04:10:20.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2802 | 2026-01-04T04:10:20.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2803 | 2026-01-04T04:10:20.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2804 | 2026-01-04T04:10:20.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2805 | 2026-01-04T04:10:20.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2806 | 2026-01-04T04:10:20.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2807 | 2026-01-04T04:10:20.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2808 | 2026-01-04T04:10:20.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2809 | 2026-01-04T04:10:21.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2810 | 2026-01-04T04:10:21.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2811 | 2026-01-04T04:10:21.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2812 | 2026-01-04T04:10:21.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2813 | 2026-01-04T04:10:21.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2814 | 2026-01-04T04:10:21.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2815 | 2026-01-04T04:10:21.575Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2816 | 2026-01-04T04:10:21.575Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2817 | 2026-01-04T04:10:21.575Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2818 | 2026-01-04T04:10:21.586Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 2819 | 2026-01-04T04:10:21.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 2820 | 2026-01-04T04:10:21.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 2821 | 2026-01-04T04:10:21.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2822 | 2026-01-04T04:10:21.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 2823 | 2026-01-04T04:10:21.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 2824 | 2026-01-04T04:10:21.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2825 | 2026-01-04T04:10:21.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2826 | 2026-01-04T04:10:21.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2827 | 2026-01-04T04:10:21.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2828 | 2026-01-04T04:10:22.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2829 | 2026-01-04T04:10:22.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2830 | 2026-01-04T04:10:22.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2831 | 2026-01-04T04:10:22.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2832 | 2026-01-04T04:10:22.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2833 | 2026-01-04T04:10:22.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2834 | 2026-01-04T04:10:22.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2835 | 2026-01-04T04:10:22.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2836 | 2026-01-04T04:10:22.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2837 | 2026-01-04T04:10:23.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2838 | 2026-01-04T04:10:23.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2839 | 2026-01-04T04:10:23.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2840 | 2026-01-04T04:10:23.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2841 | 2026-01-04T04:10:23.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2842 | 2026-01-04T04:10:23.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2843 | 2026-01-04T04:10:23.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2844 | 2026-01-04T04:10:23.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2845 | 2026-01-04T04:10:23.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2846 | 2026-01-04T04:10:24.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2847 | 2026-01-04T04:10:24.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2848 | 2026-01-04T04:10:24.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2849 | 2026-01-04T04:10:24.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2850 | 2026-01-04T04:10:24.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2851 | 2026-01-04T04:10:24.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2852 | 2026-01-04T04:10:24.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2853 | 2026-01-04T04:10:24.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2854 | 2026-01-04T04:10:24.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2855 | 2026-01-04T04:10:25.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2856 | 2026-01-04T04:10:25.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2857 | 2026-01-04T04:10:25.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2858 | 2026-01-04T04:10:25.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2859 | 2026-01-04T04:10:25.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2860 | 2026-01-04T04:10:25.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2861 | 2026-01-04T04:10:25.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2862 | 2026-01-04T04:10:25.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2863 | 2026-01-04T04:10:25.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2864 | 2026-01-04T04:10:26.514Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 2865 | 2026-01-04T04:10:26.514Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 2866 | 2026-01-04T04:10:26.517Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "de0c2e1a-c3cf-44a5-9729-f15d62ce7512", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:10:26 GMT"} })
|
| 2867 | 2026-01-04T04:10:26.518Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 2868 | 2026-01-04T04:10:26.520Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "211ca0e7-648b-40af-a876-535a7bf74395", "content-length": "29", "date": "Sun, 04 Jan 2026 04:10:26 GMT"} })
|
| 2869 | 2026-01-04T04:10:26.520Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2870 | 2026-01-04T04:10:26.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2871 | 2026-01-04T04:10:26.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2872 | 2026-01-04T04:10:26.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2873 | 2026-01-04T04:10:26.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2874 | 2026-01-04T04:10:26.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2875 | 2026-01-04T04:10:26.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2876 | 2026-01-04T04:10:26.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 2877 | 2026-01-04T04:10:26.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 2878 | 2026-01-04T04:10:26.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2879 | 2026-01-04T04:10:26.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2880 | 2026-01-04T04:10:26.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2881 | 2026-01-04T04:10:26.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2882 | 2026-01-04T04:10:26.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2883 | 2026-01-04T04:10:26.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2884 | 2026-01-04T04:10:26.537Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 2885 | 2026-01-04T04:10:26.565Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2886 | 2026-01-04T04:10:26.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2887 | 2026-01-04T04:10:26.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2888 | 2026-01-04T04:10:26.568Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 2889 | 2026-01-04T04:10:26.575Z | DEBG | oximeter (results-sink): inserting 457 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2890 | 2026-01-04T04:10:26.575Z | DEBG | oximeter (results-sink-cluster): inserting 457 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2891 | 2026-01-04T04:10:26.575Z | DEBG | oximeter (clickhouse-client): unrolling 457 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2892 | 2026-01-04T04:10:26.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 2893 | 2026-01-04T04:10:26.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 2
table_name = fields_ipaddr
|
| 2894 | 2026-01-04T04:10:26.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1175
table_name = fields_string
|
| 2895 | 2026-01-04T04:10:26.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 238
table_name = fields_u16
|
| 2896 | 2026-01-04T04:10:26.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 2897 | 2026-01-04T04:10:26.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 2898 | 2026-01-04T04:10:26.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 712
table_name = fields_uuid
|
| 2899 | 2026-01-04T04:10:26.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 2900 | 2026-01-04T04:10:26.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 315
table_name = measurements_cumulativeu64
|
| 2901 | 2026-01-04T04:10:26.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 2902 | 2026-01-04T04:10:26.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 2903 | 2026-01-04T04:10:26.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 2904 | 2026-01-04T04:10:26.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2905 | 2026-01-04T04:10:26.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2906 | 2026-01-04T04:10:26.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2907 | 2026-01-04T04:10:26.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2908 | 2026-01-04T04:10:26.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 2909 | 2026-01-04T04:10:26.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2910 | 2026-01-04T04:10:26.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2911 | 2026-01-04T04:10:27.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2912 | 2026-01-04T04:10:27.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2913 | 2026-01-04T04:10:27.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2914 | 2026-01-04T04:10:27.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2915 | 2026-01-04T04:10:27.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2916 | 2026-01-04T04:10:27.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2917 | 2026-01-04T04:10:27.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2918 | 2026-01-04T04:10:27.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2919 | 2026-01-04T04:10:27.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2920 | 2026-01-04T04:10:28.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2921 | 2026-01-04T04:10:28.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2922 | 2026-01-04T04:10:28.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2923 | 2026-01-04T04:10:28.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2924 | 2026-01-04T04:10:28.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2925 | 2026-01-04T04:10:28.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2926 | 2026-01-04T04:10:28.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2927 | 2026-01-04T04:10:28.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2928 | 2026-01-04T04:10:28.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2929 | 2026-01-04T04:10:29.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2930 | 2026-01-04T04:10:29.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2931 | 2026-01-04T04:10:29.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2932 | 2026-01-04T04:10:29.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2933 | 2026-01-04T04:10:29.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2934 | 2026-01-04T04:10:29.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2935 | 2026-01-04T04:10:29.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2936 | 2026-01-04T04:10:29.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2937 | 2026-01-04T04:10:29.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2938 | 2026-01-04T04:10:30.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2939 | 2026-01-04T04:10:30.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2940 | 2026-01-04T04:10:30.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2941 | 2026-01-04T04:10:30.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2942 | 2026-01-04T04:10:30.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2943 | 2026-01-04T04:10:30.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2944 | 2026-01-04T04:10:30.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2945 | 2026-01-04T04:10:30.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2946 | 2026-01-04T04:10:30.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2947 | 2026-01-04T04:10:31.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2948 | 2026-01-04T04:10:31.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2949 | 2026-01-04T04:10:31.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2950 | 2026-01-04T04:10:31.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2951 | 2026-01-04T04:10:31.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2952 | 2026-01-04T04:10:31.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2953 | 2026-01-04T04:10:31.576Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2954 | 2026-01-04T04:10:31.576Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 2955 | 2026-01-04T04:10:31.576Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 2956 | 2026-01-04T04:10:31.586Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 2957 | 2026-01-04T04:10:31.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 2958 | 2026-01-04T04:10:31.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 2959 | 2026-01-04T04:10:31.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2960 | 2026-01-04T04:10:31.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 2961 | 2026-01-04T04:10:31.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 2962 | 2026-01-04T04:10:31.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2963 | 2026-01-04T04:10:31.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2964 | 2026-01-04T04:10:31.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2965 | 2026-01-04T04:10:31.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 2966 | 2026-01-04T04:10:32.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2967 | 2026-01-04T04:10:32.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2968 | 2026-01-04T04:10:32.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2969 | 2026-01-04T04:10:32.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2970 | 2026-01-04T04:10:32.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2971 | 2026-01-04T04:10:32.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2972 | 2026-01-04T04:10:32.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2973 | 2026-01-04T04:10:32.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2974 | 2026-01-04T04:10:32.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2975 | 2026-01-04T04:10:33.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2976 | 2026-01-04T04:10:33.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2977 | 2026-01-04T04:10:33.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2978 | 2026-01-04T04:10:33.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2979 | 2026-01-04T04:10:33.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2980 | 2026-01-04T04:10:33.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2981 | 2026-01-04T04:10:33.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2982 | 2026-01-04T04:10:33.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2983 | 2026-01-04T04:10:33.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2984 | 2026-01-04T04:10:34.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2985 | 2026-01-04T04:10:34.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2986 | 2026-01-04T04:10:34.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2987 | 2026-01-04T04:10:34.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2988 | 2026-01-04T04:10:34.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2989 | 2026-01-04T04:10:34.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2990 | 2026-01-04T04:10:34.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2991 | 2026-01-04T04:10:34.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2992 | 2026-01-04T04:10:34.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2993 | 2026-01-04T04:10:35.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2994 | 2026-01-04T04:10:35.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2995 | 2026-01-04T04:10:35.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2996 | 2026-01-04T04:10:35.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2997 | 2026-01-04T04:10:35.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2998 | 2026-01-04T04:10:35.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2999 | 2026-01-04T04:10:35.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3000 | 2026-01-04T04:10:35.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3001 | 2026-01-04T04:10:35.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3002 | 2026-01-04T04:10:36.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3003 | 2026-01-04T04:10:36.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3004 | 2026-01-04T04:10:36.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3005 | 2026-01-04T04:10:36.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3006 | 2026-01-04T04:10:36.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3007 | 2026-01-04T04:10:36.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3008 | 2026-01-04T04:10:36.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3009 | 2026-01-04T04:10:36.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3010 | 2026-01-04T04:10:36.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3011 | 2026-01-04T04:10:36.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3012 | 2026-01-04T04:10:36.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3013 | 2026-01-04T04:10:36.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3014 | 2026-01-04T04:10:36.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3015 | 2026-01-04T04:10:36.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3016 | 2026-01-04T04:10:36.538Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3017 | 2026-01-04T04:10:36.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3018 | 2026-01-04T04:10:36.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3019 | 2026-01-04T04:10:36.568Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3020 | 2026-01-04T04:10:36.575Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3021 | 2026-01-04T04:10:36.575Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3022 | 2026-01-04T04:10:36.575Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3023 | 2026-01-04T04:10:36.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 3024 | 2026-01-04T04:10:36.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 3025 | 2026-01-04T04:10:36.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 3026 | 2026-01-04T04:10:36.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 3027 | 2026-01-04T04:10:36.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 3028 | 2026-01-04T04:10:36.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 3029 | 2026-01-04T04:10:36.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 3030 | 2026-01-04T04:10:36.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 3031 | 2026-01-04T04:10:36.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 3032 | 2026-01-04T04:10:36.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 3033 | 2026-01-04T04:10:36.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 3034 | 2026-01-04T04:10:36.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3035 | 2026-01-04T04:10:36.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3036 | 2026-01-04T04:10:36.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3037 | 2026-01-04T04:10:36.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3038 | 2026-01-04T04:10:36.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3039 | 2026-01-04T04:10:36.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3040 | 2026-01-04T04:10:36.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3041 | 2026-01-04T04:10:37.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3042 | 2026-01-04T04:10:37.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3043 | 2026-01-04T04:10:37.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3044 | 2026-01-04T04:10:37.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3045 | 2026-01-04T04:10:37.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3046 | 2026-01-04T04:10:37.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3047 | 2026-01-04T04:10:37.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3048 | 2026-01-04T04:10:37.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3049 | 2026-01-04T04:10:37.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3050 | 2026-01-04T04:10:38.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3051 | 2026-01-04T04:10:38.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3052 | 2026-01-04T04:10:38.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3053 | 2026-01-04T04:10:38.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3054 | 2026-01-04T04:10:38.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3055 | 2026-01-04T04:10:38.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3056 | 2026-01-04T04:10:38.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3057 | 2026-01-04T04:10:38.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3058 | 2026-01-04T04:10:38.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3059 | 2026-01-04T04:10:39.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3060 | 2026-01-04T04:10:39.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3061 | 2026-01-04T04:10:39.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3062 | 2026-01-04T04:10:39.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3063 | 2026-01-04T04:10:39.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3064 | 2026-01-04T04:10:39.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3065 | 2026-01-04T04:10:39.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3066 | 2026-01-04T04:10:39.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3067 | 2026-01-04T04:10:39.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3068 | 2026-01-04T04:10:40.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3069 | 2026-01-04T04:10:40.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3070 | 2026-01-04T04:10:40.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3071 | 2026-01-04T04:10:40.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3072 | 2026-01-04T04:10:40.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3073 | 2026-01-04T04:10:40.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3074 | 2026-01-04T04:10:40.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3075 | 2026-01-04T04:10:40.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3076 | 2026-01-04T04:10:40.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3077 | 2026-01-04T04:10:41.515Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 3078 | 2026-01-04T04:10:41.515Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 3079 | 2026-01-04T04:10:41.517Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "b6fbab56-461d-47ca-a2ed-5117bf9a025e", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:10:41 GMT"} })
|
| 3080 | 2026-01-04T04:10:41.517Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 3081 | 2026-01-04T04:10:41.520Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "d01c27dd-b5b6-40af-b939-03caddb091cc", "content-length": "29", "date": "Sun, 04 Jan 2026 04:10:41 GMT"} })
|
| 3082 | 2026-01-04T04:10:41.520Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3083 | 2026-01-04T04:10:41.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 3084 | 2026-01-04T04:10:41.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 3085 | 2026-01-04T04:10:41.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3086 | 2026-01-04T04:10:41.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3087 | 2026-01-04T04:10:41.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3088 | 2026-01-04T04:10:41.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3089 | 2026-01-04T04:10:41.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3090 | 2026-01-04T04:10:41.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3091 | 2026-01-04T04:10:41.553Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 3092 | 2026-01-04T04:10:41.575Z | DEBG | oximeter (results-sink): inserting 914 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3093 | 2026-01-04T04:10:41.575Z | DEBG | oximeter (results-sink-cluster): inserting 914 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3094 | 2026-01-04T04:10:41.575Z | DEBG | oximeter (clickhouse-client): unrolling 914 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3095 | 2026-01-04T04:10:41.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1216
table_name = fields_string
|
| 3096 | 2026-01-04T04:10:41.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 3097 | 2026-01-04T04:10:41.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u32
|
| 3098 | 2026-01-04T04:10:41.619Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 530
table_name = fields_uuid
|
| 3099 | 2026-01-04T04:10:41.621Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 844
table_name = measurements_cumulativeu64
|
| 3100 | 2026-01-04T04:10:41.623Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 3101 | 2026-01-04T04:10:41.625Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 3102 | 2026-01-04T04:10:41.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3103 | 2026-01-04T04:10:41.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3104 | 2026-01-04T04:10:41.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3105 | 2026-01-04T04:10:41.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3106 | 2026-01-04T04:10:42.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3107 | 2026-01-04T04:10:42.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3108 | 2026-01-04T04:10:42.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3109 | 2026-01-04T04:10:42.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3110 | 2026-01-04T04:10:42.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3111 | 2026-01-04T04:10:42.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3112 | 2026-01-04T04:10:42.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3113 | 2026-01-04T04:10:42.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3114 | 2026-01-04T04:10:42.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3115 | 2026-01-04T04:10:43.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3116 | 2026-01-04T04:10:43.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3117 | 2026-01-04T04:10:43.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3118 | 2026-01-04T04:10:43.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3119 | 2026-01-04T04:10:43.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3120 | 2026-01-04T04:10:43.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3121 | 2026-01-04T04:10:43.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3122 | 2026-01-04T04:10:43.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3123 | 2026-01-04T04:10:43.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3124 | 2026-01-04T04:10:44.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3125 | 2026-01-04T04:10:44.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3126 | 2026-01-04T04:10:44.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3127 | 2026-01-04T04:10:44.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3128 | 2026-01-04T04:10:44.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3129 | 2026-01-04T04:10:44.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3130 | 2026-01-04T04:10:44.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3131 | 2026-01-04T04:10:44.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3132 | 2026-01-04T04:10:44.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3133 | 2026-01-04T04:10:45.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3134 | 2026-01-04T04:10:45.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3135 | 2026-01-04T04:10:45.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3136 | 2026-01-04T04:10:45.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3137 | 2026-01-04T04:10:45.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3138 | 2026-01-04T04:10:45.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3139 | 2026-01-04T04:10:45.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3140 | 2026-01-04T04:10:45.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3141 | 2026-01-04T04:10:45.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3142 | 2026-01-04T04:10:46.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3143 | 2026-01-04T04:10:46.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3144 | 2026-01-04T04:10:46.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3145 | 2026-01-04T04:10:46.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3146 | 2026-01-04T04:10:46.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3147 | 2026-01-04T04:10:46.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3148 | 2026-01-04T04:10:46.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3149 | 2026-01-04T04:10:46.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3150 | 2026-01-04T04:10:46.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3151 | 2026-01-04T04:10:46.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3152 | 2026-01-04T04:10:46.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3153 | 2026-01-04T04:10:46.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3154 | 2026-01-04T04:10:46.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3155 | 2026-01-04T04:10:46.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3156 | 2026-01-04T04:10:46.537Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3157 | 2026-01-04T04:10:46.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3158 | 2026-01-04T04:10:46.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3159 | 2026-01-04T04:10:46.568Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3160 | 2026-01-04T04:10:46.576Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3161 | 2026-01-04T04:10:46.576Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3162 | 2026-01-04T04:10:46.576Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3163 | 2026-01-04T04:10:46.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 3164 | 2026-01-04T04:10:46.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 3165 | 2026-01-04T04:10:46.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 3166 | 2026-01-04T04:10:46.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 3167 | 2026-01-04T04:10:46.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 3168 | 2026-01-04T04:10:46.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 3169 | 2026-01-04T04:10:46.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 3170 | 2026-01-04T04:10:46.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 3171 | 2026-01-04T04:10:46.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 3172 | 2026-01-04T04:10:46.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 3173 | 2026-01-04T04:10:46.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 3174 | 2026-01-04T04:10:46.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3175 | 2026-01-04T04:10:46.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3176 | 2026-01-04T04:10:46.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3177 | 2026-01-04T04:10:46.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3178 | 2026-01-04T04:10:46.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3179 | 2026-01-04T04:10:46.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3180 | 2026-01-04T04:10:46.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3181 | 2026-01-04T04:10:47.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3182 | 2026-01-04T04:10:47.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3183 | 2026-01-04T04:10:47.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3184 | 2026-01-04T04:10:47.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3185 | 2026-01-04T04:10:47.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3186 | 2026-01-04T04:10:47.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3187 | 2026-01-04T04:10:47.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3188 | 2026-01-04T04:10:47.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3189 | 2026-01-04T04:10:47.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3190 | 2026-01-04T04:10:48.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3191 | 2026-01-04T04:10:48.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3192 | 2026-01-04T04:10:48.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3193 | 2026-01-04T04:10:48.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3194 | 2026-01-04T04:10:48.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3195 | 2026-01-04T04:10:48.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3196 | 2026-01-04T04:10:48.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3197 | 2026-01-04T04:10:48.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3198 | 2026-01-04T04:10:48.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3199 | 2026-01-04T04:10:49.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3200 | 2026-01-04T04:10:49.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3201 | 2026-01-04T04:10:49.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3202 | 2026-01-04T04:10:49.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3203 | 2026-01-04T04:10:49.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3204 | 2026-01-04T04:10:49.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3205 | 2026-01-04T04:10:49.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3206 | 2026-01-04T04:10:49.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3207 | 2026-01-04T04:10:49.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3208 | 2026-01-04T04:10:50.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3209 | 2026-01-04T04:10:50.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3210 | 2026-01-04T04:10:50.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3211 | 2026-01-04T04:10:50.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3212 | 2026-01-04T04:10:50.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3213 | 2026-01-04T04:10:50.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3214 | 2026-01-04T04:10:50.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3215 | 2026-01-04T04:10:50.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3216 | 2026-01-04T04:10:50.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3217 | 2026-01-04T04:10:51.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3218 | 2026-01-04T04:10:51.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3219 | 2026-01-04T04:10:51.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3220 | 2026-01-04T04:10:51.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3221 | 2026-01-04T04:10:51.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3222 | 2026-01-04T04:10:51.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3223 | 2026-01-04T04:10:51.576Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3224 | 2026-01-04T04:10:51.576Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3225 | 2026-01-04T04:10:51.576Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3226 | 2026-01-04T04:10:51.586Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 3227 | 2026-01-04T04:10:51.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 3228 | 2026-01-04T04:10:51.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 3229 | 2026-01-04T04:10:51.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3230 | 2026-01-04T04:10:51.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 3231 | 2026-01-04T04:10:51.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 3232 | 2026-01-04T04:10:51.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3233 | 2026-01-04T04:10:51.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3234 | 2026-01-04T04:10:51.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3235 | 2026-01-04T04:10:51.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3236 | 2026-01-04T04:10:52.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3237 | 2026-01-04T04:10:52.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3238 | 2026-01-04T04:10:52.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3239 | 2026-01-04T04:10:52.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3240 | 2026-01-04T04:10:52.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3241 | 2026-01-04T04:10:52.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3242 | 2026-01-04T04:10:52.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3243 | 2026-01-04T04:10:52.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3244 | 2026-01-04T04:10:52.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3245 | 2026-01-04T04:10:53.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3246 | 2026-01-04T04:10:53.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3247 | 2026-01-04T04:10:53.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3248 | 2026-01-04T04:10:53.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3249 | 2026-01-04T04:10:53.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3250 | 2026-01-04T04:10:53.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3251 | 2026-01-04T04:10:53.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3252 | 2026-01-04T04:10:53.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3253 | 2026-01-04T04:10:53.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3254 | 2026-01-04T04:10:54.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3255 | 2026-01-04T04:10:54.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3256 | 2026-01-04T04:10:54.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3257 | 2026-01-04T04:10:54.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3258 | 2026-01-04T04:10:54.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3259 | 2026-01-04T04:10:54.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3260 | 2026-01-04T04:10:54.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3261 | 2026-01-04T04:10:54.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3262 | 2026-01-04T04:10:54.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3263 | 2026-01-04T04:10:55.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3264 | 2026-01-04T04:10:55.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3265 | 2026-01-04T04:10:55.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3266 | 2026-01-04T04:10:55.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3267 | 2026-01-04T04:10:55.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3268 | 2026-01-04T04:10:55.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3269 | 2026-01-04T04:10:55.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3270 | 2026-01-04T04:10:55.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3271 | 2026-01-04T04:10:55.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3272 | 2026-01-04T04:10:56.515Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 3273 | 2026-01-04T04:10:56.515Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 3274 | 2026-01-04T04:10:56.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "3c6bacc1-40ba-4440-a3c2-c116ae9373d6", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:10:56 GMT"} })
|
| 3275 | 2026-01-04T04:10:56.519Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 3276 | 2026-01-04T04:10:56.521Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3277 | 2026-01-04T04:10:56.521Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3278 | 2026-01-04T04:10:56.521Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3279 | 2026-01-04T04:10:56.521Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3280 | 2026-01-04T04:10:56.522Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "795a7c8b-e0de-4ffa-a9ad-9d53804865ce", "content-length": "29", "date": "Sun, 04 Jan 2026 04:10:56 GMT"} })
|
| 3281 | 2026-01-04T04:10:56.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3282 | 2026-01-04T04:10:56.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3283 | 2026-01-04T04:10:56.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3284 | 2026-01-04T04:10:56.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3285 | 2026-01-04T04:10:56.522Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3286 | 2026-01-04T04:10:56.522Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3287 | 2026-01-04T04:10:56.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3288 | 2026-01-04T04:10:56.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3289 | 2026-01-04T04:10:56.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3290 | 2026-01-04T04:10:56.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3291 | 2026-01-04T04:10:56.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3292 | 2026-01-04T04:10:56.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3293 | 2026-01-04T04:10:56.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3294 | 2026-01-04T04:10:56.538Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3295 | 2026-01-04T04:10:56.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3296 | 2026-01-04T04:10:56.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3297 | 2026-01-04T04:10:56.568Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3298 | 2026-01-04T04:10:56.575Z | DEBG | oximeter (results-sink): inserting 458 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3299 | 2026-01-04T04:10:56.575Z | DEBG | oximeter (results-sink-cluster): inserting 458 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3300 | 2026-01-04T04:10:56.576Z | DEBG | oximeter (clickhouse-client): unrolling 458 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3301 | 2026-01-04T04:10:56.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 3302 | 2026-01-04T04:10:56.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 4
table_name = fields_ipaddr
|
| 3303 | 2026-01-04T04:10:56.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1176
table_name = fields_string
|
| 3304 | 2026-01-04T04:10:56.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 240
table_name = fields_u16
|
| 3305 | 2026-01-04T04:10:56.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 3306 | 2026-01-04T04:10:56.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 3307 | 2026-01-04T04:10:56.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 714
table_name = fields_uuid
|
| 3308 | 2026-01-04T04:10:56.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 3309 | 2026-01-04T04:10:56.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 316
table_name = measurements_cumulativeu64
|
| 3310 | 2026-01-04T04:10:56.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 3311 | 2026-01-04T04:10:56.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 3312 | 2026-01-04T04:10:56.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 3313 | 2026-01-04T04:10:56.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3314 | 2026-01-04T04:10:56.669Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3315 | 2026-01-04T04:10:56.669Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3316 | 2026-01-04T04:10:56.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3317 | 2026-01-04T04:10:56.669Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3318 | 2026-01-04T04:10:56.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3319 | 2026-01-04T04:10:56.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3320 | 2026-01-04T04:10:56.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3321 | 2026-01-04T04:10:56.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3322 | 2026-01-04T04:10:56.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3323 | 2026-01-04T04:10:57.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3324 | 2026-01-04T04:10:57.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3325 | 2026-01-04T04:10:57.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3326 | 2026-01-04T04:10:57.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3327 | 2026-01-04T04:10:57.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3328 | 2026-01-04T04:10:57.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3329 | 2026-01-04T04:10:57.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3330 | 2026-01-04T04:10:57.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3331 | 2026-01-04T04:10:57.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3332 | 2026-01-04T04:10:58.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3333 | 2026-01-04T04:10:58.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3334 | 2026-01-04T04:10:58.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3335 | 2026-01-04T04:10:58.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3336 | 2026-01-04T04:10:58.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3337 | 2026-01-04T04:10:58.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3338 | 2026-01-04T04:10:58.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3339 | 2026-01-04T04:10:58.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3340 | 2026-01-04T04:10:58.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3341 | 2026-01-04T04:10:59.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3342 | 2026-01-04T04:10:59.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3343 | 2026-01-04T04:10:59.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3344 | 2026-01-04T04:10:59.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3345 | 2026-01-04T04:10:59.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3346 | 2026-01-04T04:10:59.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3347 | 2026-01-04T04:10:59.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3348 | 2026-01-04T04:10:59.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3349 | 2026-01-04T04:10:59.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3350 | 2026-01-04T04:11:00.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3351 | 2026-01-04T04:11:00.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3352 | 2026-01-04T04:11:00.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3353 | 2026-01-04T04:11:00.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3354 | 2026-01-04T04:11:00.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3355 | 2026-01-04T04:11:00.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3356 | 2026-01-04T04:11:00.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3357 | 2026-01-04T04:11:00.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3358 | 2026-01-04T04:11:00.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3359 | 2026-01-04T04:11:01.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3360 | 2026-01-04T04:11:01.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3361 | 2026-01-04T04:11:01.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3362 | 2026-01-04T04:11:01.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3363 | 2026-01-04T04:11:01.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3364 | 2026-01-04T04:11:01.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3365 | 2026-01-04T04:11:01.575Z | DEBG | oximeter (results-sink): inserting 233 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3366 | 2026-01-04T04:11:01.575Z | DEBG | oximeter (results-sink-cluster): inserting 233 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3367 | 2026-01-04T04:11:01.575Z | DEBG | oximeter (clickhouse-client): unrolling 233 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3368 | 2026-01-04T04:11:01.586Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 3369 | 2026-01-04T04:11:01.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 79
table_name = fields_string
|
| 3370 | 2026-01-04T04:11:01.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 16
table_name = fields_u16
|
| 3371 | 2026-01-04T04:11:01.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 80
table_name = fields_uuid
|
| 3372 | 2026-01-04T04:11:01.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 163
table_name = measurements_cumulativeu64
|
| 3373 | 2026-01-04T04:11:01.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 3374 | 2026-01-04T04:11:01.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 3375 | 2026-01-04T04:11:01.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3376 | 2026-01-04T04:11:01.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3377 | 2026-01-04T04:11:01.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3378 | 2026-01-04T04:11:01.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3379 | 2026-01-04T04:11:02.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3380 | 2026-01-04T04:11:02.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3381 | 2026-01-04T04:11:02.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3382 | 2026-01-04T04:11:02.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3383 | 2026-01-04T04:11:02.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3384 | 2026-01-04T04:11:02.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3385 | 2026-01-04T04:11:02.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3386 | 2026-01-04T04:11:02.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3387 | 2026-01-04T04:11:02.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3388 | 2026-01-04T04:11:03.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3389 | 2026-01-04T04:11:03.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3390 | 2026-01-04T04:11:03.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3391 | 2026-01-04T04:11:03.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3392 | 2026-01-04T04:11:03.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3393 | 2026-01-04T04:11:03.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3394 | 2026-01-04T04:11:03.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3395 | 2026-01-04T04:11:03.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3396 | 2026-01-04T04:11:03.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3397 | 2026-01-04T04:11:04.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3398 | 2026-01-04T04:11:04.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3399 | 2026-01-04T04:11:04.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3400 | 2026-01-04T04:11:04.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3401 | 2026-01-04T04:11:04.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3402 | 2026-01-04T04:11:04.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3403 | 2026-01-04T04:11:04.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3404 | 2026-01-04T04:11:04.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3405 | 2026-01-04T04:11:04.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3406 | 2026-01-04T04:11:05.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3407 | 2026-01-04T04:11:05.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3408 | 2026-01-04T04:11:05.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3409 | 2026-01-04T04:11:05.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3410 | 2026-01-04T04:11:05.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3411 | 2026-01-04T04:11:05.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3412 | 2026-01-04T04:11:05.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3413 | 2026-01-04T04:11:05.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3414 | 2026-01-04T04:11:05.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3415 | 2026-01-04T04:11:06.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3416 | 2026-01-04T04:11:06.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3417 | 2026-01-04T04:11:06.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3418 | 2026-01-04T04:11:06.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3419 | 2026-01-04T04:11:06.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3420 | 2026-01-04T04:11:06.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3421 | 2026-01-04T04:11:06.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3422 | 2026-01-04T04:11:06.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3423 | 2026-01-04T04:11:06.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3424 | 2026-01-04T04:11:06.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3425 | 2026-01-04T04:11:06.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3426 | 2026-01-04T04:11:06.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3427 | 2026-01-04T04:11:06.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3428 | 2026-01-04T04:11:06.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3429 | 2026-01-04T04:11:06.538Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3430 | 2026-01-04T04:11:06.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3431 | 2026-01-04T04:11:06.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3432 | 2026-01-04T04:11:06.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3433 | 2026-01-04T04:11:06.576Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3434 | 2026-01-04T04:11:06.576Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3435 | 2026-01-04T04:11:06.576Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3436 | 2026-01-04T04:11:06.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 3437 | 2026-01-04T04:11:06.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 3438 | 2026-01-04T04:11:06.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 3439 | 2026-01-04T04:11:06.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 3440 | 2026-01-04T04:11:06.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 3441 | 2026-01-04T04:11:06.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 3442 | 2026-01-04T04:11:06.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 3443 | 2026-01-04T04:11:06.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 3444 | 2026-01-04T04:11:06.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 3445 | 2026-01-04T04:11:06.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 3446 | 2026-01-04T04:11:06.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 3447 | 2026-01-04T04:11:06.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3448 | 2026-01-04T04:11:06.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3449 | 2026-01-04T04:11:06.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3450 | 2026-01-04T04:11:06.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3451 | 2026-01-04T04:11:06.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3452 | 2026-01-04T04:11:06.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3453 | 2026-01-04T04:11:06.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3454 | 2026-01-04T04:11:07.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3455 | 2026-01-04T04:11:07.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3456 | 2026-01-04T04:11:07.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3457 | 2026-01-04T04:11:07.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3458 | 2026-01-04T04:11:07.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3459 | 2026-01-04T04:11:07.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3460 | 2026-01-04T04:11:07.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3461 | 2026-01-04T04:11:07.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3462 | 2026-01-04T04:11:07.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3463 | 2026-01-04T04:11:08.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3464 | 2026-01-04T04:11:08.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3465 | 2026-01-04T04:11:08.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3466 | 2026-01-04T04:11:08.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3467 | 2026-01-04T04:11:08.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3468 | 2026-01-04T04:11:08.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3469 | 2026-01-04T04:11:08.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3470 | 2026-01-04T04:11:08.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3471 | 2026-01-04T04:11:08.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3472 | 2026-01-04T04:11:09.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3473 | 2026-01-04T04:11:09.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3474 | 2026-01-04T04:11:09.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3475 | 2026-01-04T04:11:09.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3476 | 2026-01-04T04:11:09.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3477 | 2026-01-04T04:11:09.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3478 | 2026-01-04T04:11:09.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3479 | 2026-01-04T04:11:09.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3480 | 2026-01-04T04:11:09.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3481 | 2026-01-04T04:11:10.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3482 | 2026-01-04T04:11:10.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3483 | 2026-01-04T04:11:10.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3484 | 2026-01-04T04:11:10.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3485 | 2026-01-04T04:11:10.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3486 | 2026-01-04T04:11:10.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3487 | 2026-01-04T04:11:10.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3488 | 2026-01-04T04:11:10.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3489 | 2026-01-04T04:11:10.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3490 | 2026-01-04T04:11:11.515Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 3491 | 2026-01-04T04:11:11.515Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 3492 | 2026-01-04T04:11:11.517Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "ed6dd679-f7b6-41f4-b66b-74c0ddb327f5", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:11:11 GMT"} })
|
| 3493 | 2026-01-04T04:11:11.517Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 3494 | 2026-01-04T04:11:11.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "d6fa692a-ec05-4341-99b7-db405ff8a3c7", "content-length": "29", "date": "Sun, 04 Jan 2026 04:11:11 GMT"} })
|
| 3495 | 2026-01-04T04:11:11.519Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3496 | 2026-01-04T04:11:11.522Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 3497 | 2026-01-04T04:11:11.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 3498 | 2026-01-04T04:11:11.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 3499 | 2026-01-04T04:11:11.528Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3500 | 2026-01-04T04:11:11.528Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3501 | 2026-01-04T04:11:11.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3502 | 2026-01-04T04:11:11.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3503 | 2026-01-04T04:11:11.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3504 | 2026-01-04T04:11:11.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3505 | 2026-01-04T04:11:11.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3506 | 2026-01-04T04:11:11.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3507 | 2026-01-04T04:11:11.556Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 3508 | 2026-01-04T04:11:11.576Z | DEBG | oximeter (results-sink): inserting 917 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3509 | 2026-01-04T04:11:11.576Z | DEBG | oximeter (results-sink-cluster): inserting 917 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3510 | 2026-01-04T04:11:11.576Z | DEBG | oximeter (clickhouse-client): unrolling 917 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3511 | 2026-01-04T04:11:11.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 3512 | 2026-01-04T04:11:11.619Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1219
table_name = fields_string
|
| 3513 | 2026-01-04T04:11:11.620Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 16
table_name = fields_u16
|
| 3514 | 2026-01-04T04:11:11.622Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u32
|
| 3515 | 2026-01-04T04:11:11.624Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 536
table_name = fields_uuid
|
| 3516 | 2026-01-04T04:11:11.625Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 847
table_name = measurements_cumulativeu64
|
| 3517 | 2026-01-04T04:11:11.627Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 3518 | 2026-01-04T04:11:11.629Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 3519 | 2026-01-04T04:11:11.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3520 | 2026-01-04T04:11:11.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3521 | 2026-01-04T04:11:11.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3522 | 2026-01-04T04:11:11.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3523 | 2026-01-04T04:11:12.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3524 | 2026-01-04T04:11:12.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3525 | 2026-01-04T04:11:12.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3526 | 2026-01-04T04:11:12.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3527 | 2026-01-04T04:11:12.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3528 | 2026-01-04T04:11:12.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3529 | 2026-01-04T04:11:12.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3530 | 2026-01-04T04:11:12.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3531 | 2026-01-04T04:11:12.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3532 | 2026-01-04T04:11:13.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3533 | 2026-01-04T04:11:13.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3534 | 2026-01-04T04:11:13.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3535 | 2026-01-04T04:11:13.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3536 | 2026-01-04T04:11:13.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3537 | 2026-01-04T04:11:13.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3538 | 2026-01-04T04:11:13.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3539 | 2026-01-04T04:11:13.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3540 | 2026-01-04T04:11:13.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3541 | 2026-01-04T04:11:14.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3542 | 2026-01-04T04:11:14.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3543 | 2026-01-04T04:11:14.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3544 | 2026-01-04T04:11:14.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3545 | 2026-01-04T04:11:14.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3546 | 2026-01-04T04:11:14.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3547 | 2026-01-04T04:11:14.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3548 | 2026-01-04T04:11:14.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3549 | 2026-01-04T04:11:14.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3550 | 2026-01-04T04:11:15.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3551 | 2026-01-04T04:11:15.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3552 | 2026-01-04T04:11:15.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3553 | 2026-01-04T04:11:15.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3554 | 2026-01-04T04:11:15.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3555 | 2026-01-04T04:11:15.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3556 | 2026-01-04T04:11:15.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3557 | 2026-01-04T04:11:15.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3558 | 2026-01-04T04:11:15.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3559 | 2026-01-04T04:11:16.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3560 | 2026-01-04T04:11:16.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3561 | 2026-01-04T04:11:16.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3562 | 2026-01-04T04:11:16.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3563 | 2026-01-04T04:11:16.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3564 | 2026-01-04T04:11:16.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3565 | 2026-01-04T04:11:16.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3566 | 2026-01-04T04:11:16.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3567 | 2026-01-04T04:11:16.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3568 | 2026-01-04T04:11:16.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3569 | 2026-01-04T04:11:16.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3570 | 2026-01-04T04:11:16.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3571 | 2026-01-04T04:11:16.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3572 | 2026-01-04T04:11:16.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3573 | 2026-01-04T04:11:16.539Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3574 | 2026-01-04T04:11:16.564Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3575 | 2026-01-04T04:11:16.564Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3576 | 2026-01-04T04:11:16.568Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3577 | 2026-01-04T04:11:16.576Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3578 | 2026-01-04T04:11:16.576Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3579 | 2026-01-04T04:11:16.576Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3580 | 2026-01-04T04:11:16.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 3581 | 2026-01-04T04:11:16.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 3582 | 2026-01-04T04:11:16.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 3583 | 2026-01-04T04:11:16.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 3584 | 2026-01-04T04:11:16.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 3585 | 2026-01-04T04:11:16.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 3586 | 2026-01-04T04:11:16.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 3587 | 2026-01-04T04:11:16.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 3588 | 2026-01-04T04:11:16.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 3589 | 2026-01-04T04:11:16.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 3590 | 2026-01-04T04:11:16.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 3591 | 2026-01-04T04:11:16.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3592 | 2026-01-04T04:11:16.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3593 | 2026-01-04T04:11:16.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3594 | 2026-01-04T04:11:16.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3595 | 2026-01-04T04:11:16.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3596 | 2026-01-04T04:11:16.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3597 | 2026-01-04T04:11:16.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3598 | 2026-01-04T04:11:17.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3599 | 2026-01-04T04:11:17.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3600 | 2026-01-04T04:11:17.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3601 | 2026-01-04T04:11:17.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3602 | 2026-01-04T04:11:17.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3603 | 2026-01-04T04:11:17.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3604 | 2026-01-04T04:11:17.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3605 | 2026-01-04T04:11:17.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3606 | 2026-01-04T04:11:17.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3607 | 2026-01-04T04:11:18.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3608 | 2026-01-04T04:11:18.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3609 | 2026-01-04T04:11:18.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3610 | 2026-01-04T04:11:18.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3611 | 2026-01-04T04:11:18.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3612 | 2026-01-04T04:11:18.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3613 | 2026-01-04T04:11:18.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3614 | 2026-01-04T04:11:18.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3615 | 2026-01-04T04:11:18.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3616 | 2026-01-04T04:11:19.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3617 | 2026-01-04T04:11:19.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3618 | 2026-01-04T04:11:19.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3619 | 2026-01-04T04:11:19.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3620 | 2026-01-04T04:11:19.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3621 | 2026-01-04T04:11:19.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3622 | 2026-01-04T04:11:19.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3623 | 2026-01-04T04:11:19.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3624 | 2026-01-04T04:11:19.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3625 | 2026-01-04T04:11:20.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3626 | 2026-01-04T04:11:20.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3627 | 2026-01-04T04:11:20.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3628 | 2026-01-04T04:11:20.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3629 | 2026-01-04T04:11:20.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3630 | 2026-01-04T04:11:20.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3631 | 2026-01-04T04:11:20.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3632 | 2026-01-04T04:11:20.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3633 | 2026-01-04T04:11:20.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3634 | 2026-01-04T04:11:21.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3635 | 2026-01-04T04:11:21.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3636 | 2026-01-04T04:11:21.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3637 | 2026-01-04T04:11:21.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3638 | 2026-01-04T04:11:21.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3639 | 2026-01-04T04:11:21.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3640 | 2026-01-04T04:11:21.576Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3641 | 2026-01-04T04:11:21.576Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3642 | 2026-01-04T04:11:21.576Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3643 | 2026-01-04T04:11:21.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 3644 | 2026-01-04T04:11:21.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 3645 | 2026-01-04T04:11:21.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 3646 | 2026-01-04T04:11:21.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3647 | 2026-01-04T04:11:21.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 3648 | 2026-01-04T04:11:21.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 3649 | 2026-01-04T04:11:21.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3650 | 2026-01-04T04:11:21.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3651 | 2026-01-04T04:11:21.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3652 | 2026-01-04T04:11:21.676Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3653 | 2026-01-04T04:11:22.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3654 | 2026-01-04T04:11:22.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3655 | 2026-01-04T04:11:22.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3656 | 2026-01-04T04:11:22.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3657 | 2026-01-04T04:11:22.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3658 | 2026-01-04T04:11:22.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3659 | 2026-01-04T04:11:22.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3660 | 2026-01-04T04:11:22.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3661 | 2026-01-04T04:11:22.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3662 | 2026-01-04T04:11:23.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3663 | 2026-01-04T04:11:23.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3664 | 2026-01-04T04:11:23.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3665 | 2026-01-04T04:11:23.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3666 | 2026-01-04T04:11:23.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3667 | 2026-01-04T04:11:23.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3668 | 2026-01-04T04:11:23.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3669 | 2026-01-04T04:11:23.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3670 | 2026-01-04T04:11:23.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3671 | 2026-01-04T04:11:24.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3672 | 2026-01-04T04:11:24.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3673 | 2026-01-04T04:11:24.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3674 | 2026-01-04T04:11:24.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3675 | 2026-01-04T04:11:24.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3676 | 2026-01-04T04:11:24.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3677 | 2026-01-04T04:11:24.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3678 | 2026-01-04T04:11:24.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3679 | 2026-01-04T04:11:24.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3680 | 2026-01-04T04:11:25.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3681 | 2026-01-04T04:11:25.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3682 | 2026-01-04T04:11:25.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3683 | 2026-01-04T04:11:25.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3684 | 2026-01-04T04:11:25.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3685 | 2026-01-04T04:11:25.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3686 | 2026-01-04T04:11:25.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3687 | 2026-01-04T04:11:25.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3688 | 2026-01-04T04:11:25.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3689 | 2026-01-04T04:11:26.515Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 3690 | 2026-01-04T04:11:26.515Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 3691 | 2026-01-04T04:11:26.517Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "7dbef435-7125-455b-b0c8-85306b3520ef", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:11:26 GMT"} })
|
| 3692 | 2026-01-04T04:11:26.518Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 3693 | 2026-01-04T04:11:26.520Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "493526cf-2116-4412-9eeb-4f99c7abe7e4", "content-length": "29", "date": "Sun, 04 Jan 2026 04:11:26 GMT"} })
|
| 3694 | 2026-01-04T04:11:26.520Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3695 | 2026-01-04T04:11:26.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3696 | 2026-01-04T04:11:26.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3697 | 2026-01-04T04:11:26.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3698 | 2026-01-04T04:11:26.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3699 | 2026-01-04T04:11:26.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3700 | 2026-01-04T04:11:26.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3701 | 2026-01-04T04:11:26.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3702 | 2026-01-04T04:11:26.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3703 | 2026-01-04T04:11:26.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3704 | 2026-01-04T04:11:26.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3705 | 2026-01-04T04:11:26.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3706 | 2026-01-04T04:11:26.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3707 | 2026-01-04T04:11:26.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3708 | 2026-01-04T04:11:26.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3709 | 2026-01-04T04:11:26.539Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3710 | 2026-01-04T04:11:26.565Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3711 | 2026-01-04T04:11:26.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3712 | 2026-01-04T04:11:26.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3713 | 2026-01-04T04:11:26.568Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3714 | 2026-01-04T04:11:26.576Z | DEBG | oximeter (results-sink): inserting 457 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3715 | 2026-01-04T04:11:26.576Z | DEBG | oximeter (results-sink-cluster): inserting 457 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3716 | 2026-01-04T04:11:26.576Z | DEBG | oximeter (clickhouse-client): unrolling 457 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3717 | 2026-01-04T04:11:26.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 3718 | 2026-01-04T04:11:26.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 2
table_name = fields_ipaddr
|
| 3719 | 2026-01-04T04:11:26.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1175
table_name = fields_string
|
| 3720 | 2026-01-04T04:11:26.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 238
table_name = fields_u16
|
| 3721 | 2026-01-04T04:11:26.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 3722 | 2026-01-04T04:11:26.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 3723 | 2026-01-04T04:11:26.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 712
table_name = fields_uuid
|
| 3724 | 2026-01-04T04:11:26.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 3725 | 2026-01-04T04:11:26.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 315
table_name = measurements_cumulativeu64
|
| 3726 | 2026-01-04T04:11:26.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 3727 | 2026-01-04T04:11:26.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 3728 | 2026-01-04T04:11:26.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 3729 | 2026-01-04T04:11:26.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3730 | 2026-01-04T04:11:26.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3731 | 2026-01-04T04:11:26.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3732 | 2026-01-04T04:11:26.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3733 | 2026-01-04T04:11:26.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3734 | 2026-01-04T04:11:26.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3735 | 2026-01-04T04:11:26.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3736 | 2026-01-04T04:11:27.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3737 | 2026-01-04T04:11:27.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3738 | 2026-01-04T04:11:27.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3739 | 2026-01-04T04:11:27.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3740 | 2026-01-04T04:11:27.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3741 | 2026-01-04T04:11:27.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3742 | 2026-01-04T04:11:27.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3743 | 2026-01-04T04:11:27.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3744 | 2026-01-04T04:11:27.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3745 | 2026-01-04T04:11:28.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3746 | 2026-01-04T04:11:28.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3747 | 2026-01-04T04:11:28.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3748 | 2026-01-04T04:11:28.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3749 | 2026-01-04T04:11:28.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3750 | 2026-01-04T04:11:28.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3751 | 2026-01-04T04:11:28.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3752 | 2026-01-04T04:11:28.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3753 | 2026-01-04T04:11:28.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3754 | 2026-01-04T04:11:29.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3755 | 2026-01-04T04:11:29.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3756 | 2026-01-04T04:11:29.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3757 | 2026-01-04T04:11:29.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3758 | 2026-01-04T04:11:29.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3759 | 2026-01-04T04:11:29.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3760 | 2026-01-04T04:11:29.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3761 | 2026-01-04T04:11:29.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3762 | 2026-01-04T04:11:29.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3763 | 2026-01-04T04:11:30.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3764 | 2026-01-04T04:11:30.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3765 | 2026-01-04T04:11:30.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3766 | 2026-01-04T04:11:30.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3767 | 2026-01-04T04:11:30.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3768 | 2026-01-04T04:11:30.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3769 | 2026-01-04T04:11:30.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3770 | 2026-01-04T04:11:30.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3771 | 2026-01-04T04:11:30.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3772 | 2026-01-04T04:11:31.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3773 | 2026-01-04T04:11:31.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3774 | 2026-01-04T04:11:31.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3775 | 2026-01-04T04:11:31.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3776 | 2026-01-04T04:11:31.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3777 | 2026-01-04T04:11:31.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3778 | 2026-01-04T04:11:31.576Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3779 | 2026-01-04T04:11:31.576Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3780 | 2026-01-04T04:11:31.576Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3781 | 2026-01-04T04:11:31.586Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 3782 | 2026-01-04T04:11:31.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 3783 | 2026-01-04T04:11:31.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 3784 | 2026-01-04T04:11:31.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3785 | 2026-01-04T04:11:31.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 3786 | 2026-01-04T04:11:31.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 3787 | 2026-01-04T04:11:31.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3788 | 2026-01-04T04:11:31.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3789 | 2026-01-04T04:11:31.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3790 | 2026-01-04T04:11:31.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3791 | 2026-01-04T04:11:32.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3792 | 2026-01-04T04:11:32.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3793 | 2026-01-04T04:11:32.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3794 | 2026-01-04T04:11:32.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3795 | 2026-01-04T04:11:32.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3796 | 2026-01-04T04:11:32.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3797 | 2026-01-04T04:11:32.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3798 | 2026-01-04T04:11:32.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3799 | 2026-01-04T04:11:32.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3800 | 2026-01-04T04:11:33.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3801 | 2026-01-04T04:11:33.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3802 | 2026-01-04T04:11:33.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3803 | 2026-01-04T04:11:33.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3804 | 2026-01-04T04:11:33.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3805 | 2026-01-04T04:11:33.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3806 | 2026-01-04T04:11:33.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3807 | 2026-01-04T04:11:33.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3808 | 2026-01-04T04:11:33.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3809 | 2026-01-04T04:11:34.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3810 | 2026-01-04T04:11:34.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3811 | 2026-01-04T04:11:34.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3812 | 2026-01-04T04:11:34.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3813 | 2026-01-04T04:11:34.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3814 | 2026-01-04T04:11:34.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3815 | 2026-01-04T04:11:34.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3816 | 2026-01-04T04:11:34.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3817 | 2026-01-04T04:11:34.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3818 | 2026-01-04T04:11:35.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3819 | 2026-01-04T04:11:35.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3820 | 2026-01-04T04:11:35.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3821 | 2026-01-04T04:11:35.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3822 | 2026-01-04T04:11:35.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3823 | 2026-01-04T04:11:35.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3824 | 2026-01-04T04:11:35.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3825 | 2026-01-04T04:11:35.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3826 | 2026-01-04T04:11:35.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3827 | 2026-01-04T04:11:36.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3828 | 2026-01-04T04:11:36.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3829 | 2026-01-04T04:11:36.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3830 | 2026-01-04T04:11:36.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3831 | 2026-01-04T04:11:36.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3832 | 2026-01-04T04:11:36.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3833 | 2026-01-04T04:11:36.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3834 | 2026-01-04T04:11:36.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3835 | 2026-01-04T04:11:36.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3836 | 2026-01-04T04:11:36.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3837 | 2026-01-04T04:11:36.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3838 | 2026-01-04T04:11:36.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3839 | 2026-01-04T04:11:36.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3840 | 2026-01-04T04:11:36.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3841 | 2026-01-04T04:11:36.539Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3842 | 2026-01-04T04:11:36.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3843 | 2026-01-04T04:11:36.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3844 | 2026-01-04T04:11:36.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3845 | 2026-01-04T04:11:36.576Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3846 | 2026-01-04T04:11:36.576Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3847 | 2026-01-04T04:11:36.576Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3848 | 2026-01-04T04:11:36.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 3849 | 2026-01-04T04:11:36.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 3850 | 2026-01-04T04:11:36.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 3851 | 2026-01-04T04:11:36.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 3852 | 2026-01-04T04:11:36.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 3853 | 2026-01-04T04:11:36.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 3854 | 2026-01-04T04:11:36.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 3855 | 2026-01-04T04:11:36.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 3856 | 2026-01-04T04:11:36.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 3857 | 2026-01-04T04:11:36.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 3858 | 2026-01-04T04:11:36.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 3859 | 2026-01-04T04:11:36.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3860 | 2026-01-04T04:11:36.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3861 | 2026-01-04T04:11:36.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3862 | 2026-01-04T04:11:36.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3863 | 2026-01-04T04:11:36.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 3864 | 2026-01-04T04:11:36.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3865 | 2026-01-04T04:11:36.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3866 | 2026-01-04T04:11:37.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3867 | 2026-01-04T04:11:37.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3868 | 2026-01-04T04:11:37.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3869 | 2026-01-04T04:11:37.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3870 | 2026-01-04T04:11:37.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3871 | 2026-01-04T04:11:37.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3872 | 2026-01-04T04:11:37.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3873 | 2026-01-04T04:11:37.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3874 | 2026-01-04T04:11:37.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3875 | 2026-01-04T04:11:38.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3876 | 2026-01-04T04:11:38.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3877 | 2026-01-04T04:11:38.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3878 | 2026-01-04T04:11:38.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3879 | 2026-01-04T04:11:38.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3880 | 2026-01-04T04:11:38.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3881 | 2026-01-04T04:11:38.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3882 | 2026-01-04T04:11:38.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3883 | 2026-01-04T04:11:38.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3884 | 2026-01-04T04:11:39.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3885 | 2026-01-04T04:11:39.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3886 | 2026-01-04T04:11:39.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3887 | 2026-01-04T04:11:39.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3888 | 2026-01-04T04:11:39.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3889 | 2026-01-04T04:11:39.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3890 | 2026-01-04T04:11:39.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3891 | 2026-01-04T04:11:39.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3892 | 2026-01-04T04:11:39.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3893 | 2026-01-04T04:11:40.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3894 | 2026-01-04T04:11:40.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3895 | 2026-01-04T04:11:40.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3896 | 2026-01-04T04:11:40.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3897 | 2026-01-04T04:11:40.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3898 | 2026-01-04T04:11:40.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3899 | 2026-01-04T04:11:40.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3900 | 2026-01-04T04:11:40.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3901 | 2026-01-04T04:11:40.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3902 | 2026-01-04T04:11:41.515Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 3903 | 2026-01-04T04:11:41.515Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 3904 | 2026-01-04T04:11:41.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 3905 | 2026-01-04T04:11:41.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 3906 | 2026-01-04T04:11:41.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3907 | 2026-01-04T04:11:41.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3908 | 2026-01-04T04:11:41.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3909 | 2026-01-04T04:11:41.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3910 | 2026-01-04T04:11:41.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3911 | 2026-01-04T04:11:41.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3912 | 2026-01-04T04:11:41.544Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "1deeca20-a3d3-4a56-a888-c7d0646630e5", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:11:41 GMT"} })
|
| 3913 | 2026-01-04T04:11:41.544Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 3914 | 2026-01-04T04:11:41.547Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "bc1abc4c-9b13-4026-9c74-5adceeac4e82", "content-length": "29", "date": "Sun, 04 Jan 2026 04:11:41 GMT"} })
|
| 3915 | 2026-01-04T04:11:41.547Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3916 | 2026-01-04T04:11:41.556Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 3917 | 2026-01-04T04:11:41.576Z | DEBG | oximeter (results-sink): inserting 914 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3918 | 2026-01-04T04:11:41.576Z | DEBG | oximeter (results-sink-cluster): inserting 914 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3919 | 2026-01-04T04:11:41.576Z | DEBG | oximeter (clickhouse-client): unrolling 914 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3920 | 2026-01-04T04:11:41.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1216
table_name = fields_string
|
| 3921 | 2026-01-04T04:11:41.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 3922 | 2026-01-04T04:11:41.619Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u32
|
| 3923 | 2026-01-04T04:11:41.620Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 530
table_name = fields_uuid
|
| 3924 | 2026-01-04T04:11:41.622Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 844
table_name = measurements_cumulativeu64
|
| 3925 | 2026-01-04T04:11:41.624Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 3926 | 2026-01-04T04:11:41.626Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 3927 | 2026-01-04T04:11:41.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3928 | 2026-01-04T04:11:41.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3929 | 2026-01-04T04:11:41.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3930 | 2026-01-04T04:11:41.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 3931 | 2026-01-04T04:11:42.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3932 | 2026-01-04T04:11:42.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3933 | 2026-01-04T04:11:42.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3934 | 2026-01-04T04:11:42.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3935 | 2026-01-04T04:11:42.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3936 | 2026-01-04T04:11:42.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3937 | 2026-01-04T04:11:42.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3938 | 2026-01-04T04:11:42.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3939 | 2026-01-04T04:11:42.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3940 | 2026-01-04T04:11:43.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3941 | 2026-01-04T04:11:43.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3942 | 2026-01-04T04:11:43.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3943 | 2026-01-04T04:11:43.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3944 | 2026-01-04T04:11:43.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3945 | 2026-01-04T04:11:43.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3946 | 2026-01-04T04:11:43.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3947 | 2026-01-04T04:11:43.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3948 | 2026-01-04T04:11:43.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3949 | 2026-01-04T04:11:44.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3950 | 2026-01-04T04:11:44.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3951 | 2026-01-04T04:11:44.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3952 | 2026-01-04T04:11:44.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3953 | 2026-01-04T04:11:44.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3954 | 2026-01-04T04:11:44.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3955 | 2026-01-04T04:11:44.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3956 | 2026-01-04T04:11:44.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3957 | 2026-01-04T04:11:44.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3958 | 2026-01-04T04:11:45.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3959 | 2026-01-04T04:11:45.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3960 | 2026-01-04T04:11:45.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3961 | 2026-01-04T04:11:45.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3962 | 2026-01-04T04:11:45.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3963 | 2026-01-04T04:11:45.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3964 | 2026-01-04T04:11:45.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3965 | 2026-01-04T04:11:45.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3966 | 2026-01-04T04:11:45.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3967 | 2026-01-04T04:11:46.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3968 | 2026-01-04T04:11:46.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3969 | 2026-01-04T04:11:46.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3970 | 2026-01-04T04:11:46.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3971 | 2026-01-04T04:11:46.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3972 | 2026-01-04T04:11:46.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3973 | 2026-01-04T04:11:46.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 3974 | 2026-01-04T04:11:46.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 3975 | 2026-01-04T04:11:46.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3976 | 2026-01-04T04:11:46.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3977 | 2026-01-04T04:11:46.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3978 | 2026-01-04T04:11:46.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3979 | 2026-01-04T04:11:46.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3980 | 2026-01-04T04:11:46.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3981 | 2026-01-04T04:11:46.538Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 3982 | 2026-01-04T04:11:46.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3983 | 2026-01-04T04:11:46.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3984 | 2026-01-04T04:11:46.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 3985 | 2026-01-04T04:11:46.576Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3986 | 2026-01-04T04:11:46.576Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 3987 | 2026-01-04T04:11:46.576Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 3988 | 2026-01-04T04:11:46.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 3989 | 2026-01-04T04:11:46.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 3990 | 2026-01-04T04:11:46.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 3991 | 2026-01-04T04:11:46.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 3992 | 2026-01-04T04:11:46.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 3993 | 2026-01-04T04:11:46.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 3994 | 2026-01-04T04:11:46.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 3995 | 2026-01-04T04:11:46.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 3996 | 2026-01-04T04:11:46.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 3997 | 2026-01-04T04:11:46.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 3998 | 2026-01-04T04:11:46.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 3999 | 2026-01-04T04:11:46.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4000 | 2026-01-04T04:11:46.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4001 | 2026-01-04T04:11:46.668Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4002 | 2026-01-04T04:11:46.668Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4003 | 2026-01-04T04:11:46.670Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4004 | 2026-01-04T04:11:46.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4005 | 2026-01-04T04:11:46.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4006 | 2026-01-04T04:11:47.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4007 | 2026-01-04T04:11:47.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4008 | 2026-01-04T04:11:47.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4009 | 2026-01-04T04:11:47.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4010 | 2026-01-04T04:11:47.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4011 | 2026-01-04T04:11:47.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4012 | 2026-01-04T04:11:47.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4013 | 2026-01-04T04:11:47.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4014 | 2026-01-04T04:11:47.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4015 | 2026-01-04T04:11:48.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4016 | 2026-01-04T04:11:48.528Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4017 | 2026-01-04T04:11:48.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4018 | 2026-01-04T04:11:48.528Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4019 | 2026-01-04T04:11:48.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4020 | 2026-01-04T04:11:48.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4021 | 2026-01-04T04:11:48.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4022 | 2026-01-04T04:11:48.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4023 | 2026-01-04T04:11:48.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4024 | 2026-01-04T04:11:49.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4025 | 2026-01-04T04:11:49.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4026 | 2026-01-04T04:11:49.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4027 | 2026-01-04T04:11:49.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4028 | 2026-01-04T04:11:49.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4029 | 2026-01-04T04:11:49.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4030 | 2026-01-04T04:11:49.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4031 | 2026-01-04T04:11:49.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4032 | 2026-01-04T04:11:49.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4033 | 2026-01-04T04:11:50.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4034 | 2026-01-04T04:11:50.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4035 | 2026-01-04T04:11:50.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4036 | 2026-01-04T04:11:50.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4037 | 2026-01-04T04:11:50.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4038 | 2026-01-04T04:11:50.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4039 | 2026-01-04T04:11:50.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4040 | 2026-01-04T04:11:50.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4041 | 2026-01-04T04:11:50.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4042 | 2026-01-04T04:11:51.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4043 | 2026-01-04T04:11:51.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4044 | 2026-01-04T04:11:51.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4045 | 2026-01-04T04:11:51.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4046 | 2026-01-04T04:11:51.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4047 | 2026-01-04T04:11:51.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4048 | 2026-01-04T04:11:51.576Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4049 | 2026-01-04T04:11:51.576Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4050 | 2026-01-04T04:11:51.576Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4051 | 2026-01-04T04:11:51.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 4052 | 2026-01-04T04:11:51.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 4053 | 2026-01-04T04:11:51.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 4054 | 2026-01-04T04:11:51.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4055 | 2026-01-04T04:11:51.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 4056 | 2026-01-04T04:11:51.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 4057 | 2026-01-04T04:11:51.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4058 | 2026-01-04T04:11:51.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4059 | 2026-01-04T04:11:51.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4060 | 2026-01-04T04:11:51.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4061 | 2026-01-04T04:11:52.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4062 | 2026-01-04T04:11:52.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4063 | 2026-01-04T04:11:52.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4064 | 2026-01-04T04:11:52.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4065 | 2026-01-04T04:11:52.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4066 | 2026-01-04T04:11:52.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4067 | 2026-01-04T04:11:52.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4068 | 2026-01-04T04:11:52.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4069 | 2026-01-04T04:11:52.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4070 | 2026-01-04T04:11:53.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4071 | 2026-01-04T04:11:53.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4072 | 2026-01-04T04:11:53.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4073 | 2026-01-04T04:11:53.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4074 | 2026-01-04T04:11:53.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4075 | 2026-01-04T04:11:53.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4076 | 2026-01-04T04:11:53.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4077 | 2026-01-04T04:11:53.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4078 | 2026-01-04T04:11:53.676Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4079 | 2026-01-04T04:11:54.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4080 | 2026-01-04T04:11:54.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4081 | 2026-01-04T04:11:54.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4082 | 2026-01-04T04:11:54.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4083 | 2026-01-04T04:11:54.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4084 | 2026-01-04T04:11:54.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4085 | 2026-01-04T04:11:54.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4086 | 2026-01-04T04:11:54.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4087 | 2026-01-04T04:11:54.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4088 | 2026-01-04T04:11:55.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4089 | 2026-01-04T04:11:55.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4090 | 2026-01-04T04:11:55.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4091 | 2026-01-04T04:11:55.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4092 | 2026-01-04T04:11:55.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4093 | 2026-01-04T04:11:55.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4094 | 2026-01-04T04:11:55.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4095 | 2026-01-04T04:11:55.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4096 | 2026-01-04T04:11:55.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4097 | 2026-01-04T04:11:56.515Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 4098 | 2026-01-04T04:11:56.515Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 4099 | 2026-01-04T04:11:56.518Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "619b735e-e40d-45d9-bfb2-40e8868b5d2e", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:11:56 GMT"} })
|
| 4100 | 2026-01-04T04:11:56.518Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 4101 | 2026-01-04T04:11:56.521Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "52b52573-44e7-4f77-8e45-aa074c882dad", "content-length": "29", "date": "Sun, 04 Jan 2026 04:11:56 GMT"} })
|
| 4102 | 2026-01-04T04:11:56.521Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:37318
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
|
| 4103 | 2026-01-04T04:11:56.521Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4104 | 2026-01-04T04:11:56.521Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4105 | 2026-01-04T04:11:56.521Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:37318
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4106 | 2026-01-04T04:11:56.522Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4107 | 2026-01-04T04:11:56.522Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4108 | 2026-01-04T04:11:56.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4109 | 2026-01-04T04:11:56.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4110 | 2026-01-04T04:11:56.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4111 | 2026-01-04T04:11:56.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4112 | 2026-01-04T04:11:56.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4113 | 2026-01-04T04:11:56.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4114 | 2026-01-04T04:11:56.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4115 | 2026-01-04T04:11:56.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4116 | 2026-01-04T04:11:56.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4117 | 2026-01-04T04:11:56.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4118 | 2026-01-04T04:11:56.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4119 | 2026-01-04T04:11:56.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4120 | 2026-01-04T04:11:56.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4121 | 2026-01-04T04:11:56.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4122 | 2026-01-04T04:11:56.534Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4123 | 2026-01-04T04:11:56.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4124 | 2026-01-04T04:11:56.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4125 | 2026-01-04T04:11:56.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4126 | 2026-01-04T04:11:56.576Z | DEBG | oximeter (results-sink): inserting 433 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4127 | 2026-01-04T04:11:56.576Z | DEBG | oximeter (results-sink-cluster): inserting 433 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4128 | 2026-01-04T04:11:56.576Z | DEBG | oximeter (clickhouse-client): unrolling 433 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4129 | 2026-01-04T04:11:56.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 24
table_name = fields_i16
|
| 4130 | 2026-01-04T04:11:56.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 4
table_name = fields_ipaddr
|
| 4131 | 2026-01-04T04:11:56.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 240
table_name = fields_string
|
| 4132 | 2026-01-04T04:11:56.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 47
table_name = fields_u16
|
| 4133 | 2026-01-04T04:11:56.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 24
table_name = fields_u32
|
| 4134 | 2026-01-04T04:11:56.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 12
table_name = fields_u8
|
| 4135 | 2026-01-04T04:11:56.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 135
table_name = fields_uuid
|
| 4136 | 2026-01-04T04:11:56.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 342
table_name = measurements_cumulativeu64
|
| 4137 | 2026-01-04T04:11:56.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 4138 | 2026-01-04T04:11:56.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 4139 | 2026-01-04T04:11:56.669Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4140 | 2026-01-04T04:11:56.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4141 | 2026-01-04T04:11:56.669Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4142 | 2026-01-04T04:11:56.669Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4143 | 2026-01-04T04:11:56.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4144 | 2026-01-04T04:11:56.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4145 | 2026-01-04T04:11:56.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4146 | 2026-01-04T04:11:56.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4147 | 2026-01-04T04:11:56.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4148 | 2026-01-04T04:11:56.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4149 | 2026-01-04T04:11:57.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4150 | 2026-01-04T04:11:57.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4151 | 2026-01-04T04:11:57.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4152 | 2026-01-04T04:11:57.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4153 | 2026-01-04T04:11:57.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4154 | 2026-01-04T04:11:57.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4155 | 2026-01-04T04:11:57.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4156 | 2026-01-04T04:11:57.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4157 | 2026-01-04T04:11:57.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4158 | 2026-01-04T04:11:58.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4159 | 2026-01-04T04:11:58.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4160 | 2026-01-04T04:11:58.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4161 | 2026-01-04T04:11:58.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4162 | 2026-01-04T04:11:58.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4163 | 2026-01-04T04:11:58.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4164 | 2026-01-04T04:11:58.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4165 | 2026-01-04T04:11:58.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4166 | 2026-01-04T04:11:58.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4167 | 2026-01-04T04:11:59.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4168 | 2026-01-04T04:11:59.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4169 | 2026-01-04T04:11:59.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4170 | 2026-01-04T04:11:59.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4171 | 2026-01-04T04:11:59.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4172 | 2026-01-04T04:11:59.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4173 | 2026-01-04T04:11:59.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4174 | 2026-01-04T04:11:59.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4175 | 2026-01-04T04:11:59.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4176 | 2026-01-04T04:12:00.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4177 | 2026-01-04T04:12:00.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4178 | 2026-01-04T04:12:00.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4179 | 2026-01-04T04:12:00.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4180 | 2026-01-04T04:12:00.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4181 | 2026-01-04T04:12:00.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4182 | 2026-01-04T04:12:00.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4183 | 2026-01-04T04:12:00.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4184 | 2026-01-04T04:12:00.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4185 | 2026-01-04T04:12:01.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4186 | 2026-01-04T04:12:01.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4187 | 2026-01-04T04:12:01.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4188 | 2026-01-04T04:12:01.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4189 | 2026-01-04T04:12:01.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4190 | 2026-01-04T04:12:01.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4191 | 2026-01-04T04:12:01.576Z | DEBG | oximeter (results-sink): inserting 233 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4192 | 2026-01-04T04:12:01.576Z | DEBG | oximeter (results-sink-cluster): inserting 233 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4193 | 2026-01-04T04:12:01.576Z | DEBG | oximeter (clickhouse-client): unrolling 233 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4194 | 2026-01-04T04:12:01.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 4195 | 2026-01-04T04:12:01.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 79
table_name = fields_string
|
| 4196 | 2026-01-04T04:12:01.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 16
table_name = fields_u16
|
| 4197 | 2026-01-04T04:12:01.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 80
table_name = fields_uuid
|
| 4198 | 2026-01-04T04:12:01.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 163
table_name = measurements_cumulativeu64
|
| 4199 | 2026-01-04T04:12:01.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 4200 | 2026-01-04T04:12:01.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 4201 | 2026-01-04T04:12:01.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4202 | 2026-01-04T04:12:01.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4203 | 2026-01-04T04:12:01.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4204 | 2026-01-04T04:12:01.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4205 | 2026-01-04T04:12:02.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4206 | 2026-01-04T04:12:02.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4207 | 2026-01-04T04:12:02.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4208 | 2026-01-04T04:12:02.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4209 | 2026-01-04T04:12:02.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4210 | 2026-01-04T04:12:02.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4211 | 2026-01-04T04:12:02.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4212 | 2026-01-04T04:12:02.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4213 | 2026-01-04T04:12:02.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4214 | 2026-01-04T04:12:03.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4215 | 2026-01-04T04:12:03.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4216 | 2026-01-04T04:12:03.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4217 | 2026-01-04T04:12:03.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4218 | 2026-01-04T04:12:03.529Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4219 | 2026-01-04T04:12:03.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4220 | 2026-01-04T04:12:03.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4221 | 2026-01-04T04:12:03.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4222 | 2026-01-04T04:12:03.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4223 | 2026-01-04T04:12:04.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4224 | 2026-01-04T04:12:04.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4225 | 2026-01-04T04:12:04.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4226 | 2026-01-04T04:12:04.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4227 | 2026-01-04T04:12:04.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4228 | 2026-01-04T04:12:04.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4229 | 2026-01-04T04:12:04.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4230 | 2026-01-04T04:12:04.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4231 | 2026-01-04T04:12:04.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4232 | 2026-01-04T04:12:05.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4233 | 2026-01-04T04:12:05.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4234 | 2026-01-04T04:12:05.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4235 | 2026-01-04T04:12:05.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4236 | 2026-01-04T04:12:05.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4237 | 2026-01-04T04:12:05.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4238 | 2026-01-04T04:12:05.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4239 | 2026-01-04T04:12:05.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4240 | 2026-01-04T04:12:05.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4241 | 2026-01-04T04:12:06.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4242 | 2026-01-04T04:12:06.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4243 | 2026-01-04T04:12:06.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4244 | 2026-01-04T04:12:06.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4245 | 2026-01-04T04:12:06.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4246 | 2026-01-04T04:12:06.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4247 | 2026-01-04T04:12:06.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4248 | 2026-01-04T04:12:06.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4249 | 2026-01-04T04:12:06.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4250 | 2026-01-04T04:12:06.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4251 | 2026-01-04T04:12:06.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4252 | 2026-01-04T04:12:06.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4253 | 2026-01-04T04:12:06.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4254 | 2026-01-04T04:12:06.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4255 | 2026-01-04T04:12:06.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4256 | 2026-01-04T04:12:06.576Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4257 | 2026-01-04T04:12:06.576Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4258 | 2026-01-04T04:12:06.576Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4259 | 2026-01-04T04:12:06.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 118
table_name = fields_string
|
| 4260 | 2026-01-04T04:12:06.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = fields_u16
|
| 4261 | 2026-01-04T04:12:06.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 95
table_name = fields_uuid
|
| 4262 | 2026-01-04T04:12:06.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4263 | 2026-01-04T04:12:06.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 4264 | 2026-01-04T04:12:06.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 4265 | 2026-01-04T04:12:06.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4266 | 2026-01-04T04:12:06.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4267 | 2026-01-04T04:12:06.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4268 | 2026-01-04T04:12:06.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4269 | 2026-01-04T04:12:06.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4270 | 2026-01-04T04:12:06.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4271 | 2026-01-04T04:12:06.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4272 | 2026-01-04T04:12:07.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4273 | 2026-01-04T04:12:07.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4274 | 2026-01-04T04:12:07.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4275 | 2026-01-04T04:12:07.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4276 | 2026-01-04T04:12:07.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4277 | 2026-01-04T04:12:07.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4278 | 2026-01-04T04:12:07.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4279 | 2026-01-04T04:12:07.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4280 | 2026-01-04T04:12:07.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4281 | 2026-01-04T04:12:08.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4282 | 2026-01-04T04:12:08.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4283 | 2026-01-04T04:12:08.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4284 | 2026-01-04T04:12:08.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4285 | 2026-01-04T04:12:08.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4286 | 2026-01-04T04:12:08.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4287 | 2026-01-04T04:12:08.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4288 | 2026-01-04T04:12:08.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4289 | 2026-01-04T04:12:08.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4290 | 2026-01-04T04:12:09.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4291 | 2026-01-04T04:12:09.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4292 | 2026-01-04T04:12:09.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4293 | 2026-01-04T04:12:09.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4294 | 2026-01-04T04:12:09.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4295 | 2026-01-04T04:12:09.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4296 | 2026-01-04T04:12:09.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4297 | 2026-01-04T04:12:09.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4298 | 2026-01-04T04:12:09.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4299 | 2026-01-04T04:12:10.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4300 | 2026-01-04T04:12:10.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4301 | 2026-01-04T04:12:10.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4302 | 2026-01-04T04:12:10.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4303 | 2026-01-04T04:12:10.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4304 | 2026-01-04T04:12:10.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4305 | 2026-01-04T04:12:10.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4306 | 2026-01-04T04:12:10.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4307 | 2026-01-04T04:12:10.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4308 | 2026-01-04T04:12:11.515Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 4309 | 2026-01-04T04:12:11.515Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 4310 | 2026-01-04T04:12:11.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "01904284-075d-4d38-92f2-c43b3483e7d1", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:12:11 GMT"} })
|
| 4311 | 2026-01-04T04:12:11.519Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 4312 | 2026-01-04T04:12:11.521Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "c42b8dac-fc3e-4c78-8619-397d577ef326", "content-length": "29", "date": "Sun, 04 Jan 2026 04:12:11 GMT"} })
|
| 4313 | 2026-01-04T04:12:11.521Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4314 | 2026-01-04T04:12:11.522Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 4315 | 2026-01-04T04:12:11.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 4316 | 2026-01-04T04:12:11.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 4317 | 2026-01-04T04:12:11.529Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4318 | 2026-01-04T04:12:11.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4319 | 2026-01-04T04:12:11.529Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4320 | 2026-01-04T04:12:11.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4321 | 2026-01-04T04:12:11.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4322 | 2026-01-04T04:12:11.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4323 | 2026-01-04T04:12:11.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4324 | 2026-01-04T04:12:11.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4325 | 2026-01-04T04:12:11.557Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 4326 | 2026-01-04T04:12:11.576Z | DEBG | oximeter (results-sink): inserting 917 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4327 | 2026-01-04T04:12:11.576Z | DEBG | oximeter (results-sink-cluster): inserting 917 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4328 | 2026-01-04T04:12:11.576Z | DEBG | oximeter (clickhouse-client): unrolling 917 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4329 | 2026-01-04T04:12:11.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 4330 | 2026-01-04T04:12:11.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1219
table_name = fields_string
|
| 4331 | 2026-01-04T04:12:11.618Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 16
table_name = fields_u16
|
| 4332 | 2026-01-04T04:12:11.620Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u32
|
| 4333 | 2026-01-04T04:12:11.621Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 536
table_name = fields_uuid
|
| 4334 | 2026-01-04T04:12:11.623Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 847
table_name = measurements_cumulativeu64
|
| 4335 | 2026-01-04T04:12:11.625Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 4336 | 2026-01-04T04:12:11.626Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 4337 | 2026-01-04T04:12:11.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4338 | 2026-01-04T04:12:11.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4339 | 2026-01-04T04:12:11.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4340 | 2026-01-04T04:12:11.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4341 | 2026-01-04T04:12:12.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4342 | 2026-01-04T04:12:12.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4343 | 2026-01-04T04:12:12.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4344 | 2026-01-04T04:12:12.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4345 | 2026-01-04T04:12:12.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4346 | 2026-01-04T04:12:12.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4347 | 2026-01-04T04:12:12.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4348 | 2026-01-04T04:12:12.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4349 | 2026-01-04T04:12:12.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4350 | 2026-01-04T04:12:13.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4351 | 2026-01-04T04:12:13.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4352 | 2026-01-04T04:12:13.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4353 | 2026-01-04T04:12:13.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4354 | 2026-01-04T04:12:13.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4355 | 2026-01-04T04:12:13.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4356 | 2026-01-04T04:12:13.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4357 | 2026-01-04T04:12:13.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4358 | 2026-01-04T04:12:13.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4359 | 2026-01-04T04:12:14.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4360 | 2026-01-04T04:12:14.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4361 | 2026-01-04T04:12:14.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4362 | 2026-01-04T04:12:14.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4363 | 2026-01-04T04:12:14.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4364 | 2026-01-04T04:12:14.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4365 | 2026-01-04T04:12:14.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4366 | 2026-01-04T04:12:14.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4367 | 2026-01-04T04:12:14.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4368 | 2026-01-04T04:12:15.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4369 | 2026-01-04T04:12:15.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4370 | 2026-01-04T04:12:15.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4371 | 2026-01-04T04:12:15.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4372 | 2026-01-04T04:12:15.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4373 | 2026-01-04T04:12:15.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4374 | 2026-01-04T04:12:15.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4375 | 2026-01-04T04:12:15.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4376 | 2026-01-04T04:12:15.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4377 | 2026-01-04T04:12:16.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4378 | 2026-01-04T04:12:16.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4379 | 2026-01-04T04:12:16.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4380 | 2026-01-04T04:12:16.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4381 | 2026-01-04T04:12:16.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4382 | 2026-01-04T04:12:16.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4383 | 2026-01-04T04:12:16.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4384 | 2026-01-04T04:12:16.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4385 | 2026-01-04T04:12:16.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4386 | 2026-01-04T04:12:16.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4387 | 2026-01-04T04:12:16.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4388 | 2026-01-04T04:12:16.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4389 | 2026-01-04T04:12:16.566Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4390 | 2026-01-04T04:12:16.566Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4391 | 2026-01-04T04:12:16.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4392 | 2026-01-04T04:12:16.577Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4393 | 2026-01-04T04:12:16.577Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4394 | 2026-01-04T04:12:16.577Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4395 | 2026-01-04T04:12:16.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 118
table_name = fields_string
|
| 4396 | 2026-01-04T04:12:16.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = fields_u16
|
| 4397 | 2026-01-04T04:12:16.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 95
table_name = fields_uuid
|
| 4398 | 2026-01-04T04:12:16.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4399 | 2026-01-04T04:12:16.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 4400 | 2026-01-04T04:12:16.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 4401 | 2026-01-04T04:12:16.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4402 | 2026-01-04T04:12:16.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4403 | 2026-01-04T04:12:16.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4404 | 2026-01-04T04:12:16.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4405 | 2026-01-04T04:12:16.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4406 | 2026-01-04T04:12:16.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4407 | 2026-01-04T04:12:16.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4408 | 2026-01-04T04:12:17.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4409 | 2026-01-04T04:12:17.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4410 | 2026-01-04T04:12:17.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4411 | 2026-01-04T04:12:17.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4412 | 2026-01-04T04:12:17.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4413 | 2026-01-04T04:12:17.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4414 | 2026-01-04T04:12:17.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4415 | 2026-01-04T04:12:17.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4416 | 2026-01-04T04:12:17.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4417 | 2026-01-04T04:12:18.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4418 | 2026-01-04T04:12:18.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4419 | 2026-01-04T04:12:18.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4420 | 2026-01-04T04:12:18.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4421 | 2026-01-04T04:12:18.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4422 | 2026-01-04T04:12:18.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4423 | 2026-01-04T04:12:18.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4424 | 2026-01-04T04:12:18.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4425 | 2026-01-04T04:12:18.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4426 | 2026-01-04T04:12:19.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4427 | 2026-01-04T04:12:19.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4428 | 2026-01-04T04:12:19.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4429 | 2026-01-04T04:12:19.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4430 | 2026-01-04T04:12:19.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4431 | 2026-01-04T04:12:19.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4432 | 2026-01-04T04:12:19.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4433 | 2026-01-04T04:12:19.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4434 | 2026-01-04T04:12:19.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4435 | 2026-01-04T04:12:20.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4436 | 2026-01-04T04:12:20.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4437 | 2026-01-04T04:12:20.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4438 | 2026-01-04T04:12:20.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4439 | 2026-01-04T04:12:20.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4440 | 2026-01-04T04:12:20.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4441 | 2026-01-04T04:12:20.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4442 | 2026-01-04T04:12:20.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4443 | 2026-01-04T04:12:20.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4444 | 2026-01-04T04:12:21.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4445 | 2026-01-04T04:12:21.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4446 | 2026-01-04T04:12:21.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4447 | 2026-01-04T04:12:21.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4448 | 2026-01-04T04:12:21.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4449 | 2026-01-04T04:12:21.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4450 | 2026-01-04T04:12:21.577Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4451 | 2026-01-04T04:12:21.577Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4452 | 2026-01-04T04:12:21.577Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4453 | 2026-01-04T04:12:21.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 4454 | 2026-01-04T04:12:21.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 4455 | 2026-01-04T04:12:21.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 4456 | 2026-01-04T04:12:21.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4457 | 2026-01-04T04:12:21.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 4458 | 2026-01-04T04:12:21.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 4459 | 2026-01-04T04:12:21.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4460 | 2026-01-04T04:12:21.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4461 | 2026-01-04T04:12:21.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4462 | 2026-01-04T04:12:21.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4463 | 2026-01-04T04:12:22.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4464 | 2026-01-04T04:12:22.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4465 | 2026-01-04T04:12:22.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4466 | 2026-01-04T04:12:22.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4467 | 2026-01-04T04:12:22.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4468 | 2026-01-04T04:12:22.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4469 | 2026-01-04T04:12:22.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4470 | 2026-01-04T04:12:22.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4471 | 2026-01-04T04:12:22.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4472 | 2026-01-04T04:12:23.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4473 | 2026-01-04T04:12:23.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4474 | 2026-01-04T04:12:23.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4475 | 2026-01-04T04:12:23.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4476 | 2026-01-04T04:12:23.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4477 | 2026-01-04T04:12:23.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4478 | 2026-01-04T04:12:23.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4479 | 2026-01-04T04:12:23.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4480 | 2026-01-04T04:12:23.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4481 | 2026-01-04T04:12:24.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4482 | 2026-01-04T04:12:24.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4483 | 2026-01-04T04:12:24.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4484 | 2026-01-04T04:12:24.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4485 | 2026-01-04T04:12:24.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4486 | 2026-01-04T04:12:24.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4487 | 2026-01-04T04:12:24.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4488 | 2026-01-04T04:12:24.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4489 | 2026-01-04T04:12:24.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4490 | 2026-01-04T04:12:25.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4491 | 2026-01-04T04:12:25.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4492 | 2026-01-04T04:12:25.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4493 | 2026-01-04T04:12:25.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4494 | 2026-01-04T04:12:25.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4495 | 2026-01-04T04:12:25.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4496 | 2026-01-04T04:12:25.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4497 | 2026-01-04T04:12:25.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4498 | 2026-01-04T04:12:25.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4499 | 2026-01-04T04:12:26.516Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 4500 | 2026-01-04T04:12:26.516Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 4501 | 2026-01-04T04:12:26.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "dc39cf08-c3b0-41e2-81e7-6da3789f07c6", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:12:26 GMT"} })
|
| 4502 | 2026-01-04T04:12:26.519Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 4503 | 2026-01-04T04:12:26.521Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "2c5c6275-854d-4bd3-9646-db2fef0a8f91", "content-length": "29", "date": "Sun, 04 Jan 2026 04:12:26 GMT"} })
|
| 4504 | 2026-01-04T04:12:26.521Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:55205
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 10s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
|
| 4505 | 2026-01-04T04:12:26.521Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4506 | 2026-01-04T04:12:26.521Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4507 | 2026-01-04T04:12:26.521Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:55205
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 10s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4508 | 2026-01-04T04:12:26.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4509 | 2026-01-04T04:12:26.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4510 | 2026-01-04T04:12:26.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4511 | 2026-01-04T04:12:26.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4512 | 2026-01-04T04:12:26.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4513 | 2026-01-04T04:12:26.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4514 | 2026-01-04T04:12:26.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4515 | 2026-01-04T04:12:26.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4516 | 2026-01-04T04:12:26.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4517 | 2026-01-04T04:12:26.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4518 | 2026-01-04T04:12:26.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4519 | 2026-01-04T04:12:26.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4520 | 2026-01-04T04:12:26.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4521 | 2026-01-04T04:12:26.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4522 | 2026-01-04T04:12:26.538Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4523 | 2026-01-04T04:12:26.566Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4524 | 2026-01-04T04:12:26.566Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4525 | 2026-01-04T04:12:26.566Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4526 | 2026-01-04T04:12:26.570Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4527 | 2026-01-04T04:12:26.576Z | DEBG | oximeter (results-sink): inserting 457 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4528 | 2026-01-04T04:12:26.576Z | DEBG | oximeter (results-sink-cluster): inserting 457 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4529 | 2026-01-04T04:12:26.576Z | DEBG | oximeter (clickhouse-client): unrolling 457 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4530 | 2026-01-04T04:12:26.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 4531 | 2026-01-04T04:12:26.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 2
table_name = fields_ipaddr
|
| 4532 | 2026-01-04T04:12:26.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1175
table_name = fields_string
|
| 4533 | 2026-01-04T04:12:26.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 238
table_name = fields_u16
|
| 4534 | 2026-01-04T04:12:26.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 4535 | 2026-01-04T04:12:26.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 4536 | 2026-01-04T04:12:26.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 712
table_name = fields_uuid
|
| 4537 | 2026-01-04T04:12:26.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 4538 | 2026-01-04T04:12:26.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 315
table_name = measurements_cumulativeu64
|
| 4539 | 2026-01-04T04:12:26.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 4540 | 2026-01-04T04:12:26.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 4541 | 2026-01-04T04:12:26.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 4542 | 2026-01-04T04:12:26.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4543 | 2026-01-04T04:12:26.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4544 | 2026-01-04T04:12:26.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4545 | 2026-01-04T04:12:26.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4546 | 2026-01-04T04:12:26.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4547 | 2026-01-04T04:12:26.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4548 | 2026-01-04T04:12:26.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4549 | 2026-01-04T04:12:27.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4550 | 2026-01-04T04:12:27.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4551 | 2026-01-04T04:12:27.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4552 | 2026-01-04T04:12:27.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4553 | 2026-01-04T04:12:27.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4554 | 2026-01-04T04:12:27.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4555 | 2026-01-04T04:12:27.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4556 | 2026-01-04T04:12:27.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4557 | 2026-01-04T04:12:27.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4558 | 2026-01-04T04:12:28.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4559 | 2026-01-04T04:12:28.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4560 | 2026-01-04T04:12:28.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4561 | 2026-01-04T04:12:28.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4562 | 2026-01-04T04:12:28.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4563 | 2026-01-04T04:12:28.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4564 | 2026-01-04T04:12:28.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4565 | 2026-01-04T04:12:28.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4566 | 2026-01-04T04:12:28.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4567 | 2026-01-04T04:12:29.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4568 | 2026-01-04T04:12:29.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4569 | 2026-01-04T04:12:29.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4570 | 2026-01-04T04:12:29.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4571 | 2026-01-04T04:12:29.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4572 | 2026-01-04T04:12:29.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4573 | 2026-01-04T04:12:29.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4574 | 2026-01-04T04:12:29.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4575 | 2026-01-04T04:12:29.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4576 | 2026-01-04T04:12:30.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4577 | 2026-01-04T04:12:30.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4578 | 2026-01-04T04:12:30.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4579 | 2026-01-04T04:12:30.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4580 | 2026-01-04T04:12:30.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4581 | 2026-01-04T04:12:30.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4582 | 2026-01-04T04:12:30.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4583 | 2026-01-04T04:12:30.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4584 | 2026-01-04T04:12:30.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4585 | 2026-01-04T04:12:31.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4586 | 2026-01-04T04:12:31.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4587 | 2026-01-04T04:12:31.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4588 | 2026-01-04T04:12:31.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4589 | 2026-01-04T04:12:31.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4590 | 2026-01-04T04:12:31.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4591 | 2026-01-04T04:12:31.576Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4592 | 2026-01-04T04:12:31.576Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4593 | 2026-01-04T04:12:31.576Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4594 | 2026-01-04T04:12:31.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 4595 | 2026-01-04T04:12:31.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 4596 | 2026-01-04T04:12:31.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 4597 | 2026-01-04T04:12:31.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4598 | 2026-01-04T04:12:31.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 4599 | 2026-01-04T04:12:31.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 4600 | 2026-01-04T04:12:31.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4601 | 2026-01-04T04:12:31.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4602 | 2026-01-04T04:12:31.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4603 | 2026-01-04T04:12:31.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4604 | 2026-01-04T04:12:32.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4605 | 2026-01-04T04:12:32.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4606 | 2026-01-04T04:12:32.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4607 | 2026-01-04T04:12:32.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4608 | 2026-01-04T04:12:32.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4609 | 2026-01-04T04:12:32.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4610 | 2026-01-04T04:12:32.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4611 | 2026-01-04T04:12:32.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4612 | 2026-01-04T04:12:32.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4613 | 2026-01-04T04:12:33.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4614 | 2026-01-04T04:12:33.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4615 | 2026-01-04T04:12:33.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4616 | 2026-01-04T04:12:33.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4617 | 2026-01-04T04:12:33.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4618 | 2026-01-04T04:12:33.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4619 | 2026-01-04T04:12:33.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4620 | 2026-01-04T04:12:33.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4621 | 2026-01-04T04:12:33.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4622 | 2026-01-04T04:12:34.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4623 | 2026-01-04T04:12:34.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4624 | 2026-01-04T04:12:34.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4625 | 2026-01-04T04:12:34.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4626 | 2026-01-04T04:12:34.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4627 | 2026-01-04T04:12:34.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4628 | 2026-01-04T04:12:34.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4629 | 2026-01-04T04:12:34.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4630 | 2026-01-04T04:12:34.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4631 | 2026-01-04T04:12:35.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4632 | 2026-01-04T04:12:35.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4633 | 2026-01-04T04:12:35.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4634 | 2026-01-04T04:12:35.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4635 | 2026-01-04T04:12:35.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4636 | 2026-01-04T04:12:35.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4637 | 2026-01-04T04:12:35.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4638 | 2026-01-04T04:12:35.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4639 | 2026-01-04T04:12:35.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4640 | 2026-01-04T04:12:36.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4641 | 2026-01-04T04:12:36.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4642 | 2026-01-04T04:12:36.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4643 | 2026-01-04T04:12:36.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4644 | 2026-01-04T04:12:36.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4645 | 2026-01-04T04:12:36.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4646 | 2026-01-04T04:12:36.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4647 | 2026-01-04T04:12:36.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4648 | 2026-01-04T04:12:36.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4649 | 2026-01-04T04:12:36.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4650 | 2026-01-04T04:12:36.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4651 | 2026-01-04T04:12:36.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4652 | 2026-01-04T04:12:36.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4653 | 2026-01-04T04:12:36.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4654 | 2026-01-04T04:12:36.539Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4655 | 2026-01-04T04:12:36.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4656 | 2026-01-04T04:12:36.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4657 | 2026-01-04T04:12:36.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4658 | 2026-01-04T04:12:36.576Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4659 | 2026-01-04T04:12:36.576Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4660 | 2026-01-04T04:12:36.576Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4661 | 2026-01-04T04:12:36.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 4662 | 2026-01-04T04:12:36.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 4663 | 2026-01-04T04:12:36.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 4664 | 2026-01-04T04:12:36.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 4665 | 2026-01-04T04:12:36.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 4666 | 2026-01-04T04:12:36.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 4667 | 2026-01-04T04:12:36.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 4668 | 2026-01-04T04:12:36.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 4669 | 2026-01-04T04:12:36.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 4670 | 2026-01-04T04:12:36.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 4671 | 2026-01-04T04:12:36.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 4672 | 2026-01-04T04:12:36.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4673 | 2026-01-04T04:12:36.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4674 | 2026-01-04T04:12:36.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4675 | 2026-01-04T04:12:36.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4676 | 2026-01-04T04:12:36.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4677 | 2026-01-04T04:12:36.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4678 | 2026-01-04T04:12:36.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4679 | 2026-01-04T04:12:37.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4680 | 2026-01-04T04:12:37.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4681 | 2026-01-04T04:12:37.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4682 | 2026-01-04T04:12:37.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4683 | 2026-01-04T04:12:37.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4684 | 2026-01-04T04:12:37.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4685 | 2026-01-04T04:12:37.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4686 | 2026-01-04T04:12:37.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4687 | 2026-01-04T04:12:37.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4688 | 2026-01-04T04:12:38.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4689 | 2026-01-04T04:12:38.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4690 | 2026-01-04T04:12:38.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4691 | 2026-01-04T04:12:38.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4692 | 2026-01-04T04:12:38.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4693 | 2026-01-04T04:12:38.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4694 | 2026-01-04T04:12:38.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4695 | 2026-01-04T04:12:38.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4696 | 2026-01-04T04:12:38.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4697 | 2026-01-04T04:12:39.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4698 | 2026-01-04T04:12:39.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4699 | 2026-01-04T04:12:39.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4700 | 2026-01-04T04:12:39.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4701 | 2026-01-04T04:12:39.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4702 | 2026-01-04T04:12:39.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4703 | 2026-01-04T04:12:39.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4704 | 2026-01-04T04:12:39.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4705 | 2026-01-04T04:12:39.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4706 | 2026-01-04T04:12:40.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4707 | 2026-01-04T04:12:40.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4708 | 2026-01-04T04:12:40.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4709 | 2026-01-04T04:12:40.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4710 | 2026-01-04T04:12:40.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4711 | 2026-01-04T04:12:40.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4712 | 2026-01-04T04:12:40.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4713 | 2026-01-04T04:12:40.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4714 | 2026-01-04T04:12:40.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4715 | 2026-01-04T04:12:41.515Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 4716 | 2026-01-04T04:12:41.515Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 4717 | 2026-01-04T04:12:41.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "9eedb4bc-1754-4888-afd6-f33b12894983", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:12:41 GMT"} })
|
| 4718 | 2026-01-04T04:12:41.519Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 4719 | 2026-01-04T04:12:41.522Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "937eb3c4-80cd-4fca-a616-fa3c3f911e67", "content-length": "29", "date": "Sun, 04 Jan 2026 04:12:41 GMT"} })
|
| 4720 | 2026-01-04T04:12:41.522Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4721 | 2026-01-04T04:12:41.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 4722 | 2026-01-04T04:12:41.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 4723 | 2026-01-04T04:12:41.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4724 | 2026-01-04T04:12:41.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4725 | 2026-01-04T04:12:41.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4726 | 2026-01-04T04:12:41.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4727 | 2026-01-04T04:12:41.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4728 | 2026-01-04T04:12:41.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4729 | 2026-01-04T04:12:41.564Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 4730 | 2026-01-04T04:12:41.577Z | DEBG | oximeter (results-sink): inserting 914 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4731 | 2026-01-04T04:12:41.577Z | DEBG | oximeter (results-sink-cluster): inserting 914 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4732 | 2026-01-04T04:12:41.577Z | DEBG | oximeter (clickhouse-client): unrolling 914 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4733 | 2026-01-04T04:12:41.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1216
table_name = fields_string
|
| 4734 | 2026-01-04T04:12:41.618Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 4735 | 2026-01-04T04:12:41.620Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u32
|
| 4736 | 2026-01-04T04:12:41.622Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 530
table_name = fields_uuid
|
| 4737 | 2026-01-04T04:12:41.624Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 844
table_name = measurements_cumulativeu64
|
| 4738 | 2026-01-04T04:12:41.626Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 4739 | 2026-01-04T04:12:41.627Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 4740 | 2026-01-04T04:12:41.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4741 | 2026-01-04T04:12:41.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4742 | 2026-01-04T04:12:41.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4743 | 2026-01-04T04:12:41.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4744 | 2026-01-04T04:12:42.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4745 | 2026-01-04T04:12:42.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4746 | 2026-01-04T04:12:42.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4747 | 2026-01-04T04:12:42.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4748 | 2026-01-04T04:12:42.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4749 | 2026-01-04T04:12:42.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4750 | 2026-01-04T04:12:42.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4751 | 2026-01-04T04:12:42.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4752 | 2026-01-04T04:12:42.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4753 | 2026-01-04T04:12:43.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4754 | 2026-01-04T04:12:43.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4755 | 2026-01-04T04:12:43.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4756 | 2026-01-04T04:12:43.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4757 | 2026-01-04T04:12:43.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4758 | 2026-01-04T04:12:43.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4759 | 2026-01-04T04:12:43.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4760 | 2026-01-04T04:12:43.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4761 | 2026-01-04T04:12:43.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4762 | 2026-01-04T04:12:44.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4763 | 2026-01-04T04:12:44.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4764 | 2026-01-04T04:12:44.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4765 | 2026-01-04T04:12:44.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4766 | 2026-01-04T04:12:44.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4767 | 2026-01-04T04:12:44.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4768 | 2026-01-04T04:12:44.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4769 | 2026-01-04T04:12:44.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4770 | 2026-01-04T04:12:44.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4771 | 2026-01-04T04:12:45.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4772 | 2026-01-04T04:12:45.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4773 | 2026-01-04T04:12:45.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4774 | 2026-01-04T04:12:45.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4775 | 2026-01-04T04:12:45.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4776 | 2026-01-04T04:12:45.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4777 | 2026-01-04T04:12:45.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4778 | 2026-01-04T04:12:45.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4779 | 2026-01-04T04:12:45.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4780 | 2026-01-04T04:12:46.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4781 | 2026-01-04T04:12:46.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4782 | 2026-01-04T04:12:46.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4783 | 2026-01-04T04:12:46.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4784 | 2026-01-04T04:12:46.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4785 | 2026-01-04T04:12:46.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4786 | 2026-01-04T04:12:46.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4787 | 2026-01-04T04:12:46.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4788 | 2026-01-04T04:12:46.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4789 | 2026-01-04T04:12:46.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4790 | 2026-01-04T04:12:46.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4791 | 2026-01-04T04:12:46.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4792 | 2026-01-04T04:12:46.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4793 | 2026-01-04T04:12:46.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4794 | 2026-01-04T04:12:46.540Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4795 | 2026-01-04T04:12:46.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4796 | 2026-01-04T04:12:46.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4797 | 2026-01-04T04:12:46.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4798 | 2026-01-04T04:12:46.577Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4799 | 2026-01-04T04:12:46.577Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4800 | 2026-01-04T04:12:46.577Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4801 | 2026-01-04T04:12:46.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 4802 | 2026-01-04T04:12:46.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 4803 | 2026-01-04T04:12:46.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 4804 | 2026-01-04T04:12:46.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 4805 | 2026-01-04T04:12:46.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 4806 | 2026-01-04T04:12:46.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 4807 | 2026-01-04T04:12:46.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 4808 | 2026-01-04T04:12:46.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 4809 | 2026-01-04T04:12:46.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 4810 | 2026-01-04T04:12:46.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 4811 | 2026-01-04T04:12:46.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 4812 | 2026-01-04T04:12:46.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4813 | 2026-01-04T04:12:46.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4814 | 2026-01-04T04:12:46.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4815 | 2026-01-04T04:12:46.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4816 | 2026-01-04T04:12:46.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4817 | 2026-01-04T04:12:46.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4818 | 2026-01-04T04:12:46.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4819 | 2026-01-04T04:12:47.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4820 | 2026-01-04T04:12:47.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4821 | 2026-01-04T04:12:47.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4822 | 2026-01-04T04:12:47.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4823 | 2026-01-04T04:12:47.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4824 | 2026-01-04T04:12:47.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4825 | 2026-01-04T04:12:47.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4826 | 2026-01-04T04:12:47.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4827 | 2026-01-04T04:12:47.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4828 | 2026-01-04T04:12:48.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4829 | 2026-01-04T04:12:48.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4830 | 2026-01-04T04:12:48.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4831 | 2026-01-04T04:12:48.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4832 | 2026-01-04T04:12:48.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4833 | 2026-01-04T04:12:48.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4834 | 2026-01-04T04:12:48.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4835 | 2026-01-04T04:12:48.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4836 | 2026-01-04T04:12:48.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4837 | 2026-01-04T04:12:49.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4838 | 2026-01-04T04:12:49.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4839 | 2026-01-04T04:12:49.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4840 | 2026-01-04T04:12:49.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4841 | 2026-01-04T04:12:49.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4842 | 2026-01-04T04:12:49.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4843 | 2026-01-04T04:12:49.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4844 | 2026-01-04T04:12:49.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4845 | 2026-01-04T04:12:49.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4846 | 2026-01-04T04:12:50.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4847 | 2026-01-04T04:12:50.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4848 | 2026-01-04T04:12:50.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4849 | 2026-01-04T04:12:50.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4850 | 2026-01-04T04:12:50.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4851 | 2026-01-04T04:12:50.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4852 | 2026-01-04T04:12:50.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4853 | 2026-01-04T04:12:50.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4854 | 2026-01-04T04:12:50.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4855 | 2026-01-04T04:12:51.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4856 | 2026-01-04T04:12:51.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4857 | 2026-01-04T04:12:51.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4858 | 2026-01-04T04:12:51.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4859 | 2026-01-04T04:12:51.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4860 | 2026-01-04T04:12:51.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4861 | 2026-01-04T04:12:51.577Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4862 | 2026-01-04T04:12:51.577Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4863 | 2026-01-04T04:12:51.577Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4864 | 2026-01-04T04:12:51.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 4865 | 2026-01-04T04:12:51.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 4866 | 2026-01-04T04:12:51.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 4867 | 2026-01-04T04:12:51.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4868 | 2026-01-04T04:12:51.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 4869 | 2026-01-04T04:12:51.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 4870 | 2026-01-04T04:12:51.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4871 | 2026-01-04T04:12:51.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4872 | 2026-01-04T04:12:51.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4873 | 2026-01-04T04:12:51.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4874 | 2026-01-04T04:12:52.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4875 | 2026-01-04T04:12:52.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4876 | 2026-01-04T04:12:52.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4877 | 2026-01-04T04:12:52.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4878 | 2026-01-04T04:12:52.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4879 | 2026-01-04T04:12:52.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4880 | 2026-01-04T04:12:52.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4881 | 2026-01-04T04:12:52.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4882 | 2026-01-04T04:12:52.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4883 | 2026-01-04T04:12:53.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4884 | 2026-01-04T04:12:53.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4885 | 2026-01-04T04:12:53.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4886 | 2026-01-04T04:12:53.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4887 | 2026-01-04T04:12:53.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4888 | 2026-01-04T04:12:53.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4889 | 2026-01-04T04:12:53.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4890 | 2026-01-04T04:12:53.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4891 | 2026-01-04T04:12:53.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4892 | 2026-01-04T04:12:54.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4893 | 2026-01-04T04:12:54.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4894 | 2026-01-04T04:12:54.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4895 | 2026-01-04T04:12:54.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4896 | 2026-01-04T04:12:54.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4897 | 2026-01-04T04:12:54.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4898 | 2026-01-04T04:12:54.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4899 | 2026-01-04T04:12:54.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4900 | 2026-01-04T04:12:54.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4901 | 2026-01-04T04:12:55.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4902 | 2026-01-04T04:12:55.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4903 | 2026-01-04T04:12:55.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4904 | 2026-01-04T04:12:55.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4905 | 2026-01-04T04:12:55.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4906 | 2026-01-04T04:12:55.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4907 | 2026-01-04T04:12:55.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4908 | 2026-01-04T04:12:55.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4909 | 2026-01-04T04:12:55.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4910 | 2026-01-04T04:12:56.515Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 4911 | 2026-01-04T04:12:56.515Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 4912 | 2026-01-04T04:12:56.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "5cce022d-fa6e-4acb-b60f-155820320ad6", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:12:56 GMT"} })
|
| 4913 | 2026-01-04T04:12:56.519Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 4914 | 2026-01-04T04:12:56.521Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "2186b061-b69c-4f21-a3db-bfa7ba238517", "content-length": "29", "date": "Sun, 04 Jan 2026 04:12:56 GMT"} })
|
| 4915 | 2026-01-04T04:12:56.521Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4916 | 2026-01-04T04:12:56.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4917 | 2026-01-04T04:12:56.523Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4918 | 2026-01-04T04:12:56.523Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4919 | 2026-01-04T04:12:56.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4920 | 2026-01-04T04:12:56.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4921 | 2026-01-04T04:12:56.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4922 | 2026-01-04T04:12:56.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4923 | 2026-01-04T04:12:56.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4924 | 2026-01-04T04:12:56.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 4925 | 2026-01-04T04:12:56.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 4926 | 2026-01-04T04:12:56.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4927 | 2026-01-04T04:12:56.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4928 | 2026-01-04T04:12:56.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4929 | 2026-01-04T04:12:56.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4930 | 2026-01-04T04:12:56.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4931 | 2026-01-04T04:12:56.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4932 | 2026-01-04T04:12:56.540Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4933 | 2026-01-04T04:12:56.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4934 | 2026-01-04T04:12:56.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4935 | 2026-01-04T04:12:56.570Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 4936 | 2026-01-04T04:12:56.577Z | DEBG | oximeter (results-sink): inserting 458 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4937 | 2026-01-04T04:12:56.577Z | DEBG | oximeter (results-sink-cluster): inserting 458 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 4938 | 2026-01-04T04:12:56.577Z | DEBG | oximeter (clickhouse-client): unrolling 458 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 4939 | 2026-01-04T04:12:56.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 4940 | 2026-01-04T04:12:56.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 4
table_name = fields_ipaddr
|
| 4941 | 2026-01-04T04:12:56.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1176
table_name = fields_string
|
| 4942 | 2026-01-04T04:12:56.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 240
table_name = fields_u16
|
| 4943 | 2026-01-04T04:12:56.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 4944 | 2026-01-04T04:12:56.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 4945 | 2026-01-04T04:12:56.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 714
table_name = fields_uuid
|
| 4946 | 2026-01-04T04:12:56.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 4947 | 2026-01-04T04:12:56.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 316
table_name = measurements_cumulativeu64
|
| 4948 | 2026-01-04T04:12:56.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 4949 | 2026-01-04T04:12:56.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 4950 | 2026-01-04T04:12:56.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 4951 | 2026-01-04T04:12:56.669Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 4952 | 2026-01-04T04:12:56.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4953 | 2026-01-04T04:12:56.670Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4954 | 2026-01-04T04:12:56.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4955 | 2026-01-04T04:12:56.670Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4956 | 2026-01-04T04:12:56.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4957 | 2026-01-04T04:12:56.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4958 | 2026-01-04T04:12:56.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 4959 | 2026-01-04T04:12:56.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4960 | 2026-01-04T04:12:56.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 4961 | 2026-01-04T04:12:57.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4962 | 2026-01-04T04:12:57.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4963 | 2026-01-04T04:12:57.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4964 | 2026-01-04T04:12:57.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4965 | 2026-01-04T04:12:57.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4966 | 2026-01-04T04:12:57.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4967 | 2026-01-04T04:12:57.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4968 | 2026-01-04T04:12:57.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4969 | 2026-01-04T04:12:57.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4970 | 2026-01-04T04:12:58.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4971 | 2026-01-04T04:12:58.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4972 | 2026-01-04T04:12:58.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4973 | 2026-01-04T04:12:58.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4974 | 2026-01-04T04:12:58.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4975 | 2026-01-04T04:12:58.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4976 | 2026-01-04T04:12:58.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4977 | 2026-01-04T04:12:58.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4978 | 2026-01-04T04:12:58.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4979 | 2026-01-04T04:12:59.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4980 | 2026-01-04T04:12:59.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4981 | 2026-01-04T04:12:59.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4982 | 2026-01-04T04:12:59.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4983 | 2026-01-04T04:12:59.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4984 | 2026-01-04T04:12:59.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4985 | 2026-01-04T04:12:59.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4986 | 2026-01-04T04:12:59.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4987 | 2026-01-04T04:12:59.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4988 | 2026-01-04T04:13:00.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4989 | 2026-01-04T04:13:00.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4990 | 2026-01-04T04:13:00.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4991 | 2026-01-04T04:13:00.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4992 | 2026-01-04T04:13:00.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4993 | 2026-01-04T04:13:00.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4994 | 2026-01-04T04:13:00.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4995 | 2026-01-04T04:13:00.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4996 | 2026-01-04T04:13:00.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4997 | 2026-01-04T04:13:01.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4998 | 2026-01-04T04:13:01.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4999 | 2026-01-04T04:13:01.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5000 | 2026-01-04T04:13:01.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5001 | 2026-01-04T04:13:01.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5002 | 2026-01-04T04:13:01.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5003 | 2026-01-04T04:13:01.576Z | DEBG | oximeter (results-sink): inserting 233 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5004 | 2026-01-04T04:13:01.576Z | DEBG | oximeter (results-sink-cluster): inserting 233 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5005 | 2026-01-04T04:13:01.576Z | DEBG | oximeter (clickhouse-client): unrolling 233 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5006 | 2026-01-04T04:13:01.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 5007 | 2026-01-04T04:13:01.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 79
table_name = fields_string
|
| 5008 | 2026-01-04T04:13:01.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 16
table_name = fields_u16
|
| 5009 | 2026-01-04T04:13:01.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 80
table_name = fields_uuid
|
| 5010 | 2026-01-04T04:13:01.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 163
table_name = measurements_cumulativeu64
|
| 5011 | 2026-01-04T04:13:01.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 5012 | 2026-01-04T04:13:01.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 5013 | 2026-01-04T04:13:01.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5014 | 2026-01-04T04:13:01.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5015 | 2026-01-04T04:13:01.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5016 | 2026-01-04T04:13:01.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5017 | 2026-01-04T04:13:02.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5018 | 2026-01-04T04:13:02.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5019 | 2026-01-04T04:13:02.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5020 | 2026-01-04T04:13:02.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5021 | 2026-01-04T04:13:02.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5022 | 2026-01-04T04:13:02.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5023 | 2026-01-04T04:13:02.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5024 | 2026-01-04T04:13:02.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5025 | 2026-01-04T04:13:02.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5026 | 2026-01-04T04:13:03.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5027 | 2026-01-04T04:13:03.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5028 | 2026-01-04T04:13:03.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5029 | 2026-01-04T04:13:03.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5030 | 2026-01-04T04:13:03.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5031 | 2026-01-04T04:13:03.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5032 | 2026-01-04T04:13:03.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5033 | 2026-01-04T04:13:03.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5034 | 2026-01-04T04:13:03.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5035 | 2026-01-04T04:13:04.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5036 | 2026-01-04T04:13:04.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5037 | 2026-01-04T04:13:04.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5038 | 2026-01-04T04:13:04.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5039 | 2026-01-04T04:13:04.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5040 | 2026-01-04T04:13:04.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5041 | 2026-01-04T04:13:04.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5042 | 2026-01-04T04:13:04.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5043 | 2026-01-04T04:13:04.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5044 | 2026-01-04T04:13:05.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5045 | 2026-01-04T04:13:05.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5046 | 2026-01-04T04:13:05.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5047 | 2026-01-04T04:13:05.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5048 | 2026-01-04T04:13:05.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5049 | 2026-01-04T04:13:05.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5050 | 2026-01-04T04:13:05.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5051 | 2026-01-04T04:13:05.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5052 | 2026-01-04T04:13:05.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5053 | 2026-01-04T04:13:06.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5054 | 2026-01-04T04:13:06.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5055 | 2026-01-04T04:13:06.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5056 | 2026-01-04T04:13:06.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5057 | 2026-01-04T04:13:06.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5058 | 2026-01-04T04:13:06.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5059 | 2026-01-04T04:13:06.523Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5060 | 2026-01-04T04:13:06.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5061 | 2026-01-04T04:13:06.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5062 | 2026-01-04T04:13:06.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5063 | 2026-01-04T04:13:06.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5064 | 2026-01-04T04:13:06.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5065 | 2026-01-04T04:13:06.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5066 | 2026-01-04T04:13:06.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5067 | 2026-01-04T04:13:06.539Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5068 | 2026-01-04T04:13:06.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5069 | 2026-01-04T04:13:06.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5070 | 2026-01-04T04:13:06.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5071 | 2026-01-04T04:13:06.577Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5072 | 2026-01-04T04:13:06.577Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5073 | 2026-01-04T04:13:06.577Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5074 | 2026-01-04T04:13:06.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 5075 | 2026-01-04T04:13:06.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 5076 | 2026-01-04T04:13:06.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 5077 | 2026-01-04T04:13:06.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 5078 | 2026-01-04T04:13:06.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 5079 | 2026-01-04T04:13:06.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 5080 | 2026-01-04T04:13:06.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 5081 | 2026-01-04T04:13:06.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 5082 | 2026-01-04T04:13:06.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 5083 | 2026-01-04T04:13:06.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 5084 | 2026-01-04T04:13:06.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 5085 | 2026-01-04T04:13:06.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5086 | 2026-01-04T04:13:06.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5087 | 2026-01-04T04:13:06.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5088 | 2026-01-04T04:13:06.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5089 | 2026-01-04T04:13:06.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5090 | 2026-01-04T04:13:06.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5091 | 2026-01-04T04:13:06.679Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5092 | 2026-01-04T04:13:07.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5093 | 2026-01-04T04:13:07.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5094 | 2026-01-04T04:13:07.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5095 | 2026-01-04T04:13:07.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5096 | 2026-01-04T04:13:07.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5097 | 2026-01-04T04:13:07.533Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5098 | 2026-01-04T04:13:07.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5099 | 2026-01-04T04:13:07.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5100 | 2026-01-04T04:13:07.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5101 | 2026-01-04T04:13:08.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5102 | 2026-01-04T04:13:08.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5103 | 2026-01-04T04:13:08.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5104 | 2026-01-04T04:13:08.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5105 | 2026-01-04T04:13:08.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5106 | 2026-01-04T04:13:08.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5107 | 2026-01-04T04:13:08.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5108 | 2026-01-04T04:13:08.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5109 | 2026-01-04T04:13:08.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5110 | 2026-01-04T04:13:09.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5111 | 2026-01-04T04:13:09.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5112 | 2026-01-04T04:13:09.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5113 | 2026-01-04T04:13:09.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5114 | 2026-01-04T04:13:09.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5115 | 2026-01-04T04:13:09.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5116 | 2026-01-04T04:13:09.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5117 | 2026-01-04T04:13:09.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5118 | 2026-01-04T04:13:09.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5119 | 2026-01-04T04:13:10.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5120 | 2026-01-04T04:13:10.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5121 | 2026-01-04T04:13:10.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5122 | 2026-01-04T04:13:10.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5123 | 2026-01-04T04:13:10.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5124 | 2026-01-04T04:13:10.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5125 | 2026-01-04T04:13:10.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5126 | 2026-01-04T04:13:10.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5127 | 2026-01-04T04:13:10.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5128 | 2026-01-04T04:13:11.515Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 5129 | 2026-01-04T04:13:11.515Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 5130 | 2026-01-04T04:13:11.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "d196945a-c1a7-482a-b2cf-85cbb4f09ba2", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:13:11 GMT"} })
|
| 5131 | 2026-01-04T04:13:11.519Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 5132 | 2026-01-04T04:13:11.522Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 5133 | 2026-01-04T04:13:11.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 5134 | 2026-01-04T04:13:11.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 5135 | 2026-01-04T04:13:11.522Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "b596cd19-6535-4f8e-9661-5bc26b61e75a", "content-length": "29", "date": "Sun, 04 Jan 2026 04:13:11 GMT"} })
|
| 5136 | 2026-01-04T04:13:11.522Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 5137 | 2026-01-04T04:13:11.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5138 | 2026-01-04T04:13:11.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5139 | 2026-01-04T04:13:11.529Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5140 | 2026-01-04T04:13:11.529Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5141 | 2026-01-04T04:13:11.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5142 | 2026-01-04T04:13:11.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5143 | 2026-01-04T04:13:11.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5144 | 2026-01-04T04:13:11.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5145 | 2026-01-04T04:13:11.558Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 5146 | 2026-01-04T04:13:11.577Z | DEBG | oximeter (results-sink): inserting 917 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5147 | 2026-01-04T04:13:11.577Z | DEBG | oximeter (results-sink-cluster): inserting 917 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5148 | 2026-01-04T04:13:11.577Z | DEBG | oximeter (clickhouse-client): unrolling 917 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5149 | 2026-01-04T04:13:11.618Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 5150 | 2026-01-04T04:13:11.620Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1219
table_name = fields_string
|
| 5151 | 2026-01-04T04:13:11.621Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 16
table_name = fields_u16
|
| 5152 | 2026-01-04T04:13:11.623Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u32
|
| 5153 | 2026-01-04T04:13:11.624Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 536
table_name = fields_uuid
|
| 5154 | 2026-01-04T04:13:11.626Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 847
table_name = measurements_cumulativeu64
|
| 5155 | 2026-01-04T04:13:11.628Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 5156 | 2026-01-04T04:13:11.629Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 5157 | 2026-01-04T04:13:11.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5158 | 2026-01-04T04:13:11.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5159 | 2026-01-04T04:13:11.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5160 | 2026-01-04T04:13:11.679Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5161 | 2026-01-04T04:13:12.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5162 | 2026-01-04T04:13:12.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5163 | 2026-01-04T04:13:12.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5164 | 2026-01-04T04:13:12.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5165 | 2026-01-04T04:13:12.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5166 | 2026-01-04T04:13:12.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5167 | 2026-01-04T04:13:12.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5168 | 2026-01-04T04:13:12.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5169 | 2026-01-04T04:13:12.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5170 | 2026-01-04T04:13:13.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5171 | 2026-01-04T04:13:13.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5172 | 2026-01-04T04:13:13.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5173 | 2026-01-04T04:13:13.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5174 | 2026-01-04T04:13:13.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5175 | 2026-01-04T04:13:13.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5176 | 2026-01-04T04:13:13.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5177 | 2026-01-04T04:13:13.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5178 | 2026-01-04T04:13:13.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5179 | 2026-01-04T04:13:14.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5180 | 2026-01-04T04:13:14.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5181 | 2026-01-04T04:13:14.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5182 | 2026-01-04T04:13:14.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5183 | 2026-01-04T04:13:14.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5184 | 2026-01-04T04:13:14.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5185 | 2026-01-04T04:13:14.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5186 | 2026-01-04T04:13:14.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5187 | 2026-01-04T04:13:14.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5188 | 2026-01-04T04:13:15.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5189 | 2026-01-04T04:13:15.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5190 | 2026-01-04T04:13:15.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5191 | 2026-01-04T04:13:15.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5192 | 2026-01-04T04:13:15.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5193 | 2026-01-04T04:13:15.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5194 | 2026-01-04T04:13:15.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5195 | 2026-01-04T04:13:15.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5196 | 2026-01-04T04:13:15.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5197 | 2026-01-04T04:13:16.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5198 | 2026-01-04T04:13:16.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5199 | 2026-01-04T04:13:16.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5200 | 2026-01-04T04:13:16.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5201 | 2026-01-04T04:13:16.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5202 | 2026-01-04T04:13:16.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5203 | 2026-01-04T04:13:16.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5204 | 2026-01-04T04:13:16.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5205 | 2026-01-04T04:13:16.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5206 | 2026-01-04T04:13:16.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5207 | 2026-01-04T04:13:16.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5208 | 2026-01-04T04:13:16.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5209 | 2026-01-04T04:13:16.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5210 | 2026-01-04T04:13:16.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5211 | 2026-01-04T04:13:16.539Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5212 | 2026-01-04T04:13:16.566Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5213 | 2026-01-04T04:13:16.566Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5214 | 2026-01-04T04:13:16.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5215 | 2026-01-04T04:13:16.577Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5216 | 2026-01-04T04:13:16.577Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5217 | 2026-01-04T04:13:16.577Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5218 | 2026-01-04T04:13:16.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 5219 | 2026-01-04T04:13:16.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 5220 | 2026-01-04T04:13:16.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 5221 | 2026-01-04T04:13:16.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 5222 | 2026-01-04T04:13:16.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 5223 | 2026-01-04T04:13:16.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 5224 | 2026-01-04T04:13:16.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 5225 | 2026-01-04T04:13:16.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 5226 | 2026-01-04T04:13:16.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 5227 | 2026-01-04T04:13:16.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 5228 | 2026-01-04T04:13:16.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 5229 | 2026-01-04T04:13:16.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5230 | 2026-01-04T04:13:16.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5231 | 2026-01-04T04:13:16.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5232 | 2026-01-04T04:13:16.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5233 | 2026-01-04T04:13:16.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5234 | 2026-01-04T04:13:16.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5235 | 2026-01-04T04:13:16.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5236 | 2026-01-04T04:13:17.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5237 | 2026-01-04T04:13:17.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5238 | 2026-01-04T04:13:17.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5239 | 2026-01-04T04:13:17.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5240 | 2026-01-04T04:13:17.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5241 | 2026-01-04T04:13:17.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5242 | 2026-01-04T04:13:17.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5243 | 2026-01-04T04:13:17.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5244 | 2026-01-04T04:13:17.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5245 | 2026-01-04T04:13:18.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5246 | 2026-01-04T04:13:18.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5247 | 2026-01-04T04:13:18.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5248 | 2026-01-04T04:13:18.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5249 | 2026-01-04T04:13:18.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5250 | 2026-01-04T04:13:18.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5251 | 2026-01-04T04:13:18.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5252 | 2026-01-04T04:13:18.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5253 | 2026-01-04T04:13:18.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5254 | 2026-01-04T04:13:19.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5255 | 2026-01-04T04:13:19.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5256 | 2026-01-04T04:13:19.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5257 | 2026-01-04T04:13:19.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5258 | 2026-01-04T04:13:19.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5259 | 2026-01-04T04:13:19.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5260 | 2026-01-04T04:13:19.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5261 | 2026-01-04T04:13:19.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5262 | 2026-01-04T04:13:19.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5263 | 2026-01-04T04:13:20.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5264 | 2026-01-04T04:13:20.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5265 | 2026-01-04T04:13:20.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5266 | 2026-01-04T04:13:20.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5267 | 2026-01-04T04:13:20.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5268 | 2026-01-04T04:13:20.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5269 | 2026-01-04T04:13:20.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5270 | 2026-01-04T04:13:20.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5271 | 2026-01-04T04:13:20.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5272 | 2026-01-04T04:13:21.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5273 | 2026-01-04T04:13:21.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5274 | 2026-01-04T04:13:21.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5275 | 2026-01-04T04:13:21.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5276 | 2026-01-04T04:13:21.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5277 | 2026-01-04T04:13:21.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5278 | 2026-01-04T04:13:21.576Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5279 | 2026-01-04T04:13:21.576Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5280 | 2026-01-04T04:13:21.576Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5281 | 2026-01-04T04:13:21.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 5282 | 2026-01-04T04:13:21.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 5283 | 2026-01-04T04:13:21.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 5284 | 2026-01-04T04:13:21.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 5285 | 2026-01-04T04:13:21.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 5286 | 2026-01-04T04:13:21.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 5287 | 2026-01-04T04:13:21.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5288 | 2026-01-04T04:13:21.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5289 | 2026-01-04T04:13:21.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5290 | 2026-01-04T04:13:21.677Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5291 | 2026-01-04T04:13:22.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5292 | 2026-01-04T04:13:22.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5293 | 2026-01-04T04:13:22.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5294 | 2026-01-04T04:13:22.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5295 | 2026-01-04T04:13:22.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5296 | 2026-01-04T04:13:22.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5297 | 2026-01-04T04:13:22.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5298 | 2026-01-04T04:13:22.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5299 | 2026-01-04T04:13:22.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5300 | 2026-01-04T04:13:23.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5301 | 2026-01-04T04:13:23.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5302 | 2026-01-04T04:13:23.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5303 | 2026-01-04T04:13:23.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5304 | 2026-01-04T04:13:23.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5305 | 2026-01-04T04:13:23.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5306 | 2026-01-04T04:13:23.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5307 | 2026-01-04T04:13:23.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5308 | 2026-01-04T04:13:23.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5309 | 2026-01-04T04:13:24.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5310 | 2026-01-04T04:13:24.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5311 | 2026-01-04T04:13:24.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5312 | 2026-01-04T04:13:24.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5313 | 2026-01-04T04:13:24.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5314 | 2026-01-04T04:13:24.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5315 | 2026-01-04T04:13:24.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5316 | 2026-01-04T04:13:24.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5317 | 2026-01-04T04:13:24.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5318 | 2026-01-04T04:13:25.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5319 | 2026-01-04T04:13:25.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5320 | 2026-01-04T04:13:25.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5321 | 2026-01-04T04:13:25.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5322 | 2026-01-04T04:13:25.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5323 | 2026-01-04T04:13:25.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5324 | 2026-01-04T04:13:25.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5325 | 2026-01-04T04:13:25.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5326 | 2026-01-04T04:13:25.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5327 | 2026-01-04T04:13:26.516Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 5328 | 2026-01-04T04:13:26.516Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 5329 | 2026-01-04T04:13:26.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "87217b3d-88e5-459b-b454-0ff5f1afe358", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:13:26 GMT"} })
|
| 5330 | 2026-01-04T04:13:26.519Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 5331 | 2026-01-04T04:13:26.522Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "5243aa9f-71fc-403d-bc61-1c3ffcd94927", "content-length": "29", "date": "Sun, 04 Jan 2026 04:13:26 GMT"} })
|
| 5332 | 2026-01-04T04:13:26.522Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 5333 | 2026-01-04T04:13:26.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5334 | 2026-01-04T04:13:26.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5335 | 2026-01-04T04:13:26.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5336 | 2026-01-04T04:13:26.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5337 | 2026-01-04T04:13:26.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5338 | 2026-01-04T04:13:26.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5339 | 2026-01-04T04:13:26.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5340 | 2026-01-04T04:13:26.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5341 | 2026-01-04T04:13:26.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5342 | 2026-01-04T04:13:26.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5343 | 2026-01-04T04:13:26.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5344 | 2026-01-04T04:13:26.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5345 | 2026-01-04T04:13:26.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5346 | 2026-01-04T04:13:26.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5347 | 2026-01-04T04:13:26.539Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5348 | 2026-01-04T04:13:26.566Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5349 | 2026-01-04T04:13:26.566Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5350 | 2026-01-04T04:13:26.566Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5351 | 2026-01-04T04:13:26.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5352 | 2026-01-04T04:13:26.577Z | DEBG | oximeter (results-sink): inserting 457 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5353 | 2026-01-04T04:13:26.577Z | DEBG | oximeter (results-sink-cluster): inserting 457 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5354 | 2026-01-04T04:13:26.577Z | DEBG | oximeter (clickhouse-client): unrolling 457 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5355 | 2026-01-04T04:13:26.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 5356 | 2026-01-04T04:13:26.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 2
table_name = fields_ipaddr
|
| 5357 | 2026-01-04T04:13:26.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1175
table_name = fields_string
|
| 5358 | 2026-01-04T04:13:26.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 238
table_name = fields_u16
|
| 5359 | 2026-01-04T04:13:26.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 5360 | 2026-01-04T04:13:26.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 5361 | 2026-01-04T04:13:26.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 712
table_name = fields_uuid
|
| 5362 | 2026-01-04T04:13:26.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 5363 | 2026-01-04T04:13:26.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 315
table_name = measurements_cumulativeu64
|
| 5364 | 2026-01-04T04:13:26.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 5365 | 2026-01-04T04:13:26.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 5366 | 2026-01-04T04:13:26.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 5367 | 2026-01-04T04:13:26.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5368 | 2026-01-04T04:13:26.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5369 | 2026-01-04T04:13:26.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5370 | 2026-01-04T04:13:26.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5371 | 2026-01-04T04:13:26.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5372 | 2026-01-04T04:13:26.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5373 | 2026-01-04T04:13:26.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5374 | 2026-01-04T04:13:27.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5375 | 2026-01-04T04:13:27.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5376 | 2026-01-04T04:13:27.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5377 | 2026-01-04T04:13:27.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5378 | 2026-01-04T04:13:27.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5379 | 2026-01-04T04:13:27.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5380 | 2026-01-04T04:13:27.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5381 | 2026-01-04T04:13:27.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5382 | 2026-01-04T04:13:27.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5383 | 2026-01-04T04:13:28.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5384 | 2026-01-04T04:13:28.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5385 | 2026-01-04T04:13:28.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5386 | 2026-01-04T04:13:28.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5387 | 2026-01-04T04:13:28.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5388 | 2026-01-04T04:13:28.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5389 | 2026-01-04T04:13:28.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5390 | 2026-01-04T04:13:28.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5391 | 2026-01-04T04:13:28.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5392 | 2026-01-04T04:13:29.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5393 | 2026-01-04T04:13:29.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5394 | 2026-01-04T04:13:29.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5395 | 2026-01-04T04:13:29.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5396 | 2026-01-04T04:13:29.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5397 | 2026-01-04T04:13:29.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5398 | 2026-01-04T04:13:29.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5399 | 2026-01-04T04:13:29.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5400 | 2026-01-04T04:13:29.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5401 | 2026-01-04T04:13:30.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5402 | 2026-01-04T04:13:30.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5403 | 2026-01-04T04:13:30.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5404 | 2026-01-04T04:13:30.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5405 | 2026-01-04T04:13:30.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5406 | 2026-01-04T04:13:30.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5407 | 2026-01-04T04:13:30.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5408 | 2026-01-04T04:13:30.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5409 | 2026-01-04T04:13:30.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5410 | 2026-01-04T04:13:31.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5411 | 2026-01-04T04:13:31.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5412 | 2026-01-04T04:13:31.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5413 | 2026-01-04T04:13:31.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5414 | 2026-01-04T04:13:31.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5415 | 2026-01-04T04:13:31.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5416 | 2026-01-04T04:13:31.576Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5417 | 2026-01-04T04:13:31.576Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5418 | 2026-01-04T04:13:31.576Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5419 | 2026-01-04T04:13:31.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 5420 | 2026-01-04T04:13:31.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 5421 | 2026-01-04T04:13:31.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 5422 | 2026-01-04T04:13:31.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 5423 | 2026-01-04T04:13:31.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 5424 | 2026-01-04T04:13:31.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 5425 | 2026-01-04T04:13:31.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5426 | 2026-01-04T04:13:31.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5427 | 2026-01-04T04:13:31.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5428 | 2026-01-04T04:13:31.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5429 | 2026-01-04T04:13:32.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5430 | 2026-01-04T04:13:32.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5431 | 2026-01-04T04:13:32.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5432 | 2026-01-04T04:13:32.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5433 | 2026-01-04T04:13:32.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5434 | 2026-01-04T04:13:32.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5435 | 2026-01-04T04:13:32.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5436 | 2026-01-04T04:13:32.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5437 | 2026-01-04T04:13:32.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5438 | 2026-01-04T04:13:33.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5439 | 2026-01-04T04:13:33.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5440 | 2026-01-04T04:13:33.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5441 | 2026-01-04T04:13:33.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5442 | 2026-01-04T04:13:33.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5443 | 2026-01-04T04:13:33.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5444 | 2026-01-04T04:13:33.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5445 | 2026-01-04T04:13:33.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5446 | 2026-01-04T04:13:33.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5447 | 2026-01-04T04:13:34.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5448 | 2026-01-04T04:13:34.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5449 | 2026-01-04T04:13:34.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5450 | 2026-01-04T04:13:34.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5451 | 2026-01-04T04:13:34.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5452 | 2026-01-04T04:13:34.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5453 | 2026-01-04T04:13:34.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5454 | 2026-01-04T04:13:34.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5455 | 2026-01-04T04:13:34.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5456 | 2026-01-04T04:13:35.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5457 | 2026-01-04T04:13:35.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5458 | 2026-01-04T04:13:35.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5459 | 2026-01-04T04:13:35.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5460 | 2026-01-04T04:13:35.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5461 | 2026-01-04T04:13:35.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5462 | 2026-01-04T04:13:35.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5463 | 2026-01-04T04:13:35.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5464 | 2026-01-04T04:13:35.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5465 | 2026-01-04T04:13:36.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5466 | 2026-01-04T04:13:36.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5467 | 2026-01-04T04:13:36.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5468 | 2026-01-04T04:13:36.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5469 | 2026-01-04T04:13:36.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5470 | 2026-01-04T04:13:36.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5471 | 2026-01-04T04:13:36.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5472 | 2026-01-04T04:13:36.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5473 | 2026-01-04T04:13:36.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5474 | 2026-01-04T04:13:36.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5475 | 2026-01-04T04:13:36.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5476 | 2026-01-04T04:13:36.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5477 | 2026-01-04T04:13:36.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5478 | 2026-01-04T04:13:36.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5479 | 2026-01-04T04:13:36.539Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5480 | 2026-01-04T04:13:36.566Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5481 | 2026-01-04T04:13:36.566Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5482 | 2026-01-04T04:13:36.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5483 | 2026-01-04T04:13:36.577Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5484 | 2026-01-04T04:13:36.577Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5485 | 2026-01-04T04:13:36.577Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5486 | 2026-01-04T04:13:36.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 5487 | 2026-01-04T04:13:36.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 5488 | 2026-01-04T04:13:36.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 5489 | 2026-01-04T04:13:36.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 5490 | 2026-01-04T04:13:36.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 5491 | 2026-01-04T04:13:36.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 5492 | 2026-01-04T04:13:36.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 5493 | 2026-01-04T04:13:36.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 5494 | 2026-01-04T04:13:36.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 5495 | 2026-01-04T04:13:36.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 5496 | 2026-01-04T04:13:36.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 5497 | 2026-01-04T04:13:36.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5498 | 2026-01-04T04:13:36.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5499 | 2026-01-04T04:13:36.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5500 | 2026-01-04T04:13:36.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5501 | 2026-01-04T04:13:36.671Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5502 | 2026-01-04T04:13:36.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5503 | 2026-01-04T04:13:36.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5504 | 2026-01-04T04:13:37.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5505 | 2026-01-04T04:13:37.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5506 | 2026-01-04T04:13:37.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5507 | 2026-01-04T04:13:37.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5508 | 2026-01-04T04:13:37.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5509 | 2026-01-04T04:13:37.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5510 | 2026-01-04T04:13:37.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5511 | 2026-01-04T04:13:37.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5512 | 2026-01-04T04:13:37.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5513 | 2026-01-04T04:13:38.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5514 | 2026-01-04T04:13:38.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5515 | 2026-01-04T04:13:38.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5516 | 2026-01-04T04:13:38.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5517 | 2026-01-04T04:13:38.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5518 | 2026-01-04T04:13:38.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5519 | 2026-01-04T04:13:38.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5520 | 2026-01-04T04:13:38.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5521 | 2026-01-04T04:13:38.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5522 | 2026-01-04T04:13:39.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5523 | 2026-01-04T04:13:39.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5524 | 2026-01-04T04:13:39.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5525 | 2026-01-04T04:13:39.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5526 | 2026-01-04T04:13:39.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5527 | 2026-01-04T04:13:39.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5528 | 2026-01-04T04:13:39.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5529 | 2026-01-04T04:13:39.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5530 | 2026-01-04T04:13:39.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5531 | 2026-01-04T04:13:40.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5532 | 2026-01-04T04:13:40.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5533 | 2026-01-04T04:13:40.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5534 | 2026-01-04T04:13:40.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5535 | 2026-01-04T04:13:40.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5536 | 2026-01-04T04:13:40.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5537 | 2026-01-04T04:13:40.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5538 | 2026-01-04T04:13:40.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5539 | 2026-01-04T04:13:40.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5540 | 2026-01-04T04:13:41.516Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 5541 | 2026-01-04T04:13:41.516Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 5542 | 2026-01-04T04:13:41.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "5e5c0951-13ad-4826-b145-71650bd37a66", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:13:41 GMT"} })
|
| 5543 | 2026-01-04T04:13:41.519Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 5544 | 2026-01-04T04:13:41.521Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "f9ded8a5-119a-47c5-a63d-a4aa7042945a", "content-length": "29", "date": "Sun, 04 Jan 2026 04:13:41 GMT"} })
|
| 5545 | 2026-01-04T04:13:41.521Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 5546 | 2026-01-04T04:13:41.522Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 5547 | 2026-01-04T04:13:41.522Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 5548 | 2026-01-04T04:13:41.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5549 | 2026-01-04T04:13:41.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5550 | 2026-01-04T04:13:41.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5551 | 2026-01-04T04:13:41.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5552 | 2026-01-04T04:13:41.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5553 | 2026-01-04T04:13:41.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5554 | 2026-01-04T04:13:41.554Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 5555 | 2026-01-04T04:13:41.576Z | DEBG | oximeter (results-sink): inserting 914 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5556 | 2026-01-04T04:13:41.576Z | DEBG | oximeter (results-sink-cluster): inserting 914 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5557 | 2026-01-04T04:13:41.576Z | DEBG | oximeter (clickhouse-client): unrolling 914 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5558 | 2026-01-04T04:13:41.619Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1216
table_name = fields_string
|
| 5559 | 2026-01-04T04:13:41.620Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 5560 | 2026-01-04T04:13:41.622Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u32
|
| 5561 | 2026-01-04T04:13:41.623Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 530
table_name = fields_uuid
|
| 5562 | 2026-01-04T04:13:41.625Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 844
table_name = measurements_cumulativeu64
|
| 5563 | 2026-01-04T04:13:41.627Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 5564 | 2026-01-04T04:13:41.628Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 5565 | 2026-01-04T04:13:41.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5566 | 2026-01-04T04:13:41.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5567 | 2026-01-04T04:13:41.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5568 | 2026-01-04T04:13:41.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5569 | 2026-01-04T04:13:42.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5570 | 2026-01-04T04:13:42.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5571 | 2026-01-04T04:13:42.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5572 | 2026-01-04T04:13:42.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5573 | 2026-01-04T04:13:42.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5574 | 2026-01-04T04:13:42.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5575 | 2026-01-04T04:13:42.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5576 | 2026-01-04T04:13:42.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5577 | 2026-01-04T04:13:42.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5578 | 2026-01-04T04:13:43.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5579 | 2026-01-04T04:13:43.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5580 | 2026-01-04T04:13:43.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5581 | 2026-01-04T04:13:43.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5582 | 2026-01-04T04:13:43.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5583 | 2026-01-04T04:13:43.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5584 | 2026-01-04T04:13:43.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5585 | 2026-01-04T04:13:43.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5586 | 2026-01-04T04:13:43.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5587 | 2026-01-04T04:13:44.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5588 | 2026-01-04T04:13:44.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5589 | 2026-01-04T04:13:44.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5590 | 2026-01-04T04:13:44.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5591 | 2026-01-04T04:13:44.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5592 | 2026-01-04T04:13:44.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5593 | 2026-01-04T04:13:44.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5594 | 2026-01-04T04:13:44.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5595 | 2026-01-04T04:13:44.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5596 | 2026-01-04T04:13:45.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5597 | 2026-01-04T04:13:45.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5598 | 2026-01-04T04:13:45.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5599 | 2026-01-04T04:13:45.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5600 | 2026-01-04T04:13:45.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5601 | 2026-01-04T04:13:45.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5602 | 2026-01-04T04:13:45.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5603 | 2026-01-04T04:13:45.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5604 | 2026-01-04T04:13:45.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5605 | 2026-01-04T04:13:46.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5606 | 2026-01-04T04:13:46.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5607 | 2026-01-04T04:13:46.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5608 | 2026-01-04T04:13:46.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5609 | 2026-01-04T04:13:46.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5610 | 2026-01-04T04:13:46.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5611 | 2026-01-04T04:13:46.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5612 | 2026-01-04T04:13:46.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5613 | 2026-01-04T04:13:46.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5614 | 2026-01-04T04:13:46.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5615 | 2026-01-04T04:13:46.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5616 | 2026-01-04T04:13:46.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5617 | 2026-01-04T04:13:46.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5618 | 2026-01-04T04:13:46.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5619 | 2026-01-04T04:13:46.540Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5620 | 2026-01-04T04:13:46.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5621 | 2026-01-04T04:13:46.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5622 | 2026-01-04T04:13:46.570Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5623 | 2026-01-04T04:13:46.576Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5624 | 2026-01-04T04:13:46.576Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5625 | 2026-01-04T04:13:46.576Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5626 | 2026-01-04T04:13:46.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 5627 | 2026-01-04T04:13:46.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 5628 | 2026-01-04T04:13:46.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 5629 | 2026-01-04T04:13:46.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 5630 | 2026-01-04T04:13:46.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 5631 | 2026-01-04T04:13:46.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 5632 | 2026-01-04T04:13:46.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 5633 | 2026-01-04T04:13:46.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 5634 | 2026-01-04T04:13:46.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 5635 | 2026-01-04T04:13:46.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 5636 | 2026-01-04T04:13:46.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 5637 | 2026-01-04T04:13:46.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5638 | 2026-01-04T04:13:46.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5639 | 2026-01-04T04:13:46.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5640 | 2026-01-04T04:13:46.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5641 | 2026-01-04T04:13:46.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5642 | 2026-01-04T04:13:46.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5643 | 2026-01-04T04:13:46.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5644 | 2026-01-04T04:13:47.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5645 | 2026-01-04T04:13:47.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5646 | 2026-01-04T04:13:47.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5647 | 2026-01-04T04:13:47.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5648 | 2026-01-04T04:13:47.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5649 | 2026-01-04T04:13:47.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5650 | 2026-01-04T04:13:47.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5651 | 2026-01-04T04:13:47.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5652 | 2026-01-04T04:13:47.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5653 | 2026-01-04T04:13:48.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5654 | 2026-01-04T04:13:48.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5655 | 2026-01-04T04:13:48.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5656 | 2026-01-04T04:13:48.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5657 | 2026-01-04T04:13:48.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5658 | 2026-01-04T04:13:48.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5659 | 2026-01-04T04:13:48.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5660 | 2026-01-04T04:13:48.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5661 | 2026-01-04T04:13:48.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5662 | 2026-01-04T04:13:49.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5663 | 2026-01-04T04:13:49.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5664 | 2026-01-04T04:13:49.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5665 | 2026-01-04T04:13:49.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5666 | 2026-01-04T04:13:49.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5667 | 2026-01-04T04:13:49.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5668 | 2026-01-04T04:13:49.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5669 | 2026-01-04T04:13:49.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5670 | 2026-01-04T04:13:49.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5671 | 2026-01-04T04:13:50.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5672 | 2026-01-04T04:13:50.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5673 | 2026-01-04T04:13:50.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5674 | 2026-01-04T04:13:50.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5675 | 2026-01-04T04:13:50.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5676 | 2026-01-04T04:13:50.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5677 | 2026-01-04T04:13:50.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5678 | 2026-01-04T04:13:50.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5679 | 2026-01-04T04:13:50.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5680 | 2026-01-04T04:13:51.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5681 | 2026-01-04T04:13:51.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5682 | 2026-01-04T04:13:51.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5683 | 2026-01-04T04:13:51.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5684 | 2026-01-04T04:13:51.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5685 | 2026-01-04T04:13:51.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5686 | 2026-01-04T04:13:51.577Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5687 | 2026-01-04T04:13:51.577Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5688 | 2026-01-04T04:13:51.577Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5689 | 2026-01-04T04:13:51.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 5690 | 2026-01-04T04:13:51.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 5691 | 2026-01-04T04:13:51.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 5692 | 2026-01-04T04:13:51.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 5693 | 2026-01-04T04:13:51.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 5694 | 2026-01-04T04:13:51.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 5695 | 2026-01-04T04:13:51.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5696 | 2026-01-04T04:13:51.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5697 | 2026-01-04T04:13:51.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5698 | 2026-01-04T04:13:51.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5699 | 2026-01-04T04:13:52.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5700 | 2026-01-04T04:13:52.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5701 | 2026-01-04T04:13:52.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5702 | 2026-01-04T04:13:52.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5703 | 2026-01-04T04:13:52.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5704 | 2026-01-04T04:13:52.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5705 | 2026-01-04T04:13:52.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5706 | 2026-01-04T04:13:52.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5707 | 2026-01-04T04:13:52.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5708 | 2026-01-04T04:13:53.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5709 | 2026-01-04T04:13:53.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5710 | 2026-01-04T04:13:53.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5711 | 2026-01-04T04:13:53.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5712 | 2026-01-04T04:13:53.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5713 | 2026-01-04T04:13:53.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5714 | 2026-01-04T04:13:53.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5715 | 2026-01-04T04:13:53.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5716 | 2026-01-04T04:13:53.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5717 | 2026-01-04T04:13:54.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5718 | 2026-01-04T04:13:54.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5719 | 2026-01-04T04:13:54.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5720 | 2026-01-04T04:13:54.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5721 | 2026-01-04T04:13:54.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5722 | 2026-01-04T04:13:54.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5723 | 2026-01-04T04:13:54.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5724 | 2026-01-04T04:13:54.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5725 | 2026-01-04T04:13:54.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5726 | 2026-01-04T04:13:55.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5727 | 2026-01-04T04:13:55.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5728 | 2026-01-04T04:13:55.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5729 | 2026-01-04T04:13:55.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5730 | 2026-01-04T04:13:55.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5731 | 2026-01-04T04:13:55.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5732 | 2026-01-04T04:13:55.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5733 | 2026-01-04T04:13:55.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5734 | 2026-01-04T04:13:55.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5735 | 2026-01-04T04:13:56.516Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 5736 | 2026-01-04T04:13:56.516Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 5737 | 2026-01-04T04:13:56.520Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "b7494d97-8db8-4733-97e5-590f3dadb8bf", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:13:56 GMT"} })
|
| 5738 | 2026-01-04T04:13:56.520Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 5739 | 2026-01-04T04:13:56.522Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "4d0346f8-47a3-458b-ba7f-3bf00985954e", "content-length": "29", "date": "Sun, 04 Jan 2026 04:13:56 GMT"} })
|
| 5740 | 2026-01-04T04:13:56.522Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 5741 | 2026-01-04T04:13:56.523Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5742 | 2026-01-04T04:13:56.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5743 | 2026-01-04T04:13:56.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5744 | 2026-01-04T04:13:56.523Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5745 | 2026-01-04T04:13:56.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5746 | 2026-01-04T04:13:56.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5747 | 2026-01-04T04:13:56.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5748 | 2026-01-04T04:13:56.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5749 | 2026-01-04T04:13:56.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5750 | 2026-01-04T04:13:56.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5751 | 2026-01-04T04:13:56.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5752 | 2026-01-04T04:13:56.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5753 | 2026-01-04T04:13:56.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5754 | 2026-01-04T04:13:56.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5755 | 2026-01-04T04:13:56.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5756 | 2026-01-04T04:13:56.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5757 | 2026-01-04T04:13:56.539Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5758 | 2026-01-04T04:13:56.567Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5759 | 2026-01-04T04:13:56.567Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5760 | 2026-01-04T04:13:56.570Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5761 | 2026-01-04T04:13:56.577Z | DEBG | oximeter (results-sink): inserting 458 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5762 | 2026-01-04T04:13:56.577Z | DEBG | oximeter (results-sink-cluster): inserting 458 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5763 | 2026-01-04T04:13:56.577Z | DEBG | oximeter (clickhouse-client): unrolling 458 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5764 | 2026-01-04T04:13:56.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 5765 | 2026-01-04T04:13:56.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 4
table_name = fields_ipaddr
|
| 5766 | 2026-01-04T04:13:56.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1176
table_name = fields_string
|
| 5767 | 2026-01-04T04:13:56.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 240
table_name = fields_u16
|
| 5768 | 2026-01-04T04:13:56.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 5769 | 2026-01-04T04:13:56.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 5770 | 2026-01-04T04:13:56.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 714
table_name = fields_uuid
|
| 5771 | 2026-01-04T04:13:56.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 5772 | 2026-01-04T04:13:56.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 316
table_name = measurements_cumulativeu64
|
| 5773 | 2026-01-04T04:13:56.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 5774 | 2026-01-04T04:13:56.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 5775 | 2026-01-04T04:13:56.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 5776 | 2026-01-04T04:13:56.670Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5777 | 2026-01-04T04:13:56.670Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5778 | 2026-01-04T04:13:56.670Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5779 | 2026-01-04T04:13:56.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5780 | 2026-01-04T04:13:56.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5781 | 2026-01-04T04:13:56.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5782 | 2026-01-04T04:13:56.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5783 | 2026-01-04T04:13:56.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5784 | 2026-01-04T04:13:56.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5785 | 2026-01-04T04:13:56.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5786 | 2026-01-04T04:13:57.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5787 | 2026-01-04T04:13:57.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5788 | 2026-01-04T04:13:57.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5789 | 2026-01-04T04:13:57.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5790 | 2026-01-04T04:13:57.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5791 | 2026-01-04T04:13:57.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5792 | 2026-01-04T04:13:57.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5793 | 2026-01-04T04:13:57.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5794 | 2026-01-04T04:13:57.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5795 | 2026-01-04T04:13:58.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5796 | 2026-01-04T04:13:58.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5797 | 2026-01-04T04:13:58.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5798 | 2026-01-04T04:13:58.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5799 | 2026-01-04T04:13:58.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5800 | 2026-01-04T04:13:58.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5801 | 2026-01-04T04:13:58.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5802 | 2026-01-04T04:13:58.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5803 | 2026-01-04T04:13:58.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5804 | 2026-01-04T04:13:59.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5805 | 2026-01-04T04:13:59.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5806 | 2026-01-04T04:13:59.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5807 | 2026-01-04T04:13:59.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5808 | 2026-01-04T04:13:59.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5809 | 2026-01-04T04:13:59.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5810 | 2026-01-04T04:13:59.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5811 | 2026-01-04T04:13:59.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5812 | 2026-01-04T04:13:59.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5813 | 2026-01-04T04:14:00.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5814 | 2026-01-04T04:14:00.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5815 | 2026-01-04T04:14:00.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5816 | 2026-01-04T04:14:00.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5817 | 2026-01-04T04:14:00.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5818 | 2026-01-04T04:14:00.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5819 | 2026-01-04T04:14:00.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5820 | 2026-01-04T04:14:00.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5821 | 2026-01-04T04:14:00.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5822 | 2026-01-04T04:14:01.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5823 | 2026-01-04T04:14:01.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5824 | 2026-01-04T04:14:01.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5825 | 2026-01-04T04:14:01.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5826 | 2026-01-04T04:14:01.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5827 | 2026-01-04T04:14:01.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5828 | 2026-01-04T04:14:01.577Z | DEBG | oximeter (results-sink): inserting 233 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5829 | 2026-01-04T04:14:01.577Z | DEBG | oximeter (results-sink-cluster): inserting 233 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5830 | 2026-01-04T04:14:01.577Z | DEBG | oximeter (clickhouse-client): unrolling 233 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5831 | 2026-01-04T04:14:01.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 5832 | 2026-01-04T04:14:01.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 79
table_name = fields_string
|
| 5833 | 2026-01-04T04:14:01.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 16
table_name = fields_u16
|
| 5834 | 2026-01-04T04:14:01.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 80
table_name = fields_uuid
|
| 5835 | 2026-01-04T04:14:01.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 163
table_name = measurements_cumulativeu64
|
| 5836 | 2026-01-04T04:14:01.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 5837 | 2026-01-04T04:14:01.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 5838 | 2026-01-04T04:14:01.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5839 | 2026-01-04T04:14:01.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5840 | 2026-01-04T04:14:01.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5841 | 2026-01-04T04:14:01.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5842 | 2026-01-04T04:14:02.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5843 | 2026-01-04T04:14:02.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5844 | 2026-01-04T04:14:02.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5845 | 2026-01-04T04:14:02.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5846 | 2026-01-04T04:14:02.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5847 | 2026-01-04T04:14:02.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5848 | 2026-01-04T04:14:02.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5849 | 2026-01-04T04:14:02.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5850 | 2026-01-04T04:14:02.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5851 | 2026-01-04T04:14:03.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5852 | 2026-01-04T04:14:03.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5853 | 2026-01-04T04:14:03.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5854 | 2026-01-04T04:14:03.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5855 | 2026-01-04T04:14:03.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5856 | 2026-01-04T04:14:03.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5857 | 2026-01-04T04:14:03.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5858 | 2026-01-04T04:14:03.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5859 | 2026-01-04T04:14:03.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5860 | 2026-01-04T04:14:04.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5861 | 2026-01-04T04:14:04.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5862 | 2026-01-04T04:14:04.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5863 | 2026-01-04T04:14:04.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5864 | 2026-01-04T04:14:04.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5865 | 2026-01-04T04:14:04.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5866 | 2026-01-04T04:14:04.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5867 | 2026-01-04T04:14:04.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5868 | 2026-01-04T04:14:04.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5869 | 2026-01-04T04:14:05.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5870 | 2026-01-04T04:14:05.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5871 | 2026-01-04T04:14:05.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5872 | 2026-01-04T04:14:05.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5873 | 2026-01-04T04:14:05.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5874 | 2026-01-04T04:14:05.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5875 | 2026-01-04T04:14:05.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5876 | 2026-01-04T04:14:05.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5877 | 2026-01-04T04:14:05.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5878 | 2026-01-04T04:14:06.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5879 | 2026-01-04T04:14:06.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5880 | 2026-01-04T04:14:06.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5881 | 2026-01-04T04:14:06.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5882 | 2026-01-04T04:14:06.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5883 | 2026-01-04T04:14:06.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5884 | 2026-01-04T04:14:06.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 5885 | 2026-01-04T04:14:06.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 5886 | 2026-01-04T04:14:06.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5887 | 2026-01-04T04:14:06.529Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5888 | 2026-01-04T04:14:06.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5889 | 2026-01-04T04:14:06.529Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5890 | 2026-01-04T04:14:06.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5891 | 2026-01-04T04:14:06.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5892 | 2026-01-04T04:14:06.539Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 5893 | 2026-01-04T04:14:06.565Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5894 | 2026-01-04T04:14:06.565Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5895 | 2026-01-04T04:14:06.569Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 5896 | 2026-01-04T04:14:06.576Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5897 | 2026-01-04T04:14:06.576Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5898 | 2026-01-04T04:14:06.576Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5899 | 2026-01-04T04:14:06.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 5900 | 2026-01-04T04:14:06.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 5901 | 2026-01-04T04:14:06.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 5902 | 2026-01-04T04:14:06.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 5903 | 2026-01-04T04:14:06.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 5904 | 2026-01-04T04:14:06.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 5905 | 2026-01-04T04:14:06.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 5906 | 2026-01-04T04:14:06.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 5907 | 2026-01-04T04:14:06.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 5908 | 2026-01-04T04:14:06.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 5909 | 2026-01-04T04:14:06.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 5910 | 2026-01-04T04:14:06.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5911 | 2026-01-04T04:14:06.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5912 | 2026-01-04T04:14:06.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5913 | 2026-01-04T04:14:06.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5914 | 2026-01-04T04:14:06.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 5915 | 2026-01-04T04:14:06.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5916 | 2026-01-04T04:14:06.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5917 | 2026-01-04T04:14:07.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5918 | 2026-01-04T04:14:07.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5919 | 2026-01-04T04:14:07.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5920 | 2026-01-04T04:14:07.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5921 | 2026-01-04T04:14:07.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5922 | 2026-01-04T04:14:07.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5923 | 2026-01-04T04:14:07.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5924 | 2026-01-04T04:14:07.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5925 | 2026-01-04T04:14:07.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5926 | 2026-01-04T04:14:08.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5927 | 2026-01-04T04:14:08.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5928 | 2026-01-04T04:14:08.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5929 | 2026-01-04T04:14:08.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5930 | 2026-01-04T04:14:08.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5931 | 2026-01-04T04:14:08.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5932 | 2026-01-04T04:14:08.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5933 | 2026-01-04T04:14:08.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5934 | 2026-01-04T04:14:08.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5935 | 2026-01-04T04:14:09.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5936 | 2026-01-04T04:14:09.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5937 | 2026-01-04T04:14:09.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5938 | 2026-01-04T04:14:09.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5939 | 2026-01-04T04:14:09.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5940 | 2026-01-04T04:14:09.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5941 | 2026-01-04T04:14:09.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5942 | 2026-01-04T04:14:09.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5943 | 2026-01-04T04:14:09.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5944 | 2026-01-04T04:14:10.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5945 | 2026-01-04T04:14:10.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5946 | 2026-01-04T04:14:10.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5947 | 2026-01-04T04:14:10.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5948 | 2026-01-04T04:14:10.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5949 | 2026-01-04T04:14:10.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5950 | 2026-01-04T04:14:10.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5951 | 2026-01-04T04:14:10.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5952 | 2026-01-04T04:14:10.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5953 | 2026-01-04T04:14:11.516Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 5954 | 2026-01-04T04:14:11.516Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 5955 | 2026-01-04T04:14:11.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "7a52c12e-7304-4a55-9867-be7e8837ba94", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:14:11 GMT"} })
|
| 5956 | 2026-01-04T04:14:11.519Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 5957 | 2026-01-04T04:14:11.522Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "ef7d517e-158a-4a14-82ab-27b0d8296480", "content-length": "29", "date": "Sun, 04 Jan 2026 04:14:11 GMT"} })
|
| 5958 | 2026-01-04T04:14:11.522Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 5959 | 2026-01-04T04:14:11.523Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 5960 | 2026-01-04T04:14:11.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 5961 | 2026-01-04T04:14:11.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 5962 | 2026-01-04T04:14:11.530Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5963 | 2026-01-04T04:14:11.530Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5964 | 2026-01-04T04:14:11.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5965 | 2026-01-04T04:14:11.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5966 | 2026-01-04T04:14:11.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5967 | 2026-01-04T04:14:11.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5968 | 2026-01-04T04:14:11.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5969 | 2026-01-04T04:14:11.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5970 | 2026-01-04T04:14:11.560Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 5971 | 2026-01-04T04:14:11.577Z | DEBG | oximeter (results-sink): inserting 917 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5972 | 2026-01-04T04:14:11.577Z | DEBG | oximeter (results-sink-cluster): inserting 917 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 5973 | 2026-01-04T04:14:11.577Z | DEBG | oximeter (clickhouse-client): unrolling 917 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 5974 | 2026-01-04T04:14:11.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = fields_ipaddr
|
| 5975 | 2026-01-04T04:14:11.619Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1219
table_name = fields_string
|
| 5976 | 2026-01-04T04:14:11.620Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 16
table_name = fields_u16
|
| 5977 | 2026-01-04T04:14:11.622Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u32
|
| 5978 | 2026-01-04T04:14:11.623Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 536
table_name = fields_uuid
|
| 5979 | 2026-01-04T04:14:11.625Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 847
table_name = measurements_cumulativeu64
|
| 5980 | 2026-01-04T04:14:11.627Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 5981 | 2026-01-04T04:14:11.628Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 5982 | 2026-01-04T04:14:11.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5983 | 2026-01-04T04:14:11.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5984 | 2026-01-04T04:14:11.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5985 | 2026-01-04T04:14:11.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 5986 | 2026-01-04T04:14:12.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5987 | 2026-01-04T04:14:12.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5988 | 2026-01-04T04:14:12.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5989 | 2026-01-04T04:14:12.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5990 | 2026-01-04T04:14:12.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5991 | 2026-01-04T04:14:12.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5992 | 2026-01-04T04:14:12.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5993 | 2026-01-04T04:14:12.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5994 | 2026-01-04T04:14:12.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5995 | 2026-01-04T04:14:13.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5996 | 2026-01-04T04:14:13.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5997 | 2026-01-04T04:14:13.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5998 | 2026-01-04T04:14:13.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5999 | 2026-01-04T04:14:13.530Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6000 | 2026-01-04T04:14:13.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6001 | 2026-01-04T04:14:13.669Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6002 | 2026-01-04T04:14:13.669Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6003 | 2026-01-04T04:14:13.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6004 | 2026-01-04T04:14:14.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6005 | 2026-01-04T04:14:14.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6006 | 2026-01-04T04:14:14.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6007 | 2026-01-04T04:14:14.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6008 | 2026-01-04T04:14:14.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6009 | 2026-01-04T04:14:14.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6010 | 2026-01-04T04:14:14.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6011 | 2026-01-04T04:14:14.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6012 | 2026-01-04T04:14:14.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6013 | 2026-01-04T04:14:15.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6014 | 2026-01-04T04:14:15.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6015 | 2026-01-04T04:14:15.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6016 | 2026-01-04T04:14:15.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6017 | 2026-01-04T04:14:15.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6018 | 2026-01-04T04:14:15.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6019 | 2026-01-04T04:14:15.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6020 | 2026-01-04T04:14:15.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6021 | 2026-01-04T04:14:15.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6022 | 2026-01-04T04:14:16.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6023 | 2026-01-04T04:14:16.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6024 | 2026-01-04T04:14:16.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6025 | 2026-01-04T04:14:16.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6026 | 2026-01-04T04:14:16.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6027 | 2026-01-04T04:14:16.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6028 | 2026-01-04T04:14:16.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6029 | 2026-01-04T04:14:16.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6030 | 2026-01-04T04:14:16.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6031 | 2026-01-04T04:14:16.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6032 | 2026-01-04T04:14:16.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6033 | 2026-01-04T04:14:16.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6034 | 2026-01-04T04:14:16.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6035 | 2026-01-04T04:14:16.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6036 | 2026-01-04T04:14:16.540Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6037 | 2026-01-04T04:14:16.566Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6038 | 2026-01-04T04:14:16.566Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6039 | 2026-01-04T04:14:16.570Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6040 | 2026-01-04T04:14:16.577Z | DEBG | oximeter (results-sink): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6041 | 2026-01-04T04:14:16.577Z | DEBG | oximeter (results-sink-cluster): inserting 456 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6042 | 2026-01-04T04:14:16.577Z | DEBG | oximeter (clickhouse-client): unrolling 456 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 6043 | 2026-01-04T04:14:16.602Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 6044 | 2026-01-04T04:14:16.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1174
table_name = fields_string
|
| 6045 | 2026-01-04T04:14:16.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 236
table_name = fields_u16
|
| 6046 | 2026-01-04T04:14:16.608Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 6047 | 2026-01-04T04:14:16.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 6048 | 2026-01-04T04:14:16.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 710
table_name = fields_uuid
|
| 6049 | 2026-01-04T04:14:16.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 6050 | 2026-01-04T04:14:16.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 314
table_name = measurements_cumulativeu64
|
| 6051 | 2026-01-04T04:14:16.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 6052 | 2026-01-04T04:14:16.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 6053 | 2026-01-04T04:14:16.619Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 6054 | 2026-01-04T04:14:16.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6055 | 2026-01-04T04:14:16.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6056 | 2026-01-04T04:14:16.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6057 | 2026-01-04T04:14:16.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6058 | 2026-01-04T04:14:16.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6059 | 2026-01-04T04:14:16.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6060 | 2026-01-04T04:14:16.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 6061 | 2026-01-04T04:14:17.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6062 | 2026-01-04T04:14:17.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6063 | 2026-01-04T04:14:17.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6064 | 2026-01-04T04:14:17.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6065 | 2026-01-04T04:14:17.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6066 | 2026-01-04T04:14:17.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6067 | 2026-01-04T04:14:17.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6068 | 2026-01-04T04:14:17.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6069 | 2026-01-04T04:14:17.674Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6070 | 2026-01-04T04:14:18.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6071 | 2026-01-04T04:14:18.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6072 | 2026-01-04T04:14:18.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6073 | 2026-01-04T04:14:18.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6074 | 2026-01-04T04:14:18.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6075 | 2026-01-04T04:14:18.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6076 | 2026-01-04T04:14:18.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6077 | 2026-01-04T04:14:18.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6078 | 2026-01-04T04:14:18.674Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6079 | 2026-01-04T04:14:19.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6080 | 2026-01-04T04:14:19.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6081 | 2026-01-04T04:14:19.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6082 | 2026-01-04T04:14:19.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6083 | 2026-01-04T04:14:19.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6084 | 2026-01-04T04:14:19.533Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6085 | 2026-01-04T04:14:19.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6086 | 2026-01-04T04:14:19.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6087 | 2026-01-04T04:14:19.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6088 | 2026-01-04T04:14:20.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6089 | 2026-01-04T04:14:20.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6090 | 2026-01-04T04:14:20.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6091 | 2026-01-04T04:14:20.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6092 | 2026-01-04T04:14:20.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6093 | 2026-01-04T04:14:20.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6094 | 2026-01-04T04:14:20.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6095 | 2026-01-04T04:14:20.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6096 | 2026-01-04T04:14:20.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6097 | 2026-01-04T04:14:21.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6098 | 2026-01-04T04:14:21.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6099 | 2026-01-04T04:14:21.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6100 | 2026-01-04T04:14:21.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6101 | 2026-01-04T04:14:21.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6102 | 2026-01-04T04:14:21.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6103 | 2026-01-04T04:14:21.578Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6104 | 2026-01-04T04:14:21.578Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6105 | 2026-01-04T04:14:21.578Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 6106 | 2026-01-04T04:14:21.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 6107 | 2026-01-04T04:14:21.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 6108 | 2026-01-04T04:14:21.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 6109 | 2026-01-04T04:14:21.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 6110 | 2026-01-04T04:14:21.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 6111 | 2026-01-04T04:14:21.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 6112 | 2026-01-04T04:14:21.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6113 | 2026-01-04T04:14:21.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6114 | 2026-01-04T04:14:21.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6115 | 2026-01-04T04:14:21.679Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 6116 | 2026-01-04T04:14:22.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6117 | 2026-01-04T04:14:22.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6118 | 2026-01-04T04:14:22.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6119 | 2026-01-04T04:14:22.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6120 | 2026-01-04T04:14:22.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6121 | 2026-01-04T04:14:22.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6122 | 2026-01-04T04:14:22.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6123 | 2026-01-04T04:14:22.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6124 | 2026-01-04T04:14:22.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6125 | 2026-01-04T04:14:23.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6126 | 2026-01-04T04:14:23.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6127 | 2026-01-04T04:14:23.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6128 | 2026-01-04T04:14:23.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6129 | 2026-01-04T04:14:23.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6130 | 2026-01-04T04:14:23.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6131 | 2026-01-04T04:14:23.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6132 | 2026-01-04T04:14:23.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6133 | 2026-01-04T04:14:23.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6134 | 2026-01-04T04:14:24.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6135 | 2026-01-04T04:14:24.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6136 | 2026-01-04T04:14:24.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6137 | 2026-01-04T04:14:24.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6138 | 2026-01-04T04:14:24.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6139 | 2026-01-04T04:14:24.533Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6140 | 2026-01-04T04:14:24.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6141 | 2026-01-04T04:14:24.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6142 | 2026-01-04T04:14:24.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6143 | 2026-01-04T04:14:25.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6144 | 2026-01-04T04:14:25.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6145 | 2026-01-04T04:14:25.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6146 | 2026-01-04T04:14:25.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6147 | 2026-01-04T04:14:25.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6148 | 2026-01-04T04:14:25.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6149 | 2026-01-04T04:14:25.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6150 | 2026-01-04T04:14:25.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6151 | 2026-01-04T04:14:25.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6152 | 2026-01-04T04:14:26.516Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 6153 | 2026-01-04T04:14:26.516Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 6154 | 2026-01-04T04:14:26.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "4f014341-e527-48f0-954d-7b7bf3a20470", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:14:26 GMT"} })
|
| 6155 | 2026-01-04T04:14:26.519Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 6156 | 2026-01-04T04:14:26.522Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "e127d2b9-2414-4178-a90d-fcd8c6972de0", "content-length": "29", "date": "Sun, 04 Jan 2026 04:14:26 GMT"} })
|
| 6157 | 2026-01-04T04:14:26.522Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:37318
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
|
| 6158 | 2026-01-04T04:14:26.522Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6159 | 2026-01-04T04:14:26.522Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 6160 | 2026-01-04T04:14:26.522Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:37318
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6161 | 2026-01-04T04:14:26.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6162 | 2026-01-04T04:14:26.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6163 | 2026-01-04T04:14:26.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6164 | 2026-01-04T04:14:26.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6165 | 2026-01-04T04:14:26.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6166 | 2026-01-04T04:14:26.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6167 | 2026-01-04T04:14:26.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6168 | 2026-01-04T04:14:26.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6169 | 2026-01-04T04:14:26.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6170 | 2026-01-04T04:14:26.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6171 | 2026-01-04T04:14:26.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6172 | 2026-01-04T04:14:26.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6173 | 2026-01-04T04:14:26.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6174 | 2026-01-04T04:14:26.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6175 | 2026-01-04T04:14:26.535Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6176 | 2026-01-04T04:14:26.566Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6177 | 2026-01-04T04:14:26.566Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6178 | 2026-01-04T04:14:26.566Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6179 | 2026-01-04T04:14:26.570Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6180 | 2026-01-04T04:14:26.578Z | DEBG | oximeter (results-sink): inserting 432 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6181 | 2026-01-04T04:14:26.578Z | DEBG | oximeter (results-sink-cluster): inserting 432 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6182 | 2026-01-04T04:14:26.578Z | DEBG | oximeter (clickhouse-client): unrolling 432 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 6183 | 2026-01-04T04:14:26.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 24
table_name = fields_i16
|
| 6184 | 2026-01-04T04:14:26.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 2
table_name = fields_ipaddr
|
| 6185 | 2026-01-04T04:14:26.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 239
table_name = fields_string
|
| 6186 | 2026-01-04T04:14:26.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 45
table_name = fields_u16
|
| 6187 | 2026-01-04T04:14:26.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 24
table_name = fields_u32
|
| 6188 | 2026-01-04T04:14:26.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 12
table_name = fields_u8
|
| 6189 | 2026-01-04T04:14:26.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 133
table_name = fields_uuid
|
| 6190 | 2026-01-04T04:14:26.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 341
table_name = measurements_cumulativeu64
|
| 6191 | 2026-01-04T04:14:26.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 6192 | 2026-01-04T04:14:26.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 6193 | 2026-01-04T04:14:26.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6194 | 2026-01-04T04:14:26.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6195 | 2026-01-04T04:14:26.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6196 | 2026-01-04T04:14:26.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6197 | 2026-01-04T04:14:26.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6198 | 2026-01-04T04:14:26.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6199 | 2026-01-04T04:14:26.680Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 6200 | 2026-01-04T04:14:27.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6201 | 2026-01-04T04:14:27.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6202 | 2026-01-04T04:14:27.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6203 | 2026-01-04T04:14:27.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6204 | 2026-01-04T04:14:27.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6205 | 2026-01-04T04:14:27.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6206 | 2026-01-04T04:14:27.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6207 | 2026-01-04T04:14:27.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6208 | 2026-01-04T04:14:27.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6209 | 2026-01-04T04:14:28.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6210 | 2026-01-04T04:14:28.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6211 | 2026-01-04T04:14:28.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6212 | 2026-01-04T04:14:28.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6213 | 2026-01-04T04:14:28.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6214 | 2026-01-04T04:14:28.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6215 | 2026-01-04T04:14:28.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6216 | 2026-01-04T04:14:28.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6217 | 2026-01-04T04:14:28.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6218 | 2026-01-04T04:14:29.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6219 | 2026-01-04T04:14:29.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6220 | 2026-01-04T04:14:29.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6221 | 2026-01-04T04:14:29.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6222 | 2026-01-04T04:14:29.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6223 | 2026-01-04T04:14:29.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6224 | 2026-01-04T04:14:29.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6225 | 2026-01-04T04:14:29.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6226 | 2026-01-04T04:14:29.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6227 | 2026-01-04T04:14:30.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6228 | 2026-01-04T04:14:30.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6229 | 2026-01-04T04:14:30.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6230 | 2026-01-04T04:14:30.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6231 | 2026-01-04T04:14:30.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6232 | 2026-01-04T04:14:30.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6233 | 2026-01-04T04:14:30.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6234 | 2026-01-04T04:14:30.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6235 | 2026-01-04T04:14:30.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6236 | 2026-01-04T04:14:31.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6237 | 2026-01-04T04:14:31.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6238 | 2026-01-04T04:14:31.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6239 | 2026-01-04T04:14:31.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6240 | 2026-01-04T04:14:31.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6241 | 2026-01-04T04:14:31.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6242 | 2026-01-04T04:14:31.577Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6243 | 2026-01-04T04:14:31.577Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6244 | 2026-01-04T04:14:31.577Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 6245 | 2026-01-04T04:14:31.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 6246 | 2026-01-04T04:14:31.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 6247 | 2026-01-04T04:14:31.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 6248 | 2026-01-04T04:14:31.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 6249 | 2026-01-04T04:14:31.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 6250 | 2026-01-04T04:14:31.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 6251 | 2026-01-04T04:14:31.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6252 | 2026-01-04T04:14:31.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6253 | 2026-01-04T04:14:31.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6254 | 2026-01-04T04:14:31.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 6255 | 2026-01-04T04:14:32.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6256 | 2026-01-04T04:14:32.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6257 | 2026-01-04T04:14:32.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6258 | 2026-01-04T04:14:32.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6259 | 2026-01-04T04:14:32.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6260 | 2026-01-04T04:14:32.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6261 | 2026-01-04T04:14:32.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6262 | 2026-01-04T04:14:32.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6263 | 2026-01-04T04:14:32.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6264 | 2026-01-04T04:14:33.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6265 | 2026-01-04T04:14:33.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6266 | 2026-01-04T04:14:33.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6267 | 2026-01-04T04:14:33.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6268 | 2026-01-04T04:14:33.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6269 | 2026-01-04T04:14:33.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6270 | 2026-01-04T04:14:33.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6271 | 2026-01-04T04:14:33.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6272 | 2026-01-04T04:14:33.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6273 | 2026-01-04T04:14:34.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6274 | 2026-01-04T04:14:34.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6275 | 2026-01-04T04:14:34.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6276 | 2026-01-04T04:14:34.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6277 | 2026-01-04T04:14:34.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6278 | 2026-01-04T04:14:34.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6279 | 2026-01-04T04:14:34.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6280 | 2026-01-04T04:14:34.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6281 | 2026-01-04T04:14:34.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6282 | 2026-01-04T04:14:35.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6283 | 2026-01-04T04:14:35.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6284 | 2026-01-04T04:14:35.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6285 | 2026-01-04T04:14:35.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6286 | 2026-01-04T04:14:35.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6287 | 2026-01-04T04:14:35.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6288 | 2026-01-04T04:14:35.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6289 | 2026-01-04T04:14:35.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6290 | 2026-01-04T04:14:35.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6291 | 2026-01-04T04:14:36.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6292 | 2026-01-04T04:14:36.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6293 | 2026-01-04T04:14:36.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6294 | 2026-01-04T04:14:36.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6295 | 2026-01-04T04:14:36.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6296 | 2026-01-04T04:14:36.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6297 | 2026-01-04T04:14:36.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6298 | 2026-01-04T04:14:36.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6299 | 2026-01-04T04:14:36.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6300 | 2026-01-04T04:14:36.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6301 | 2026-01-04T04:14:36.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6302 | 2026-01-04T04:14:36.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6303 | 2026-01-04T04:14:36.567Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6304 | 2026-01-04T04:14:36.567Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6305 | 2026-01-04T04:14:36.571Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6306 | 2026-01-04T04:14:36.578Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6307 | 2026-01-04T04:14:36.578Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6308 | 2026-01-04T04:14:36.578Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 6309 | 2026-01-04T04:14:36.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 118
table_name = fields_string
|
| 6310 | 2026-01-04T04:14:36.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = fields_u16
|
| 6311 | 2026-01-04T04:14:36.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 95
table_name = fields_uuid
|
| 6312 | 2026-01-04T04:14:36.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 6313 | 2026-01-04T04:14:36.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 6314 | 2026-01-04T04:14:36.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 6315 | 2026-01-04T04:14:36.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6316 | 2026-01-04T04:14:36.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6317 | 2026-01-04T04:14:36.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6318 | 2026-01-04T04:14:36.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6319 | 2026-01-04T04:14:36.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6320 | 2026-01-04T04:14:36.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6321 | 2026-01-04T04:14:36.680Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 6322 | 2026-01-04T04:14:37.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6323 | 2026-01-04T04:14:37.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6324 | 2026-01-04T04:14:37.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6325 | 2026-01-04T04:14:37.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6326 | 2026-01-04T04:14:37.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6327 | 2026-01-04T04:14:37.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6328 | 2026-01-04T04:14:37.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6329 | 2026-01-04T04:14:37.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6330 | 2026-01-04T04:14:37.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6331 | 2026-01-04T04:14:38.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6332 | 2026-01-04T04:14:38.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6333 | 2026-01-04T04:14:38.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6334 | 2026-01-04T04:14:38.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6335 | 2026-01-04T04:14:38.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6336 | 2026-01-04T04:14:38.533Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6337 | 2026-01-04T04:14:38.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6338 | 2026-01-04T04:14:38.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6339 | 2026-01-04T04:14:38.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6340 | 2026-01-04T04:14:39.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6341 | 2026-01-04T04:14:39.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6342 | 2026-01-04T04:14:39.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6343 | 2026-01-04T04:14:39.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6344 | 2026-01-04T04:14:39.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6345 | 2026-01-04T04:14:39.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6346 | 2026-01-04T04:14:39.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6347 | 2026-01-04T04:14:39.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6348 | 2026-01-04T04:14:39.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6349 | 2026-01-04T04:14:40.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6350 | 2026-01-04T04:14:40.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6351 | 2026-01-04T04:14:40.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6352 | 2026-01-04T04:14:40.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6353 | 2026-01-04T04:14:40.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6354 | 2026-01-04T04:14:40.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6355 | 2026-01-04T04:14:40.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6356 | 2026-01-04T04:14:40.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6357 | 2026-01-04T04:14:40.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6358 | 2026-01-04T04:14:41.517Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 6359 | 2026-01-04T04:14:41.517Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 6360 | 2026-01-04T04:14:41.521Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "53a22420-e9dc-4281-a9c3-3cd23e72b61d", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:14:41 GMT"} })
|
| 6361 | 2026-01-04T04:14:41.521Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 6362 | 2026-01-04T04:14:41.523Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "91f1f18b-7bb5-41b4-8df4-d3694b9a4828", "content-length": "29", "date": "Sun, 04 Jan 2026 04:14:41 GMT"} })
|
| 6363 | 2026-01-04T04:14:41.523Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 6364 | 2026-01-04T04:14:41.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 6365 | 2026-01-04T04:14:41.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 6366 | 2026-01-04T04:14:41.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6367 | 2026-01-04T04:14:41.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6368 | 2026-01-04T04:14:41.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6369 | 2026-01-04T04:14:41.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6370 | 2026-01-04T04:14:41.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6371 | 2026-01-04T04:14:41.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6372 | 2026-01-04T04:14:41.557Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = d6290289-7d57-4687-b163-8f813f0145bc
producer_ip = fd00:1122:3344:101::1
producer_port = 45601
|
| 6373 | 2026-01-04T04:14:41.578Z | DEBG | oximeter (results-sink): inserting 914 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6374 | 2026-01-04T04:14:41.578Z | DEBG | oximeter (results-sink-cluster): inserting 914 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6375 | 2026-01-04T04:14:41.578Z | DEBG | oximeter (clickhouse-client): unrolling 914 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 6376 | 2026-01-04T04:14:41.618Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1216
table_name = fields_string
|
| 6377 | 2026-01-04T04:14:41.619Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 6378 | 2026-01-04T04:14:41.621Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 228
table_name = fields_u32
|
| 6379 | 2026-01-04T04:14:41.623Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 530
table_name = fields_uuid
|
| 6380 | 2026-01-04T04:14:41.624Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 844
table_name = measurements_cumulativeu64
|
| 6381 | 2026-01-04T04:14:41.627Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 6382 | 2026-01-04T04:14:41.629Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 6383 | 2026-01-04T04:14:41.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6384 | 2026-01-04T04:14:41.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6385 | 2026-01-04T04:14:41.674Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6386 | 2026-01-04T04:14:41.679Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 6387 | 2026-01-04T04:14:42.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6388 | 2026-01-04T04:14:42.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6389 | 2026-01-04T04:14:42.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6390 | 2026-01-04T04:14:42.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6391 | 2026-01-04T04:14:42.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6392 | 2026-01-04T04:14:42.535Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6393 | 2026-01-04T04:14:42.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6394 | 2026-01-04T04:14:42.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6395 | 2026-01-04T04:14:42.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6396 | 2026-01-04T04:14:43.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6397 | 2026-01-04T04:14:43.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6398 | 2026-01-04T04:14:43.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6399 | 2026-01-04T04:14:43.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6400 | 2026-01-04T04:14:43.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6401 | 2026-01-04T04:14:43.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6402 | 2026-01-04T04:14:43.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6403 | 2026-01-04T04:14:43.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6404 | 2026-01-04T04:14:43.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6405 | 2026-01-04T04:14:44.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6406 | 2026-01-04T04:14:44.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6407 | 2026-01-04T04:14:44.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6408 | 2026-01-04T04:14:44.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6409 | 2026-01-04T04:14:44.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6410 | 2026-01-04T04:14:44.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6411 | 2026-01-04T04:14:44.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6412 | 2026-01-04T04:14:44.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6413 | 2026-01-04T04:14:44.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6414 | 2026-01-04T04:14:45.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6415 | 2026-01-04T04:14:45.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6416 | 2026-01-04T04:14:45.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6417 | 2026-01-04T04:14:45.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6418 | 2026-01-04T04:14:45.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6419 | 2026-01-04T04:14:45.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6420 | 2026-01-04T04:14:45.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6421 | 2026-01-04T04:14:45.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6422 | 2026-01-04T04:14:45.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6423 | 2026-01-04T04:14:46.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6424 | 2026-01-04T04:14:46.524Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6425 | 2026-01-04T04:14:46.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6426 | 2026-01-04T04:14:46.524Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6427 | 2026-01-04T04:14:46.525Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6428 | 2026-01-04T04:14:46.526Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6429 | 2026-01-04T04:14:46.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6430 | 2026-01-04T04:14:46.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6431 | 2026-01-04T04:14:46.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6432 | 2026-01-04T04:14:46.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6433 | 2026-01-04T04:14:46.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6434 | 2026-01-04T04:14:46.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6435 | 2026-01-04T04:14:46.567Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6436 | 2026-01-04T04:14:46.567Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6437 | 2026-01-04T04:14:46.571Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6438 | 2026-01-04T04:14:46.578Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6439 | 2026-01-04T04:14:46.578Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6440 | 2026-01-04T04:14:46.578Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 6441 | 2026-01-04T04:14:46.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 118
table_name = fields_string
|
| 6442 | 2026-01-04T04:14:46.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = fields_u16
|
| 6443 | 2026-01-04T04:14:46.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 95
table_name = fields_uuid
|
| 6444 | 2026-01-04T04:14:46.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 6445 | 2026-01-04T04:14:46.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 6446 | 2026-01-04T04:14:46.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 6447 | 2026-01-04T04:14:46.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6448 | 2026-01-04T04:14:46.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6449 | 2026-01-04T04:14:46.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6450 | 2026-01-04T04:14:46.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6451 | 2026-01-04T04:14:46.672Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6452 | 2026-01-04T04:14:46.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6453 | 2026-01-04T04:14:46.678Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 6454 | 2026-01-04T04:14:47.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6455 | 2026-01-04T04:14:47.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6456 | 2026-01-04T04:14:47.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6457 | 2026-01-04T04:14:47.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6458 | 2026-01-04T04:14:47.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6459 | 2026-01-04T04:14:47.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6460 | 2026-01-04T04:14:47.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6461 | 2026-01-04T04:14:47.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6462 | 2026-01-04T04:14:47.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6463 | 2026-01-04T04:14:48.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6464 | 2026-01-04T04:14:48.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6465 | 2026-01-04T04:14:48.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6466 | 2026-01-04T04:14:48.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6467 | 2026-01-04T04:14:48.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6468 | 2026-01-04T04:14:48.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6469 | 2026-01-04T04:14:48.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6470 | 2026-01-04T04:14:48.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6471 | 2026-01-04T04:14:48.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6472 | 2026-01-04T04:14:49.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6473 | 2026-01-04T04:14:49.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6474 | 2026-01-04T04:14:49.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6475 | 2026-01-04T04:14:49.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6476 | 2026-01-04T04:14:49.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6477 | 2026-01-04T04:14:49.533Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6478 | 2026-01-04T04:14:49.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6479 | 2026-01-04T04:14:49.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6480 | 2026-01-04T04:14:49.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6481 | 2026-01-04T04:14:50.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6482 | 2026-01-04T04:14:50.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6483 | 2026-01-04T04:14:50.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6484 | 2026-01-04T04:14:50.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6485 | 2026-01-04T04:14:50.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6486 | 2026-01-04T04:14:50.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6487 | 2026-01-04T04:14:50.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6488 | 2026-01-04T04:14:50.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6489 | 2026-01-04T04:14:50.674Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6490 | 2026-01-04T04:14:51.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6491 | 2026-01-04T04:14:51.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6492 | 2026-01-04T04:14:51.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6493 | 2026-01-04T04:14:51.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6494 | 2026-01-04T04:14:51.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6495 | 2026-01-04T04:14:51.533Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6496 | 2026-01-04T04:14:51.578Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6497 | 2026-01-04T04:14:51.578Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6498 | 2026-01-04T04:14:51.578Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 6499 | 2026-01-04T04:14:51.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 76
table_name = fields_string
|
| 6500 | 2026-01-04T04:14:51.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = fields_u16
|
| 6501 | 2026-01-04T04:14:51.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 74
table_name = fields_uuid
|
| 6502 | 2026-01-04T04:14:51.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 160
table_name = measurements_cumulativeu64
|
| 6503 | 2026-01-04T04:14:51.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 10
table_name = measurements_histogramu64
|
| 6504 | 2026-01-04T04:14:51.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 60
table_name = measurements_u64
|
| 6505 | 2026-01-04T04:14:51.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6506 | 2026-01-04T04:14:51.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6507 | 2026-01-04T04:14:51.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6508 | 2026-01-04T04:14:51.679Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 6509 | 2026-01-04T04:14:52.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6510 | 2026-01-04T04:14:52.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6511 | 2026-01-04T04:14:52.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6512 | 2026-01-04T04:14:52.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6513 | 2026-01-04T04:14:52.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6514 | 2026-01-04T04:14:52.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6515 | 2026-01-04T04:14:52.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6516 | 2026-01-04T04:14:52.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6517 | 2026-01-04T04:14:52.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6518 | 2026-01-04T04:14:53.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6519 | 2026-01-04T04:14:53.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6520 | 2026-01-04T04:14:53.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6521 | 2026-01-04T04:14:53.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6522 | 2026-01-04T04:14:53.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6523 | 2026-01-04T04:14:53.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6524 | 2026-01-04T04:14:53.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6525 | 2026-01-04T04:14:53.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6526 | 2026-01-04T04:14:53.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6527 | 2026-01-04T04:14:54.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6528 | 2026-01-04T04:14:54.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6529 | 2026-01-04T04:14:54.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6530 | 2026-01-04T04:14:54.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6531 | 2026-01-04T04:14:54.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6532 | 2026-01-04T04:14:54.533Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6533 | 2026-01-04T04:14:54.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6534 | 2026-01-04T04:14:54.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6535 | 2026-01-04T04:14:54.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6536 | 2026-01-04T04:14:55.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6537 | 2026-01-04T04:14:55.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6538 | 2026-01-04T04:14:55.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6539 | 2026-01-04T04:14:55.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6540 | 2026-01-04T04:14:55.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6541 | 2026-01-04T04:14:55.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6542 | 2026-01-04T04:14:55.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6543 | 2026-01-04T04:14:55.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6544 | 2026-01-04T04:14:55.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6545 | 2026-01-04T04:14:56.516Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 6546 | 2026-01-04T04:14:56.517Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending
|
| 6547 | 2026-01-04T04:14:56.519Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "6fc48597-b4fa-41b8-a615-0aa374984bdf", "content-length": "1412", "date": "Sun, 04 Jan 2026 04:14:56 GMT"} })
|
| 6548 | 2026-01-04T04:14:56.519Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D
|
| 6549 | 2026-01-04T04:14:56.522Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJlYjhhMWE5Yy0wYTU0LTQ2NTEtOTc1Ni00MjBhZDM2YTFjYmUifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "ba8dc7ba-f154-43af-a207-3bf9fc77996b", "content-length": "29", "date": "Sun, 04 Jan 2026 04:14:56 GMT"} })
|
| 6550 | 2026-01-04T04:14:56.522Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:55205
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 10s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
|
| 6551 | 2026-01-04T04:14:56.522Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6552 | 2026-01-04T04:14:56.522Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 6553 | 2026-01-04T04:14:56.522Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:55205
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
interval = 10s
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6554 | 2026-01-04T04:14:56.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6555 | 2026-01-04T04:14:56.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6556 | 2026-01-04T04:14:56.523Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6557 | 2026-01-04T04:14:56.523Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6558 | 2026-01-04T04:14:56.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6559 | 2026-01-04T04:14:56.523Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6560 | 2026-01-04T04:14:56.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6561 | 2026-01-04T04:14:56.523Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6562 | 2026-01-04T04:14:56.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = e4d50f84-4d6d-4b6f-bcd2-a6e4f502af11
producer_ip = fd00:1122:3344:101::c
producer_port = 55605
|
| 6563 | 2026-01-04T04:14:56.524Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 7088b60a-62bc-45c6-b468-5248e64c77b9
producer_ip = fd00:1122:3344:101::b
producer_port = 60117
|
| 6564 | 2026-01-04T04:14:56.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6565 | 2026-01-04T04:14:56.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6566 | 2026-01-04T04:14:56.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6567 | 2026-01-04T04:14:56.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6568 | 2026-01-04T04:14:56.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6569 | 2026-01-04T04:14:56.533Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6570 | 2026-01-04T04:14:56.540Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6571 | 2026-01-04T04:14:56.566Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6572 | 2026-01-04T04:14:56.566Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6573 | 2026-01-04T04:14:56.570Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2f9a88a5-eb1c-4923-b484-d839f5fa596c
producer_ip = fd00:1122:3344:101::a
producer_port = 39573
|
| 6574 | 2026-01-04T04:14:56.577Z | DEBG | oximeter (results-sink): inserting 458 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6575 | 2026-01-04T04:14:56.577Z | DEBG | oximeter (results-sink-cluster): inserting 458 samples into database
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
|
| 6576 | 2026-01-04T04:14:56.577Z | DEBG | oximeter (clickhouse-client): unrolling 458 total samples
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
|
| 6577 | 2026-01-04T04:14:56.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 410
table_name = fields_i16
|
| 6578 | 2026-01-04T04:14:56.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 4
table_name = fields_ipaddr
|
| 6579 | 2026-01-04T04:14:56.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1176
table_name = fields_string
|
| 6580 | 2026-01-04T04:14:56.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 240
table_name = fields_u16
|
| 6581 | 2026-01-04T04:14:56.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 212
table_name = fields_u32
|
| 6582 | 2026-01-04T04:14:56.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 211
table_name = fields_u8
|
| 6583 | 2026-01-04T04:14:56.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 714
table_name = fields_uuid
|
| 6584 | 2026-01-04T04:14:56.612Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 6
table_name = measurements_bool
|
| 6585 | 2026-01-04T04:14:56.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 316
table_name = measurements_cumulativeu64
|
| 6586 | 2026-01-04T04:14:56.614Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 1
table_name = measurements_f64
|
| 6587 | 2026-01-04T04:14:56.616Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 31
table_name = measurements_histogramu64
|
| 6588 | 2026-01-04T04:14:56.618Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
id = 9358a874-fed8-4124-9c7d-396a06cb6238
n_rows = 104
table_name = measurements_u64
|
| 6589 | 2026-01-04T04:14:56.671Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6590 | 2026-01-04T04:14:56.671Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = eb8a1a9c-0a54-4651-9756-420ad36a1cbe
producer_ip = fd00:1122:3344:101::2
producer_port = 37318
|
| 6591 | 2026-01-04T04:14:56.671Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6592 | 2026-01-04T04:14:56.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6593 | 2026-01-04T04:14:56.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6594 | 2026-01-04T04:14:56.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6595 | 2026-01-04T04:14:56.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6596 | 2026-01-04T04:14:56.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 75435f0f-0912-4c0f-92b2-21e981800e40
producer_ip = fd00:1122:3344:101::2
producer_port = 40554
|
| 6597 | 2026-01-04T04:14:56.674Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6598 | 2026-01-04T04:14:56.679Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
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:92
|
| 6599 | 2026-01-04T04:14:57.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6600 | 2026-01-04T04:14:57.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6601 | 2026-01-04T04:14:57.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6602 | 2026-01-04T04:14:57.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6603 | 2026-01-04T04:14:57.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6604 | 2026-01-04T04:14:57.533Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6605 | 2026-01-04T04:14:57.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6606 | 2026-01-04T04:14:57.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6607 | 2026-01-04T04:14:57.674Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6608 | 2026-01-04T04:14:58.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6609 | 2026-01-04T04:14:58.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6610 | 2026-01-04T04:14:58.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6611 | 2026-01-04T04:14:58.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6612 | 2026-01-04T04:14:58.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6613 | 2026-01-04T04:14:58.533Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6614 | 2026-01-04T04:14:58.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6615 | 2026-01-04T04:14:58.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6616 | 2026-01-04T04:14:58.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6617 | 2026-01-04T04:14:59.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6618 | 2026-01-04T04:14:59.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6619 | 2026-01-04T04:14:59.531Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6620 | 2026-01-04T04:14:59.531Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6621 | 2026-01-04T04:14:59.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6622 | 2026-01-04T04:14:59.533Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6623 | 2026-01-04T04:14:59.671Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6624 | 2026-01-04T04:14:59.671Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6625 | 2026-01-04T04:14:59.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6626 | 2026-01-04T04:15:00.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6627 | 2026-01-04T04:15:00.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6628 | 2026-01-04T04:15:00.530Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6629 | 2026-01-04T04:15:00.530Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6630 | 2026-01-04T04:15:00.531Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = b9b8083e-fb57-490a-9bc6-04a4b9cc7771
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 6631 | 2026-01-04T04:15:00.532Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 96c92d00-0766-4129-82ec-853c652878c8
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 6632 | 2026-01-04T04:15:00.670Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6633 | 2026-01-04T04:15:00.670Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 6634 | 2026-01-04T04:15:00.673Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = 1e7d3b5e-df57-4e5c-bf63-ef7d03c83f80
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 9745be47-5d20-40e9-abff-48d2fbedeadf
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|