| 1 | | [ Feb 12 17:07:38 Enabled. ] |
| 2 | | [ Feb 12 17:07:38 Rereading configuration. ] |
| 3 | | [ Feb 12 17:07:38 Rereading configuration. ] |
| 4 | | [ Feb 12 17:07:40 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 c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032 &"). ] |
| 5 | | [ Feb 12 17:07:40 Method "start" exited with status 0. ] |
| 6 | | note: configured to log to "/dev/stdout" |
| 7 | 2026-02-12T17:07:40.729Z | DEBG | oximeter: registered DTrace probes
|
| 8 | 2026-02-12T17:07:40.729Z | INFO | oximeter: starting oximeter server
file = oximeter/collector/src/lib.rs:264
|
| 9 | 2026-02-12T17:07:40.735Z | DEBG | oximeter: creating ClickHouse client
|
| 10 | 2026-02-12T17:07:40.747Z | DEBG | oximeter (clickhouse-client): registered USDT probes
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 11 | 2026-02-12T17:07:53.315Z | WARN | oximeter (clickhouse-client): oximeter database does not exist, or is out-of-date
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:900
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 12 | 2026-02-12T17:07:53.315Z | DEBG | oximeter (oximeter-agent): oximeter database does not exist, creating
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 13 | 2026-02-12T17:07:53.315Z | INFO | oximeter (clickhouse-client): reading db version
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:800
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 14 | 2026-02-12T17:07:53.316Z | WARN | oximeter (clickhouse-client): oximeter database does not exist, or is out-of-date
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:900
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 15 | 2026-02-12T17:07:53.316Z | INFO | oximeter (clickhouse-client): read oximeter database version
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:805
id = afc9934f-05d2-4d88-be56-c1d2968ec174
version = 0
|
| 16 | 2026-02-12T17:07:53.316Z | INFO | oximeter (clickhouse-client): initializing oximeter schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:810
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 17 | 2026-02-12T17:07:53.316Z | DEBG | oximeter (clickhouse-client): initializing ClickHouse database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 18 | 2026-02-12T17:07:53.523Z | INFO | oximeter (clickhouse-client): inserting current version
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/db/src/client/mod.rs:831
id = afc9934f-05d2-4d88-be56-c1d2968ec174
version = 14
|
| 19 | 2026-02-12T17:07:53.546Z | DEBG | oximeter (clickhouse-client): registered USDT probes
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = 3ce2edfd-4be6-40ab-82c6-1da74c2dbb79
|
| 20 | 2026-02-12T17:07:53.563Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = GET
path = /info
versions = all
|
| 21 | 2026-02-12T17:07:53.563Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = GET
path = /producers
versions = all
|
| 22 | 2026-02-12T17:07:53.563Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = DELETE
path = /producers/{producer_id}
versions = all
|
| 23 | 2026-02-12T17:07:53.563Z | DEBG | oximeter (dropshot): registered endpoint
local_addr = [fd00:1122:3344:101::d]:12223
method = GET
path = /producers/{producer_id}
versions = all
|
| 24 | 2026-02-12T17:07:53.563Z | INFO | oximeter (dropshot): listening
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.7/src/server.rs:328
local_addr = [fd00:1122:3344:101::d]:12223
|
| 25 | 2026-02-12T17:07:53.565Z | DEBG | oximeter (dropshot): successfully registered DTrace USDT probes
local_addr = [fd00:1122:3344:101::d]:12223
|
| 26 | 2026-02-12T17:07:53.565Z | DEBG | oximeter: registered USDT probes
|
| 27 | 2026-02-12T17:07:53.566Z | DEBG | oximeter: contacting nexus
|
| 28 | 2026-02-12T17:07:53.749Z | DEBG | oximeter: client request
body = Some(Body)
method = POST
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors
|
| 29 | 2026-02-12T17:07:53.777Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors", status: 204, headers: {"x-request-id": "2bbe2ef7-90a8-4438-8411-30939046dd10", "date": "Thu, 12 Feb 2026 17:07:53 GMT"} })
|
| 30 | 2026-02-12T17:07:53.777Z | INFO | oximeter: oximeter registered with nexus
file = oximeter/collector/src/lib.rs:427
id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
|
| 31 | 2026-02-12T17:07:53.777Z | INFO | oximeter (oximeter-agent): starting refresh list task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:554
|
| 32 | 2026-02-12T17:07:53.778Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 33 | 2026-02-12T17:07:53.779Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 34 | 2026-02-12T17:07:53.786Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "33b3e1b4-0a1e-4395-8c43-ebb3ee48c6dc", "content-length": "29", "date": "Thu, 12 Feb 2026 17:07:53 GMT"} })
|
| 35 | 2026-02-12T17:07:53.786Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 0
n_pruned_tasks = 0
|
| 36 | 2026-02-12T17:08:08.775Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 37 | 2026-02-12T17:08:08.775Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 38 | 2026-02-12T17:08:08.783Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "5db3a831-7263-4925-a0df-cc78571cb432", "content-length": "721", "date": "Thu, 12 Feb 2026 17:08:08 GMT"} })
|
| 39 | 2026-02-12T17:08:08.785Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJhMWYxNzc4MS01YWEzLTRjM2YtODg0MC03MDkzYThiMmJmMDcifX0%3D
|
| 40 | 2026-02-12T17:08:08.788Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJhMWYxNzc4MS01YWEzLTRjM2YtODg0MC03MDkzYThiMmJmMDcifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "05fcdb6e-8624-4335-80db-0c155565dc05", "content-length": "29", "date": "Thu, 12 Feb 2026 17:08:08 GMT"} })
|
| 41 | 2026-02-12T17:08:08.788Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:8001
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
|
| 42 | 2026-02-12T17:08:08.789Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:37578
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
|
| 43 | 2026-02-12T17:08:08.789Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:4677
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
|
| 44 | 2026-02-12T17:08:08.789Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::2]:48120
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
|
| 45 | 2026-02-12T17:08:08.789Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 4
n_pruned_tasks = 0
|
| 46 | 2026-02-12T17:08:08.790Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 47 | 2026-02-12T17:08:08.790Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 48 | 2026-02-12T17:08:08.790Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 49 | 2026-02-12T17:08:08.790Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 50 | 2026-02-12T17:08:08.790Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 51 | 2026-02-12T17:08:08.790Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 52 | 2026-02-12T17:08:08.810Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 53 | 2026-02-12T17:08:08.810Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 54 | 2026-02-12T17:08:08.892Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 55 | 2026-02-12T17:08:08.905Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 56 | 2026-02-12T17:08:09.036Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 57 | 2026-02-12T17:08:09.050Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 58 | 2026-02-12T17:08:09.067Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 59 | 2026-02-12T17:08:09.068Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 60 | 2026-02-12T17:08:09.078Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 61 | 2026-02-12T17:08:09.097Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 62 | 2026-02-12T17:08:09.790Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 63 | 2026-02-12T17:08:09.790Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 64 | 2026-02-12T17:08:09.790Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 65 | 2026-02-12T17:08:09.790Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 66 | 2026-02-12T17:08:09.791Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 67 | 2026-02-12T17:08:09.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 68 | 2026-02-12T17:08:10.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 69 | 2026-02-12T17:08:10.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 70 | 2026-02-12T17:08:10.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 71 | 2026-02-12T17:08:10.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 72 | 2026-02-12T17:08:10.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 73 | 2026-02-12T17:08:10.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 74 | 2026-02-12T17:08:11.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 75 | 2026-02-12T17:08:11.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 76 | 2026-02-12T17:08:11.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 77 | 2026-02-12T17:08:11.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 78 | 2026-02-12T17:08:11.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 79 | 2026-02-12T17:08:11.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 80 | 2026-02-12T17:08:12.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 81 | 2026-02-12T17:08:12.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 82 | 2026-02-12T17:08:12.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 83 | 2026-02-12T17:08:12.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 84 | 2026-02-12T17:08:12.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 85 | 2026-02-12T17:08:12.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 86 | 2026-02-12T17:08:13.548Z | DEBG | oximeter (results-sink-cluster): inserting 237 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 87 | 2026-02-12T17:08:13.548Z | DEBG | oximeter (results-sink): inserting 237 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 88 | 2026-02-12T17:08:13.548Z | DEBG | oximeter (clickhouse-client): unrolling 237 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 89 | 2026-02-12T17:08:13.548Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 90 | 2026-02-12T17:08:13.550Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.548732550Z }
timeseries_name = oximeter_collector:collections
|
| 91 | 2026-02-12T17:08:13.552Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 92 | 2026-02-12T17:08:13.555Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.552061612Z }
timeseries_name = http_service:request_latency_histogram
|
| 93 | 2026-02-12T17:08:13.556Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 94 | 2026-02-12T17:08:13.556Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.555995921Z }
timeseries_name = static_routing_config:static_routes
|
| 95 | 2026-02-12T17:08:13.557Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 96 | 2026-02-12T17:08:13.557Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.557099921Z }
timeseries_name = static_routing_config:static_nexthops
|
| 97 | 2026-02-12T17:08:13.558Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 98 | 2026-02-12T17:08:13.558Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.558032837Z }
timeseries_name = switch_rib:active_routes
|
| 99 | 2026-02-12T17:08:13.558Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 100 | 2026-02-12T17:08:13.559Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.558969793Z }
timeseries_name = mg_lower:routes_blocked_by_link_state
|
| 101 | 2026-02-12T17:08:13.559Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 102 | 2026-02-12T17:08:13.560Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.559881098Z }
timeseries_name = ddm_router:originated_underlay_prefixes
|
| 103 | 2026-02-12T17:08:13.560Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 104 | 2026-02-12T17:08:13.561Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.560801594Z }
timeseries_name = ddm_router:originated_tunnel_endpoints
|
| 105 | 2026-02-12T17:08:13.561Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 106 | 2026-02-12T17:08:13.562Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.561704928Z }
timeseries_name = ddm_session:solicitations_sent
|
| 107 | 2026-02-12T17:08:13.562Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 108 | 2026-02-12T17:08:13.563Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.562596303Z }
timeseries_name = ddm_session:solicitations_received
|
| 109 | 2026-02-12T17:08:13.563Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 110 | 2026-02-12T17:08:13.564Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.563511778Z }
timeseries_name = ddm_session:advertisements_sent
|
| 111 | 2026-02-12T17:08:13.564Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 112 | 2026-02-12T17:08:13.565Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.564406953Z }
timeseries_name = ddm_session:advertisements_received
|
| 113 | 2026-02-12T17:08:13.565Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 114 | 2026-02-12T17:08:13.566Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.565325648Z }
timeseries_name = ddm_session:peer_expirations
|
| 115 | 2026-02-12T17:08:13.566Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 116 | 2026-02-12T17:08:13.567Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.566242174Z }
timeseries_name = ddm_session:peer_address_changes
|
| 117 | 2026-02-12T17:08:13.567Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 118 | 2026-02-12T17:08:13.568Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.567224331Z }
timeseries_name = ddm_session:peer_sessions_established
|
| 119 | 2026-02-12T17:08:13.568Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 120 | 2026-02-12T17:08:13.569Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.568236769Z }
timeseries_name = ddm_session:updates_sent
|
| 121 | 2026-02-12T17:08:13.569Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 122 | 2026-02-12T17:08:13.570Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.569285658Z }
timeseries_name = ddm_session:updates_received
|
| 123 | 2026-02-12T17:08:13.570Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 124 | 2026-02-12T17:08:13.571Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.570218464Z }
timeseries_name = ddm_session:update_send_fail
|
| 125 | 2026-02-12T17:08:13.571Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 126 | 2026-02-12T17:08:13.572Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.571161330Z }
timeseries_name = ddm_session:imported_underlay_prefixes
|
| 127 | 2026-02-12T17:08:13.572Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 128 | 2026-02-12T17:08:13.572Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.572098156Z }
timeseries_name = ddm_session:imported_tunnel_endpoints
|
| 129 | 2026-02-12T17:08:13.573Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 130 | 2026-02-12T17:08:13.573Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.573062342Z }
timeseries_name = switch_data_link:link_enabled
|
| 131 | 2026-02-12T17:08:13.574Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 132 | 2026-02-12T17:08:13.575Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.574710108Z }
timeseries_name = switch_data_link:link_up
|
| 133 | 2026-02-12T17:08:13.576Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 134 | 2026-02-12T17:08:13.576Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.576087046Z }
timeseries_name = switch_table:capacity
|
| 135 | 2026-02-12T17:08:13.577Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 136 | 2026-02-12T17:08:13.578Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.577098164Z }
timeseries_name = switch_table:occupancy
|
| 137 | 2026-02-12T17:08:13.578Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 138 | 2026-02-12T17:08:13.579Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.578157063Z }
timeseries_name = switch_table:inserts
|
| 139 | 2026-02-12T17:08:13.579Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 140 | 2026-02-12T17:08:13.580Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.579168571Z }
timeseries_name = switch_table:deletes
|
| 141 | 2026-02-12T17:08:13.580Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 142 | 2026-02-12T17:08:13.581Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.580206680Z }
timeseries_name = switch_table:updates
|
| 143 | 2026-02-12T17:08:13.581Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 144 | 2026-02-12T17:08:13.582Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.581205248Z }
timeseries_name = switch_table:collisions
|
| 145 | 2026-02-12T17:08:13.582Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 146 | 2026-02-12T17:08:13.583Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.582215616Z }
timeseries_name = switch_table:update_misses
|
| 147 | 2026-02-12T17:08:13.583Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 148 | 2026-02-12T17:08:13.584Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.583233604Z }
timeseries_name = switch_table:delete_misses
|
| 149 | 2026-02-12T17:08:13.584Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 150 | 2026-02-12T17:08:13.585Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.584239992Z }
timeseries_name = switch_table:exhaustion
|
| 151 | 2026-02-12T17:08:13.592Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 152 | 2026-02-12T17:08:13.594Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:13.592952233Z }
timeseries_name = dendrite:sample_collection_duration
|
| 153 | 2026-02-12T17:08:13.596Z | DEBG | oximeter (clickhouse-client): inserting 32 new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 154 | 2026-02-12T17:08:13.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 266
table_name = fields_i16
|
| 155 | 2026-02-12T17:08:13.605Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 8
table_name = fields_ipaddr
|
| 156 | 2026-02-12T17:08:13.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 750
table_name = fields_string
|
| 157 | 2026-02-12T17:08:13.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 151
table_name = fields_u16
|
| 158 | 2026-02-12T17:08:13.611Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 140
table_name = fields_u32
|
| 159 | 2026-02-12T17:08:13.613Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 139
table_name = fields_u8
|
| 160 | 2026-02-12T17:08:13.615Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 453
table_name = fields_uuid
|
| 161 | 2026-02-12T17:08:13.617Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = measurements_bool
|
| 162 | 2026-02-12T17:08:13.618Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 162
table_name = measurements_cumulativeu64
|
| 163 | 2026-02-12T17:08:13.620Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1
table_name = measurements_f64
|
| 164 | 2026-02-12T17:08:13.623Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 165 | 2026-02-12T17:08:13.625Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 58
table_name = measurements_u64
|
| 166 | 2026-02-12T17:08:13.651Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 167 | 2026-02-12T17:08:13.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 168 | 2026-02-12T17:08:13.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 169 | 2026-02-12T17:08:13.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 170 | 2026-02-12T17:08:13.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 171 | 2026-02-12T17:08:13.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 172 | 2026-02-12T17:08:13.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 173 | 2026-02-12T17:08:14.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 174 | 2026-02-12T17:08:14.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 175 | 2026-02-12T17:08:14.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 176 | 2026-02-12T17:08:14.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 177 | 2026-02-12T17:08:14.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 178 | 2026-02-12T17:08:14.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 179 | 2026-02-12T17:08:15.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 180 | 2026-02-12T17:08:15.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 181 | 2026-02-12T17:08:15.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 182 | 2026-02-12T17:08:15.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 183 | 2026-02-12T17:08:15.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 184 | 2026-02-12T17:08:15.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 185 | 2026-02-12T17:08:16.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 186 | 2026-02-12T17:08:16.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 187 | 2026-02-12T17:08:16.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 188 | 2026-02-12T17:08:16.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 189 | 2026-02-12T17:08:16.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 190 | 2026-02-12T17:08:16.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 191 | 2026-02-12T17:08:17.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 192 | 2026-02-12T17:08:17.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 193 | 2026-02-12T17:08:17.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 194 | 2026-02-12T17:08:17.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 195 | 2026-02-12T17:08:17.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 196 | 2026-02-12T17:08:17.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 197 | 2026-02-12T17:08:18.548Z | DEBG | oximeter (results-sink): inserting 90 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 198 | 2026-02-12T17:08:18.548Z | DEBG | oximeter (results-sink-cluster): inserting 90 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 199 | 2026-02-12T17:08:18.548Z | DEBG | oximeter (clickhouse-client): unrolling 90 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 200 | 2026-02-12T17:08:18.554Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = fields_string
|
| 201 | 2026-02-12T17:08:18.556Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 36
table_name = fields_uuid
|
| 202 | 2026-02-12T17:08:18.558Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_cumulativeu64
|
| 203 | 2026-02-12T17:08:18.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = measurements_u64
|
| 204 | 2026-02-12T17:08:18.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 205 | 2026-02-12T17:08:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 206 | 2026-02-12T17:08:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 207 | 2026-02-12T17:08:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 208 | 2026-02-12T17:08:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 209 | 2026-02-12T17:08:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 210 | 2026-02-12T17:08:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 211 | 2026-02-12T17:08:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 212 | 2026-02-12T17:08:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 213 | 2026-02-12T17:08:18.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 214 | 2026-02-12T17:08:18.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 215 | 2026-02-12T17:08:18.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 216 | 2026-02-12T17:08:18.804Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 217 | 2026-02-12T17:08:19.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 218 | 2026-02-12T17:08:19.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 219 | 2026-02-12T17:08:19.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 220 | 2026-02-12T17:08:19.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 221 | 2026-02-12T17:08:19.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 222 | 2026-02-12T17:08:19.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 223 | 2026-02-12T17:08:20.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 224 | 2026-02-12T17:08:20.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 225 | 2026-02-12T17:08:20.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 226 | 2026-02-12T17:08:20.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 227 | 2026-02-12T17:08:20.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 228 | 2026-02-12T17:08:20.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 229 | 2026-02-12T17:08:21.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 230 | 2026-02-12T17:08:21.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 231 | 2026-02-12T17:08:21.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 232 | 2026-02-12T17:08:21.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 233 | 2026-02-12T17:08:21.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 234 | 2026-02-12T17:08:21.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 235 | 2026-02-12T17:08:22.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 236 | 2026-02-12T17:08:22.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 237 | 2026-02-12T17:08:22.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 238 | 2026-02-12T17:08:22.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 239 | 2026-02-12T17:08:22.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 240 | 2026-02-12T17:08:22.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 241 | 2026-02-12T17:08:23.548Z | DEBG | oximeter (results-sink): inserting 233 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 242 | 2026-02-12T17:08:23.548Z | DEBG | oximeter (results-sink-cluster): inserting 233 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 243 | 2026-02-12T17:08:23.548Z | DEBG | oximeter (clickhouse-client): unrolling 233 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 244 | 2026-02-12T17:08:23.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 266
table_name = fields_i16
|
| 245 | 2026-02-12T17:08:23.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 746
table_name = fields_string
|
| 246 | 2026-02-12T17:08:23.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 143
table_name = fields_u16
|
| 247 | 2026-02-12T17:08:23.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 140
table_name = fields_u32
|
| 248 | 2026-02-12T17:08:23.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 139
table_name = fields_u8
|
| 249 | 2026-02-12T17:08:23.571Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 445
table_name = fields_uuid
|
| 250 | 2026-02-12T17:08:23.573Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = measurements_bool
|
| 251 | 2026-02-12T17:08:23.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 158
table_name = measurements_cumulativeu64
|
| 252 | 2026-02-12T17:08:23.576Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1
table_name = measurements_f64
|
| 253 | 2026-02-12T17:08:23.579Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 254 | 2026-02-12T17:08:23.580Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 58
table_name = measurements_u64
|
| 255 | 2026-02-12T17:08:23.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 256 | 2026-02-12T17:08:23.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 257 | 2026-02-12T17:08:23.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 258 | 2026-02-12T17:08:23.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "ff412a2a-5383-42d4-8c49-452ad1ba0d05", "content-length": "995", "date": "Thu, 12 Feb 2026 17:08:23 GMT"} })
|
| 259 | 2026-02-12T17:08:23.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJjMTRjNmYxZi1jYTUzLTQ3ODUtOWVjZi05Y2JmZDI3M2Q2MDgifX0%3D
|
| 260 | 2026-02-12T17:08:23.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJjMTRjNmYxZi1jYTUzLTQ3ODUtOWVjZi05Y2JmZDI3M2Q2MDgifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "8c32b934-dbfa-4adc-bf17-0cd31d1f88cc", "content-length": "29", "date": "Thu, 12 Feb 2026 17:08:23 GMT"} })
|
| 261 | 2026-02-12T17:08:23.782Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::b]:34037
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
|
| 262 | 2026-02-12T17:08:23.782Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::1]:8001
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
|
| 263 | 2026-02-12T17:08:23.782Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 6
n_pruned_tasks = 0
|
| 264 | 2026-02-12T17:08:23.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 265 | 2026-02-12T17:08:23.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 266 | 2026-02-12T17:08:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 267 | 2026-02-12T17:08:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 268 | 2026-02-12T17:08:23.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 269 | 2026-02-12T17:08:23.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 270 | 2026-02-12T17:08:23.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 271 | 2026-02-12T17:08:23.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 272 | 2026-02-12T17:08:23.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 273 | 2026-02-12T17:08:23.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 274 | 2026-02-12T17:08:23.845Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 275 | 2026-02-12T17:08:23.847Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 276 | 2026-02-12T17:08:23.853Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 277 | 2026-02-12T17:08:23.855Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 278 | 2026-02-12T17:08:24.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 279 | 2026-02-12T17:08:24.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 280 | 2026-02-12T17:08:24.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 281 | 2026-02-12T17:08:24.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 282 | 2026-02-12T17:08:24.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 283 | 2026-02-12T17:08:24.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 284 | 2026-02-12T17:08:24.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 285 | 2026-02-12T17:08:24.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 286 | 2026-02-12T17:08:24.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 287 | 2026-02-12T17:08:25.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 288 | 2026-02-12T17:08:25.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 289 | 2026-02-12T17:08:25.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 290 | 2026-02-12T17:08:25.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 291 | 2026-02-12T17:08:25.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 292 | 2026-02-12T17:08:25.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 293 | 2026-02-12T17:08:25.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 294 | 2026-02-12T17:08:25.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 295 | 2026-02-12T17:08:25.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 296 | 2026-02-12T17:08:26.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 297 | 2026-02-12T17:08:26.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 298 | 2026-02-12T17:08:26.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 299 | 2026-02-12T17:08:26.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 300 | 2026-02-12T17:08:26.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 301 | 2026-02-12T17:08:26.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 302 | 2026-02-12T17:08:26.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 303 | 2026-02-12T17:08:26.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 304 | 2026-02-12T17:08:26.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 305 | 2026-02-12T17:08:27.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 306 | 2026-02-12T17:08:27.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 307 | 2026-02-12T17:08:27.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 308 | 2026-02-12T17:08:27.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 309 | 2026-02-12T17:08:27.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 310 | 2026-02-12T17:08:27.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 311 | 2026-02-12T17:08:27.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 312 | 2026-02-12T17:08:27.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 313 | 2026-02-12T17:08:27.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 314 | 2026-02-12T17:08:28.548Z | DEBG | oximeter (results-sink): inserting 246 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 315 | 2026-02-12T17:08:28.548Z | DEBG | oximeter (results-sink-cluster): inserting 246 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 316 | 2026-02-12T17:08:28.548Z | DEBG | oximeter (clickhouse-client): unrolling 246 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 317 | 2026-02-12T17:08:28.551Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 318 | 2026-02-12T17:08:28.571Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:28.551479936Z }
timeseries_name = collection_target:cpus_provisioned
|
| 319 | 2026-02-12T17:08:28.571Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 320 | 2026-02-12T17:08:28.572Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:28.571186610Z }
timeseries_name = collection_target:ram_provisioned
|
| 321 | 2026-02-12T17:08:28.573Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 322 | 2026-02-12T17:08:28.574Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:28.573016581Z }
timeseries_name = collection_target:virtual_disk_space_provisioned
|
| 323 | 2026-02-12T17:08:28.581Z | DEBG | oximeter (clickhouse-client): inserting 3 new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 324 | 2026-02-12T17:08:28.585Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 4
table_name = fields_ipaddr
|
| 325 | 2026-02-12T17:08:28.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 82
table_name = fields_string
|
| 326 | 2026-02-12T17:08:28.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 16
table_name = fields_u16
|
| 327 | 2026-02-12T17:08:28.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 92
table_name = fields_uuid
|
| 328 | 2026-02-12T17:08:28.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 162
table_name = measurements_cumulativeu64
|
| 329 | 2026-02-12T17:08:28.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = measurements_histogramu64
|
| 330 | 2026-02-12T17:08:28.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = measurements_i64
|
| 331 | 2026-02-12T17:08:28.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 332 | 2026-02-12T17:08:28.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 333 | 2026-02-12T17:08:28.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 334 | 2026-02-12T17:08:28.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 335 | 2026-02-12T17:08:28.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 336 | 2026-02-12T17:08:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 337 | 2026-02-12T17:08:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 338 | 2026-02-12T17:08:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 339 | 2026-02-12T17:08:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 340 | 2026-02-12T17:08:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 341 | 2026-02-12T17:08:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 342 | 2026-02-12T17:08:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 343 | 2026-02-12T17:08:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 344 | 2026-02-12T17:08:28.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 345 | 2026-02-12T17:08:28.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 346 | 2026-02-12T17:08:28.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 347 | 2026-02-12T17:08:28.804Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 348 | 2026-02-12T17:08:29.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 349 | 2026-02-12T17:08:29.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 350 | 2026-02-12T17:08:29.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 351 | 2026-02-12T17:08:29.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 352 | 2026-02-12T17:08:29.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 353 | 2026-02-12T17:08:29.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 354 | 2026-02-12T17:08:29.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 355 | 2026-02-12T17:08:29.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 356 | 2026-02-12T17:08:29.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 357 | 2026-02-12T17:08:30.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 358 | 2026-02-12T17:08:30.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 359 | 2026-02-12T17:08:30.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 360 | 2026-02-12T17:08:30.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 361 | 2026-02-12T17:08:30.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 362 | 2026-02-12T17:08:30.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 363 | 2026-02-12T17:08:30.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 364 | 2026-02-12T17:08:30.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 365 | 2026-02-12T17:08:30.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 366 | 2026-02-12T17:08:31.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 367 | 2026-02-12T17:08:31.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 368 | 2026-02-12T17:08:31.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 369 | 2026-02-12T17:08:31.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 370 | 2026-02-12T17:08:31.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 371 | 2026-02-12T17:08:31.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 372 | 2026-02-12T17:08:31.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 373 | 2026-02-12T17:08:31.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 374 | 2026-02-12T17:08:31.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 375 | 2026-02-12T17:08:32.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 376 | 2026-02-12T17:08:32.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 377 | 2026-02-12T17:08:32.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 378 | 2026-02-12T17:08:32.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 379 | 2026-02-12T17:08:32.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 380 | 2026-02-12T17:08:32.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 381 | 2026-02-12T17:08:32.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 382 | 2026-02-12T17:08:32.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 383 | 2026-02-12T17:08:32.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 384 | 2026-02-12T17:08:33.548Z | DEBG | oximeter (results-sink): inserting 363 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 385 | 2026-02-12T17:08:33.548Z | DEBG | oximeter (results-sink-cluster): inserting 363 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 386 | 2026-02-12T17:08:33.548Z | DEBG | oximeter (clickhouse-client): unrolling 363 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 387 | 2026-02-12T17:08:33.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 266
table_name = fields_i16
|
| 388 | 2026-02-12T17:08:33.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 772
table_name = fields_string
|
| 389 | 2026-02-12T17:08:33.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 143
table_name = fields_u16
|
| 390 | 2026-02-12T17:08:33.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 140
table_name = fields_u32
|
| 391 | 2026-02-12T17:08:33.576Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 139
table_name = fields_u8
|
| 392 | 2026-02-12T17:08:33.577Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 473
table_name = fields_uuid
|
| 393 | 2026-02-12T17:08:33.579Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = measurements_bool
|
| 394 | 2026-02-12T17:08:33.581Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 258
table_name = measurements_cumulativeu64
|
| 395 | 2026-02-12T17:08:33.583Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1
table_name = measurements_f64
|
| 396 | 2026-02-12T17:08:33.585Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 397 | 2026-02-12T17:08:33.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 88
table_name = measurements_u64
|
| 398 | 2026-02-12T17:08:33.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 399 | 2026-02-12T17:08:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 400 | 2026-02-12T17:08:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 401 | 2026-02-12T17:08:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 402 | 2026-02-12T17:08:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 403 | 2026-02-12T17:08:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 404 | 2026-02-12T17:08:33.788Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 405 | 2026-02-12T17:08:33.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 406 | 2026-02-12T17:08:33.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 407 | 2026-02-12T17:08:33.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 408 | 2026-02-12T17:08:33.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 409 | 2026-02-12T17:08:33.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 410 | 2026-02-12T17:08:33.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 411 | 2026-02-12T17:08:34.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 412 | 2026-02-12T17:08:34.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 413 | 2026-02-12T17:08:34.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 414 | 2026-02-12T17:08:34.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 415 | 2026-02-12T17:08:34.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 416 | 2026-02-12T17:08:34.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 417 | 2026-02-12T17:08:34.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 418 | 2026-02-12T17:08:34.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 419 | 2026-02-12T17:08:34.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 420 | 2026-02-12T17:08:35.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 421 | 2026-02-12T17:08:35.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 422 | 2026-02-12T17:08:35.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 423 | 2026-02-12T17:08:35.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 424 | 2026-02-12T17:08:35.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 425 | 2026-02-12T17:08:35.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 426 | 2026-02-12T17:08:35.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 427 | 2026-02-12T17:08:35.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 428 | 2026-02-12T17:08:35.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 429 | 2026-02-12T17:08:36.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 430 | 2026-02-12T17:08:36.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 431 | 2026-02-12T17:08:36.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 432 | 2026-02-12T17:08:36.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 433 | 2026-02-12T17:08:36.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 434 | 2026-02-12T17:08:36.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 435 | 2026-02-12T17:08:36.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 436 | 2026-02-12T17:08:36.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 437 | 2026-02-12T17:08:36.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 438 | 2026-02-12T17:08:37.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 439 | 2026-02-12T17:08:37.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 440 | 2026-02-12T17:08:37.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 441 | 2026-02-12T17:08:37.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 442 | 2026-02-12T17:08:37.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 443 | 2026-02-12T17:08:37.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 444 | 2026-02-12T17:08:37.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 445 | 2026-02-12T17:08:37.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 446 | 2026-02-12T17:08:37.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 447 | 2026-02-12T17:08:38.548Z | DEBG | oximeter (results-sink): inserting 261 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 448 | 2026-02-12T17:08:38.548Z | DEBG | oximeter (results-sink-cluster): inserting 261 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 449 | 2026-02-12T17:08:38.548Z | DEBG | oximeter (clickhouse-client): unrolling 261 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 450 | 2026-02-12T17:08:38.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 108
table_name = fields_string
|
| 451 | 2026-02-12T17:08:38.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 26
table_name = fields_u16
|
| 452 | 2026-02-12T17:08:38.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 98
table_name = fields_uuid
|
| 453 | 2026-02-12T17:08:38.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 454 | 2026-02-12T17:08:38.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 26
table_name = measurements_histogramu64
|
| 455 | 2026-02-12T17:08:38.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 15
table_name = measurements_i64
|
| 456 | 2026-02-12T17:08:38.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 457 | 2026-02-12T17:08:38.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 458 | 2026-02-12T17:08:38.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 459 | 2026-02-12T17:08:38.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 460 | 2026-02-12T17:08:38.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 461 | 2026-02-12T17:08:38.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 462 | 2026-02-12T17:08:38.783Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "bd807bd9-4114-4f86-8d8e-74edc7498fef", "content-length": "995", "date": "Thu, 12 Feb 2026 17:08:38 GMT"} })
|
| 463 | 2026-02-12T17:08:38.783Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJjMTRjNmYxZi1jYTUzLTQ3ODUtOWVjZi05Y2JmZDI3M2Q2MDgifX0%3D
|
| 464 | 2026-02-12T17:08:38.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 465 | 2026-02-12T17:08:38.786Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJjMTRjNmYxZi1jYTUzLTQ3ODUtOWVjZi05Y2JmZDI3M2Q2MDgifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "2c663c34-ceac-4163-92de-9d8c0710a959", "content-length": "29", "date": "Thu, 12 Feb 2026 17:08:38 GMT"} })
|
| 466 | 2026-02-12T17:08:38.786Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:47819
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
|
| 467 | 2026-02-12T17:08:38.789Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 468 | 2026-02-12T17:08:38.789Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 6
n_pruned_tasks = 0
|
| 469 | 2026-02-12T17:08:38.789Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:47819
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 470 | 2026-02-12T17:08:38.790Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 471 | 2026-02-12T17:08:38.790Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 472 | 2026-02-12T17:08:38.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 473 | 2026-02-12T17:08:38.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 474 | 2026-02-12T17:08:38.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 475 | 2026-02-12T17:08:38.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 476 | 2026-02-12T17:08:38.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 477 | 2026-02-12T17:08:38.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 478 | 2026-02-12T17:08:38.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 479 | 2026-02-12T17:08:38.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 480 | 2026-02-12T17:08:38.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 481 | 2026-02-12T17:08:38.809Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 482 | 2026-02-12T17:08:39.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 483 | 2026-02-12T17:08:39.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 484 | 2026-02-12T17:08:39.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 485 | 2026-02-12T17:08:39.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 486 | 2026-02-12T17:08:39.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 487 | 2026-02-12T17:08:39.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 488 | 2026-02-12T17:08:39.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 489 | 2026-02-12T17:08:39.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 490 | 2026-02-12T17:08:39.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 491 | 2026-02-12T17:08:40.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 492 | 2026-02-12T17:08:40.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 493 | 2026-02-12T17:08:40.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 494 | 2026-02-12T17:08:40.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 495 | 2026-02-12T17:08:40.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 496 | 2026-02-12T17:08:40.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 497 | 2026-02-12T17:08:40.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 498 | 2026-02-12T17:08:40.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 499 | 2026-02-12T17:08:40.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 500 | 2026-02-12T17:08:41.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 501 | 2026-02-12T17:08:41.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 502 | 2026-02-12T17:08:41.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 503 | 2026-02-12T17:08:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 504 | 2026-02-12T17:08:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 505 | 2026-02-12T17:08:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 506 | 2026-02-12T17:08:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 507 | 2026-02-12T17:08:41.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 508 | 2026-02-12T17:08:41.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 509 | 2026-02-12T17:08:42.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 510 | 2026-02-12T17:08:42.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 511 | 2026-02-12T17:08:42.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 512 | 2026-02-12T17:08:42.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 513 | 2026-02-12T17:08:42.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 514 | 2026-02-12T17:08:42.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 515 | 2026-02-12T17:08:42.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 516 | 2026-02-12T17:08:42.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 517 | 2026-02-12T17:08:42.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 518 | 2026-02-12T17:08:43.548Z | DEBG | oximeter (results-sink): inserting 428 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 519 | 2026-02-12T17:08:43.548Z | DEBG | oximeter (results-sink-cluster): inserting 428 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 520 | 2026-02-12T17:08:43.548Z | DEBG | oximeter (clickhouse-client): unrolling 428 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 521 | 2026-02-12T17:08:43.551Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 522 | 2026-02-12T17:08:43.556Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:43.551288241Z }
timeseries_name = switch_port_control_data_link:errors_received
|
| 523 | 2026-02-12T17:08:43.556Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 524 | 2026-02-12T17:08:43.558Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:43.556508105Z }
timeseries_name = switch_port_control_data_link:errors_sent
|
| 525 | 2026-02-12T17:08:43.558Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 526 | 2026-02-12T17:08:43.560Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:43.558740387Z }
timeseries_name = switch_port_control_data_link:bytes_received
|
| 527 | 2026-02-12T17:08:43.560Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 528 | 2026-02-12T17:08:43.562Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:43.560845255Z }
timeseries_name = switch_port_control_data_link:packets_received
|
| 529 | 2026-02-12T17:08:43.562Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 530 | 2026-02-12T17:08:43.565Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:43.562843810Z }
timeseries_name = switch_port_control_data_link:bytes_sent
|
| 531 | 2026-02-12T17:08:43.565Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 532 | 2026-02-12T17:08:43.567Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:43.565308308Z }
timeseries_name = switch_port_control_data_link:packets_sent
|
| 533 | 2026-02-12T17:08:43.581Z | DEBG | oximeter (clickhouse-client): inserting 6 new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 534 | 2026-02-12T17:08:43.585Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_i16
|
| 535 | 2026-02-12T17:08:43.586Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 196
table_name = fields_string
|
| 536 | 2026-02-12T17:08:43.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 22
table_name = fields_u16
|
| 537 | 2026-02-12T17:08:43.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_u32
|
| 538 | 2026-02-12T17:08:43.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = fields_u8
|
| 539 | 2026-02-12T17:08:43.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 110
table_name = fields_uuid
|
| 540 | 2026-02-12T17:08:43.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 358
table_name = measurements_cumulativeu64
|
| 541 | 2026-02-12T17:08:43.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 542 | 2026-02-12T17:08:43.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 543 | 2026-02-12T17:08:43.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 544 | 2026-02-12T17:08:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 545 | 2026-02-12T17:08:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 546 | 2026-02-12T17:08:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 547 | 2026-02-12T17:08:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 548 | 2026-02-12T17:08:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 549 | 2026-02-12T17:08:43.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 550 | 2026-02-12T17:08:43.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 551 | 2026-02-12T17:08:43.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 552 | 2026-02-12T17:08:43.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 553 | 2026-02-12T17:08:43.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 554 | 2026-02-12T17:08:43.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 555 | 2026-02-12T17:08:43.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 556 | 2026-02-12T17:08:44.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 557 | 2026-02-12T17:08:44.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 558 | 2026-02-12T17:08:44.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 559 | 2026-02-12T17:08:44.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 560 | 2026-02-12T17:08:44.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 561 | 2026-02-12T17:08:44.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 562 | 2026-02-12T17:08:44.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 563 | 2026-02-12T17:08:44.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 564 | 2026-02-12T17:08:44.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 565 | 2026-02-12T17:08:45.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 566 | 2026-02-12T17:08:45.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 567 | 2026-02-12T17:08:45.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 568 | 2026-02-12T17:08:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 569 | 2026-02-12T17:08:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 570 | 2026-02-12T17:08:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 571 | 2026-02-12T17:08:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 572 | 2026-02-12T17:08:45.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 573 | 2026-02-12T17:08:45.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 574 | 2026-02-12T17:08:46.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 575 | 2026-02-12T17:08:46.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 576 | 2026-02-12T17:08:46.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 577 | 2026-02-12T17:08:46.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 578 | 2026-02-12T17:08:46.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 579 | 2026-02-12T17:08:46.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 580 | 2026-02-12T17:08:46.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 581 | 2026-02-12T17:08:46.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 582 | 2026-02-12T17:08:46.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 583 | 2026-02-12T17:08:47.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 584 | 2026-02-12T17:08:47.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 585 | 2026-02-12T17:08:47.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 586 | 2026-02-12T17:08:47.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 587 | 2026-02-12T17:08:47.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 588 | 2026-02-12T17:08:47.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 589 | 2026-02-12T17:08:47.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 590 | 2026-02-12T17:08:47.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 591 | 2026-02-12T17:08:47.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 592 | 2026-02-12T17:08:48.548Z | DEBG | oximeter (results-sink): inserting 246 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 593 | 2026-02-12T17:08:48.548Z | DEBG | oximeter (results-sink-cluster): inserting 246 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 594 | 2026-02-12T17:08:48.548Z | DEBG | oximeter (clickhouse-client): unrolling 246 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 595 | 2026-02-12T17:08:48.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 108
table_name = fields_string
|
| 596 | 2026-02-12T17:08:48.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 26
table_name = fields_u16
|
| 597 | 2026-02-12T17:08:48.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 90
table_name = fields_uuid
|
| 598 | 2026-02-12T17:08:48.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 599 | 2026-02-12T17:08:48.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 26
table_name = measurements_histogramu64
|
| 600 | 2026-02-12T17:08:48.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 601 | 2026-02-12T17:08:48.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 602 | 2026-02-12T17:08:48.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 603 | 2026-02-12T17:08:48.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 604 | 2026-02-12T17:08:48.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 605 | 2026-02-12T17:08:48.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 606 | 2026-02-12T17:08:48.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 607 | 2026-02-12T17:08:48.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 608 | 2026-02-12T17:08:48.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 609 | 2026-02-12T17:08:48.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 610 | 2026-02-12T17:08:48.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 611 | 2026-02-12T17:08:48.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 612 | 2026-02-12T17:08:48.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 613 | 2026-02-12T17:08:48.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 614 | 2026-02-12T17:08:49.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 615 | 2026-02-12T17:08:49.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 616 | 2026-02-12T17:08:49.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 617 | 2026-02-12T17:08:49.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 618 | 2026-02-12T17:08:49.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 619 | 2026-02-12T17:08:49.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 620 | 2026-02-12T17:08:49.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 621 | 2026-02-12T17:08:49.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 622 | 2026-02-12T17:08:49.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 623 | 2026-02-12T17:08:50.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 624 | 2026-02-12T17:08:50.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 625 | 2026-02-12T17:08:50.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 626 | 2026-02-12T17:08:50.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 627 | 2026-02-12T17:08:50.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 628 | 2026-02-12T17:08:50.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 629 | 2026-02-12T17:08:50.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 630 | 2026-02-12T17:08:50.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 631 | 2026-02-12T17:08:50.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 632 | 2026-02-12T17:08:51.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 633 | 2026-02-12T17:08:51.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 634 | 2026-02-12T17:08:51.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 635 | 2026-02-12T17:08:51.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 636 | 2026-02-12T17:08:51.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 637 | 2026-02-12T17:08:51.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 638 | 2026-02-12T17:08:51.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 639 | 2026-02-12T17:08:51.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 640 | 2026-02-12T17:08:51.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 641 | 2026-02-12T17:08:52.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 642 | 2026-02-12T17:08:52.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 643 | 2026-02-12T17:08:52.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 644 | 2026-02-12T17:08:52.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 645 | 2026-02-12T17:08:52.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 646 | 2026-02-12T17:08:52.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 647 | 2026-02-12T17:08:52.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 648 | 2026-02-12T17:08:52.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 649 | 2026-02-12T17:08:52.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 650 | 2026-02-12T17:08:53.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 651 | 2026-02-12T17:08:53.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 652 | 2026-02-12T17:08:53.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 653 | 2026-02-12T17:08:53.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 654 | 2026-02-12T17:08:53.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 655 | 2026-02-12T17:08:53.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 656 | 2026-02-12T17:08:53.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 657 | 2026-02-12T17:08:53.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 658 | 2026-02-12T17:08:53.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 659 | 2026-02-12T17:08:53.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 660 | 2026-02-12T17:08:53.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 661 | 2026-02-12T17:08:53.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 662 | 2026-02-12T17:08:53.781Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "5ce48617-dfc2-45b1-aede-eb3d89a63e31", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:08:53 GMT"} })
|
| 663 | 2026-02-12T17:08:53.781Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 664 | 2026-02-12T17:08:53.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 665 | 2026-02-12T17:08:53.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 666 | 2026-02-12T17:08:53.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 667 | 2026-02-12T17:08:53.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 668 | 2026-02-12T17:08:53.784Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "d67a0e1e-45af-4840-bcd2-897219b55491", "content-length": "29", "date": "Thu, 12 Feb 2026 17:08:53 GMT"} })
|
| 669 | 2026-02-12T17:08:53.784Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::c]:43857
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
|
| 670 | 2026-02-12T17:08:53.784Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::1]:35370
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
|
| 671 | 2026-02-12T17:08:53.784Z | DEBG | oximeter (oximeter-agent): registered new metric producer
address = [fd00:1122:3344:101::a]:49513
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
|
| 672 | 2026-02-12T17:08:53.784Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 673 | 2026-02-12T17:08:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 674 | 2026-02-12T17:08:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 675 | 2026-02-12T17:08:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 676 | 2026-02-12T17:08:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 677 | 2026-02-12T17:08:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 678 | 2026-02-12T17:08:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 679 | 2026-02-12T17:08:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 680 | 2026-02-12T17:08:53.788Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 681 | 2026-02-12T17:08:53.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 682 | 2026-02-12T17:08:53.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 683 | 2026-02-12T17:08:53.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 684 | 2026-02-12T17:08:53.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 685 | 2026-02-12T17:08:53.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 686 | 2026-02-12T17:08:53.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 687 | 2026-02-12T17:08:53.876Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 688 | 2026-02-12T17:08:53.893Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 689 | 2026-02-12T17:08:53.936Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 690 | 2026-02-12T17:08:53.942Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 691 | 2026-02-12T17:08:53.952Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 692 | 2026-02-12T17:08:54.054Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 693 | 2026-02-12T17:08:54.064Z | DEBG | oximeter (results-sink-cluster): inserting 2435 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 694 | 2026-02-12T17:08:54.065Z | DEBG | oximeter (results-sink): inserting 2435 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 695 | 2026-02-12T17:08:54.065Z | DEBG | oximeter (clickhouse-client): unrolling 2435 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 696 | 2026-02-12T17:08:54.069Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 697 | 2026-02-12T17:08:54.072Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:54.069555155Z }
timeseries_name = sled_data_link:errors_received
|
| 698 | 2026-02-12T17:08:54.072Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 699 | 2026-02-12T17:08:54.075Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:54.072791005Z }
timeseries_name = sled_data_link:errors_sent
|
| 700 | 2026-02-12T17:08:54.075Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 701 | 2026-02-12T17:08:54.077Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:54.075166921Z }
timeseries_name = sled_data_link:bytes_received
|
| 702 | 2026-02-12T17:08:54.077Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 703 | 2026-02-12T17:08:54.079Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:54.077682580Z }
timeseries_name = sled_data_link:packets_received
|
| 704 | 2026-02-12T17:08:54.079Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 705 | 2026-02-12T17:08:54.082Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:54.079959853Z }
timeseries_name = sled_data_link:bytes_sent
|
| 706 | 2026-02-12T17:08:54.082Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 707 | 2026-02-12T17:08:54.084Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
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-02-12T17:08:54.082116183Z }
timeseries_name = sled_data_link:packets_sent
|
| 708 | 2026-02-12T17:08:54.165Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 709 | 2026-02-12T17:08:54.172Z | DEBG | oximeter (clickhouse-client): inserting 6 new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 710 | 2026-02-12T17:08:54.177Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = fields_ipaddr
|
| 711 | 2026-02-12T17:08:54.179Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1259
table_name = fields_string
|
| 712 | 2026-02-12T17:08:54.181Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 36
table_name = fields_u16
|
| 713 | 2026-02-12T17:08:54.183Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 228
table_name = fields_u32
|
| 714 | 2026-02-12T17:08:54.184Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 556
table_name = fields_uuid
|
| 715 | 2026-02-12T17:08:54.187Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 2393
table_name = measurements_cumulativeu64
|
| 716 | 2026-02-12T17:08:54.189Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = measurements_histogramu64
|
| 717 | 2026-02-12T17:08:54.191Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = measurements_u64
|
| 718 | 2026-02-12T17:08:54.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 719 | 2026-02-12T17:08:54.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 720 | 2026-02-12T17:08:54.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 721 | 2026-02-12T17:08:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 722 | 2026-02-12T17:08:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 723 | 2026-02-12T17:08:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 724 | 2026-02-12T17:08:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 725 | 2026-02-12T17:08:54.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 726 | 2026-02-12T17:08:54.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 727 | 2026-02-12T17:08:55.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 728 | 2026-02-12T17:08:55.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 729 | 2026-02-12T17:08:55.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 730 | 2026-02-12T17:08:55.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 731 | 2026-02-12T17:08:55.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 732 | 2026-02-12T17:08:55.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 733 | 2026-02-12T17:08:55.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 734 | 2026-02-12T17:08:55.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 735 | 2026-02-12T17:08:55.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 736 | 2026-02-12T17:08:56.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 737 | 2026-02-12T17:08:56.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 738 | 2026-02-12T17:08:56.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 739 | 2026-02-12T17:08:56.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 740 | 2026-02-12T17:08:56.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 741 | 2026-02-12T17:08:56.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 742 | 2026-02-12T17:08:56.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 743 | 2026-02-12T17:08:56.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 744 | 2026-02-12T17:08:56.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 745 | 2026-02-12T17:08:57.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 746 | 2026-02-12T17:08:57.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 747 | 2026-02-12T17:08:57.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 748 | 2026-02-12T17:08:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 749 | 2026-02-12T17:08:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 750 | 2026-02-12T17:08:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 751 | 2026-02-12T17:08:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 752 | 2026-02-12T17:08:57.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 753 | 2026-02-12T17:08:57.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 754 | 2026-02-12T17:08:58.548Z | DEBG | oximeter (results-sink): inserting 176 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 755 | 2026-02-12T17:08:58.548Z | DEBG | oximeter (results-sink-cluster): inserting 176 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 756 | 2026-02-12T17:08:58.548Z | DEBG | oximeter (clickhouse-client): unrolling 176 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 757 | 2026-02-12T17:08:58.557Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 56
table_name = fields_string
|
| 758 | 2026-02-12T17:08:58.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 64
table_name = fields_uuid
|
| 759 | 2026-02-12T17:08:58.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 128
table_name = measurements_cumulativeu64
|
| 760 | 2026-02-12T17:08:58.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 48
table_name = measurements_u64
|
| 761 | 2026-02-12T17:08:58.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 762 | 2026-02-12T17:08:58.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 763 | 2026-02-12T17:08:58.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 764 | 2026-02-12T17:08:58.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 765 | 2026-02-12T17:08:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 766 | 2026-02-12T17:08:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 767 | 2026-02-12T17:08:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 768 | 2026-02-12T17:08:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 769 | 2026-02-12T17:08:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 770 | 2026-02-12T17:08:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 771 | 2026-02-12T17:08:58.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 772 | 2026-02-12T17:08:58.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 773 | 2026-02-12T17:08:58.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 774 | 2026-02-12T17:08:59.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 775 | 2026-02-12T17:08:59.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 776 | 2026-02-12T17:08:59.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 777 | 2026-02-12T17:08:59.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 778 | 2026-02-12T17:08:59.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 779 | 2026-02-12T17:08:59.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 780 | 2026-02-12T17:08:59.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 781 | 2026-02-12T17:08:59.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 782 | 2026-02-12T17:08:59.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 783 | 2026-02-12T17:09:00.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 784 | 2026-02-12T17:09:00.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 785 | 2026-02-12T17:09:00.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 786 | 2026-02-12T17:09:00.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 787 | 2026-02-12T17:09:00.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 788 | 2026-02-12T17:09:00.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 789 | 2026-02-12T17:09:00.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 790 | 2026-02-12T17:09:00.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 791 | 2026-02-12T17:09:00.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 792 | 2026-02-12T17:09:01.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 793 | 2026-02-12T17:09:01.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 794 | 2026-02-12T17:09:01.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 795 | 2026-02-12T17:09:01.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 796 | 2026-02-12T17:09:01.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 797 | 2026-02-12T17:09:01.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 798 | 2026-02-12T17:09:01.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 799 | 2026-02-12T17:09:01.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 800 | 2026-02-12T17:09:01.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 801 | 2026-02-12T17:09:02.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 802 | 2026-02-12T17:09:02.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 803 | 2026-02-12T17:09:02.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 804 | 2026-02-12T17:09:02.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 805 | 2026-02-12T17:09:02.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 806 | 2026-02-12T17:09:02.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 807 | 2026-02-12T17:09:02.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 808 | 2026-02-12T17:09:02.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 809 | 2026-02-12T17:09:02.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 810 | 2026-02-12T17:09:03.547Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 811 | 2026-02-12T17:09:03.547Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 812 | 2026-02-12T17:09:03.547Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 813 | 2026-02-12T17:09:03.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 814 | 2026-02-12T17:09:03.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 815 | 2026-02-12T17:09:03.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 816 | 2026-02-12T17:09:03.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 817 | 2026-02-12T17:09:03.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 818 | 2026-02-12T17:09:03.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 819 | 2026-02-12T17:09:03.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 820 | 2026-02-12T17:09:03.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 821 | 2026-02-12T17:09:03.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 822 | 2026-02-12T17:09:03.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 823 | 2026-02-12T17:09:03.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 824 | 2026-02-12T17:09:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 825 | 2026-02-12T17:09:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 826 | 2026-02-12T17:09:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 827 | 2026-02-12T17:09:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 828 | 2026-02-12T17:09:03.783Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 829 | 2026-02-12T17:09:03.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 830 | 2026-02-12T17:09:03.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 831 | 2026-02-12T17:09:03.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 832 | 2026-02-12T17:09:03.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 833 | 2026-02-12T17:09:03.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 834 | 2026-02-12T17:09:03.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 835 | 2026-02-12T17:09:03.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 836 | 2026-02-12T17:09:03.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 837 | 2026-02-12T17:09:03.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 838 | 2026-02-12T17:09:04.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 839 | 2026-02-12T17:09:04.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 840 | 2026-02-12T17:09:04.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 841 | 2026-02-12T17:09:04.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 842 | 2026-02-12T17:09:04.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 843 | 2026-02-12T17:09:04.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 844 | 2026-02-12T17:09:04.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 845 | 2026-02-12T17:09:04.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 846 | 2026-02-12T17:09:04.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 847 | 2026-02-12T17:09:05.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 848 | 2026-02-12T17:09:05.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 849 | 2026-02-12T17:09:05.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 850 | 2026-02-12T17:09:05.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 851 | 2026-02-12T17:09:05.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 852 | 2026-02-12T17:09:05.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 853 | 2026-02-12T17:09:05.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 854 | 2026-02-12T17:09:05.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 855 | 2026-02-12T17:09:05.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 856 | 2026-02-12T17:09:06.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 857 | 2026-02-12T17:09:06.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 858 | 2026-02-12T17:09:06.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 859 | 2026-02-12T17:09:06.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 860 | 2026-02-12T17:09:06.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 861 | 2026-02-12T17:09:06.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 862 | 2026-02-12T17:09:06.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 863 | 2026-02-12T17:09:06.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 864 | 2026-02-12T17:09:06.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 865 | 2026-02-12T17:09:07.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 866 | 2026-02-12T17:09:07.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 867 | 2026-02-12T17:09:07.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 868 | 2026-02-12T17:09:07.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 869 | 2026-02-12T17:09:07.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 870 | 2026-02-12T17:09:07.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 871 | 2026-02-12T17:09:07.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 872 | 2026-02-12T17:09:07.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 873 | 2026-02-12T17:09:07.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 874 | 2026-02-12T17:09:08.548Z | DEBG | oximeter (results-sink): inserting 250 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 875 | 2026-02-12T17:09:08.548Z | DEBG | oximeter (results-sink-cluster): inserting 250 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 876 | 2026-02-12T17:09:08.548Z | DEBG | oximeter (clickhouse-client): unrolling 250 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 877 | 2026-02-12T17:09:08.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 116
table_name = fields_string
|
| 878 | 2026-02-12T17:09:08.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = fields_u16
|
| 879 | 2026-02-12T17:09:08.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 94
table_name = fields_uuid
|
| 880 | 2026-02-12T17:09:08.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 881 | 2026-02-12T17:09:08.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = measurements_histogramu64
|
| 882 | 2026-02-12T17:09:08.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 883 | 2026-02-12T17:09:08.650Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 884 | 2026-02-12T17:09:08.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 885 | 2026-02-12T17:09:08.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 886 | 2026-02-12T17:09:08.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "5bc2fd2c-b1f8-4dfe-88b5-452d862509fb", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:09:08 GMT"} })
|
| 887 | 2026-02-12T17:09:08.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 888 | 2026-02-12T17:09:08.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "cd75678c-04df-4e56-ab7c-7846363635a4", "content-length": "29", "date": "Thu, 12 Feb 2026 17:09:08 GMT"} })
|
| 889 | 2026-02-12T17:09:08.782Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 890 | 2026-02-12T17:09:08.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 891 | 2026-02-12T17:09:08.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 892 | 2026-02-12T17:09:08.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 893 | 2026-02-12T17:09:08.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 894 | 2026-02-12T17:09:08.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 895 | 2026-02-12T17:09:08.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 896 | 2026-02-12T17:09:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 897 | 2026-02-12T17:09:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 898 | 2026-02-12T17:09:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 899 | 2026-02-12T17:09:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 900 | 2026-02-12T17:09:08.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 901 | 2026-02-12T17:09:08.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 902 | 2026-02-12T17:09:08.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 903 | 2026-02-12T17:09:08.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 904 | 2026-02-12T17:09:08.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 905 | 2026-02-12T17:09:08.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 906 | 2026-02-12T17:09:08.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 907 | 2026-02-12T17:09:08.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 908 | 2026-02-12T17:09:08.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 909 | 2026-02-12T17:09:09.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 910 | 2026-02-12T17:09:09.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 911 | 2026-02-12T17:09:09.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 912 | 2026-02-12T17:09:09.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 913 | 2026-02-12T17:09:09.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 914 | 2026-02-12T17:09:09.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 915 | 2026-02-12T17:09:09.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 916 | 2026-02-12T17:09:09.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 917 | 2026-02-12T17:09:09.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 918 | 2026-02-12T17:09:10.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 919 | 2026-02-12T17:09:10.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 920 | 2026-02-12T17:09:10.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 921 | 2026-02-12T17:09:10.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 922 | 2026-02-12T17:09:10.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 923 | 2026-02-12T17:09:10.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 924 | 2026-02-12T17:09:10.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 925 | 2026-02-12T17:09:10.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 926 | 2026-02-12T17:09:10.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 927 | 2026-02-12T17:09:11.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 928 | 2026-02-12T17:09:11.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 929 | 2026-02-12T17:09:11.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 930 | 2026-02-12T17:09:11.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 931 | 2026-02-12T17:09:11.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 932 | 2026-02-12T17:09:11.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 933 | 2026-02-12T17:09:11.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 934 | 2026-02-12T17:09:11.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 935 | 2026-02-12T17:09:11.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 936 | 2026-02-12T17:09:12.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 937 | 2026-02-12T17:09:12.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 938 | 2026-02-12T17:09:12.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 939 | 2026-02-12T17:09:12.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 940 | 2026-02-12T17:09:12.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 941 | 2026-02-12T17:09:12.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 942 | 2026-02-12T17:09:12.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 943 | 2026-02-12T17:09:12.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 944 | 2026-02-12T17:09:12.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 945 | 2026-02-12T17:09:13.548Z | DEBG | oximeter (results-sink): inserting 270 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 946 | 2026-02-12T17:09:13.548Z | DEBG | oximeter (results-sink-cluster): inserting 270 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 947 | 2026-02-12T17:09:13.548Z | DEBG | oximeter (clickhouse-client): unrolling 270 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 948 | 2026-02-12T17:09:13.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_i16
|
| 949 | 2026-02-12T17:09:13.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 8
table_name = fields_ipaddr
|
| 950 | 2026-02-12T17:09:13.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 200
table_name = fields_string
|
| 951 | 2026-02-12T17:09:13.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = fields_u16
|
| 952 | 2026-02-12T17:09:13.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_u32
|
| 953 | 2026-02-12T17:09:13.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = fields_u8
|
| 954 | 2026-02-12T17:09:13.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_uuid
|
| 955 | 2026-02-12T17:09:13.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 200
table_name = measurements_cumulativeu64
|
| 956 | 2026-02-12T17:09:13.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 957 | 2026-02-12T17:09:13.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 958 | 2026-02-12T17:09:13.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 959 | 2026-02-12T17:09:13.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 960 | 2026-02-12T17:09:13.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 961 | 2026-02-12T17:09:13.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 962 | 2026-02-12T17:09:13.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 963 | 2026-02-12T17:09:13.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 964 | 2026-02-12T17:09:13.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 965 | 2026-02-12T17:09:13.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 966 | 2026-02-12T17:09:13.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 967 | 2026-02-12T17:09:13.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 968 | 2026-02-12T17:09:13.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 969 | 2026-02-12T17:09:13.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 970 | 2026-02-12T17:09:13.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 971 | 2026-02-12T17:09:13.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 972 | 2026-02-12T17:09:13.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 973 | 2026-02-12T17:09:13.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 974 | 2026-02-12T17:09:13.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 975 | 2026-02-12T17:09:13.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 976 | 2026-02-12T17:09:13.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 977 | 2026-02-12T17:09:14.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 978 | 2026-02-12T17:09:14.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 979 | 2026-02-12T17:09:14.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 980 | 2026-02-12T17:09:14.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 981 | 2026-02-12T17:09:14.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 982 | 2026-02-12T17:09:14.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 983 | 2026-02-12T17:09:14.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 984 | 2026-02-12T17:09:14.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 985 | 2026-02-12T17:09:14.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 986 | 2026-02-12T17:09:15.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 987 | 2026-02-12T17:09:15.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 988 | 2026-02-12T17:09:15.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 989 | 2026-02-12T17:09:15.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 990 | 2026-02-12T17:09:15.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 991 | 2026-02-12T17:09:15.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 992 | 2026-02-12T17:09:15.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 993 | 2026-02-12T17:09:15.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 994 | 2026-02-12T17:09:15.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 995 | 2026-02-12T17:09:16.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 996 | 2026-02-12T17:09:16.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 997 | 2026-02-12T17:09:16.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 998 | 2026-02-12T17:09:16.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 999 | 2026-02-12T17:09:16.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1000 | 2026-02-12T17:09:16.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1001 | 2026-02-12T17:09:16.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1002 | 2026-02-12T17:09:16.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1003 | 2026-02-12T17:09:16.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1004 | 2026-02-12T17:09:17.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1005 | 2026-02-12T17:09:17.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1006 | 2026-02-12T17:09:17.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1007 | 2026-02-12T17:09:17.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1008 | 2026-02-12T17:09:17.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1009 | 2026-02-12T17:09:17.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1010 | 2026-02-12T17:09:17.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1011 | 2026-02-12T17:09:17.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1012 | 2026-02-12T17:09:17.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1013 | 2026-02-12T17:09:18.548Z | DEBG | oximeter (results-sink): inserting 250 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1014 | 2026-02-12T17:09:18.548Z | DEBG | oximeter (results-sink-cluster): inserting 250 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1015 | 2026-02-12T17:09:18.548Z | DEBG | oximeter (clickhouse-client): unrolling 250 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1016 | 2026-02-12T17:09:18.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 116
table_name = fields_string
|
| 1017 | 2026-02-12T17:09:18.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = fields_u16
|
| 1018 | 2026-02-12T17:09:18.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 94
table_name = fields_uuid
|
| 1019 | 2026-02-12T17:09:18.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1020 | 2026-02-12T17:09:18.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = measurements_histogramu64
|
| 1021 | 2026-02-12T17:09:18.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1022 | 2026-02-12T17:09:18.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1023 | 2026-02-12T17:09:18.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1024 | 2026-02-12T17:09:18.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1025 | 2026-02-12T17:09:18.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1026 | 2026-02-12T17:09:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1027 | 2026-02-12T17:09:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1028 | 2026-02-12T17:09:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1029 | 2026-02-12T17:09:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1030 | 2026-02-12T17:09:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1031 | 2026-02-12T17:09:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1032 | 2026-02-12T17:09:18.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1033 | 2026-02-12T17:09:18.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1034 | 2026-02-12T17:09:18.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1035 | 2026-02-12T17:09:19.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1036 | 2026-02-12T17:09:19.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1037 | 2026-02-12T17:09:19.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1038 | 2026-02-12T17:09:19.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1039 | 2026-02-12T17:09:19.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1040 | 2026-02-12T17:09:19.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1041 | 2026-02-12T17:09:19.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1042 | 2026-02-12T17:09:19.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1043 | 2026-02-12T17:09:19.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1044 | 2026-02-12T17:09:20.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1045 | 2026-02-12T17:09:20.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1046 | 2026-02-12T17:09:20.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1047 | 2026-02-12T17:09:20.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1048 | 2026-02-12T17:09:20.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1049 | 2026-02-12T17:09:20.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1050 | 2026-02-12T17:09:20.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1051 | 2026-02-12T17:09:20.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1052 | 2026-02-12T17:09:20.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1053 | 2026-02-12T17:09:21.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1054 | 2026-02-12T17:09:21.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1055 | 2026-02-12T17:09:21.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1056 | 2026-02-12T17:09:21.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1057 | 2026-02-12T17:09:21.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1058 | 2026-02-12T17:09:21.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1059 | 2026-02-12T17:09:21.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1060 | 2026-02-12T17:09:21.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1061 | 2026-02-12T17:09:21.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1062 | 2026-02-12T17:09:22.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1063 | 2026-02-12T17:09:22.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1064 | 2026-02-12T17:09:22.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1065 | 2026-02-12T17:09:22.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1066 | 2026-02-12T17:09:22.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1067 | 2026-02-12T17:09:22.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1068 | 2026-02-12T17:09:22.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1069 | 2026-02-12T17:09:22.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1070 | 2026-02-12T17:09:22.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1071 | 2026-02-12T17:09:23.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1072 | 2026-02-12T17:09:23.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1073 | 2026-02-12T17:09:23.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1074 | 2026-02-12T17:09:23.558Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 1075 | 2026-02-12T17:09:23.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 1076 | 2026-02-12T17:09:23.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 1077 | 2026-02-12T17:09:23.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1078 | 2026-02-12T17:09:23.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 1079 | 2026-02-12T17:09:23.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1080 | 2026-02-12T17:09:23.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1081 | 2026-02-12T17:09:23.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 1082 | 2026-02-12T17:09:23.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 1083 | 2026-02-12T17:09:23.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "9cd2e0cd-a455-4bcc-a148-75ced4faf139", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:09:23 GMT"} })
|
| 1084 | 2026-02-12T17:09:23.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 1085 | 2026-02-12T17:09:23.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1086 | 2026-02-12T17:09:23.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1087 | 2026-02-12T17:09:23.783Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "fd90e8f0-7e44-4a85-bd95-1ae8bb4c5dde", "content-length": "29", "date": "Thu, 12 Feb 2026 17:09:23 GMT"} })
|
| 1088 | 2026-02-12T17:09:23.783Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 1089 | 2026-02-12T17:09:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1090 | 2026-02-12T17:09:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1091 | 2026-02-12T17:09:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1092 | 2026-02-12T17:09:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1093 | 2026-02-12T17:09:23.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 1094 | 2026-02-12T17:09:23.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1095 | 2026-02-12T17:09:23.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1096 | 2026-02-12T17:09:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1097 | 2026-02-12T17:09:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1098 | 2026-02-12T17:09:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 1099 | 2026-02-12T17:09:23.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1100 | 2026-02-12T17:09:23.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1101 | 2026-02-12T17:09:23.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1102 | 2026-02-12T17:09:23.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1103 | 2026-02-12T17:09:23.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1104 | 2026-02-12T17:09:23.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1105 | 2026-02-12T17:09:23.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1106 | 2026-02-12T17:09:23.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1107 | 2026-02-12T17:09:23.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1108 | 2026-02-12T17:09:23.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1109 | 2026-02-12T17:09:23.817Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 1110 | 2026-02-12T17:09:24.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1111 | 2026-02-12T17:09:24.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1112 | 2026-02-12T17:09:24.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1113 | 2026-02-12T17:09:24.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1114 | 2026-02-12T17:09:24.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1115 | 2026-02-12T17:09:24.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1116 | 2026-02-12T17:09:24.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1117 | 2026-02-12T17:09:24.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1118 | 2026-02-12T17:09:24.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1119 | 2026-02-12T17:09:25.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1120 | 2026-02-12T17:09:25.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1121 | 2026-02-12T17:09:25.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1122 | 2026-02-12T17:09:25.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1123 | 2026-02-12T17:09:25.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1124 | 2026-02-12T17:09:25.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1125 | 2026-02-12T17:09:25.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1126 | 2026-02-12T17:09:25.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1127 | 2026-02-12T17:09:25.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1128 | 2026-02-12T17:09:26.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1129 | 2026-02-12T17:09:26.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1130 | 2026-02-12T17:09:26.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1131 | 2026-02-12T17:09:26.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1132 | 2026-02-12T17:09:26.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1133 | 2026-02-12T17:09:26.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1134 | 2026-02-12T17:09:26.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1135 | 2026-02-12T17:09:26.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1136 | 2026-02-12T17:09:26.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1137 | 2026-02-12T17:09:27.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1138 | 2026-02-12T17:09:27.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1139 | 2026-02-12T17:09:27.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1140 | 2026-02-12T17:09:27.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1141 | 2026-02-12T17:09:27.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1142 | 2026-02-12T17:09:27.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1143 | 2026-02-12T17:09:27.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1144 | 2026-02-12T17:09:27.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1145 | 2026-02-12T17:09:27.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1146 | 2026-02-12T17:09:28.548Z | DEBG | oximeter (results-sink): inserting 936 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1147 | 2026-02-12T17:09:28.548Z | DEBG | oximeter (results-sink-cluster): inserting 936 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1148 | 2026-02-12T17:09:28.548Z | DEBG | oximeter (clickhouse-client): unrolling 936 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1149 | 2026-02-12T17:09:28.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 4
table_name = fields_ipaddr
|
| 1150 | 2026-02-12T17:09:28.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1258
table_name = fields_string
|
| 1151 | 2026-02-12T17:09:28.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 34
table_name = fields_u16
|
| 1152 | 2026-02-12T17:09:28.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 228
table_name = fields_u32
|
| 1153 | 2026-02-12T17:09:28.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 554
table_name = fields_uuid
|
| 1154 | 2026-02-12T17:09:28.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 846
table_name = measurements_cumulativeu64
|
| 1155 | 2026-02-12T17:09:28.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = measurements_histogramu64
|
| 1156 | 2026-02-12T17:09:28.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1157 | 2026-02-12T17:09:28.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1158 | 2026-02-12T17:09:28.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1159 | 2026-02-12T17:09:28.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1160 | 2026-02-12T17:09:28.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1161 | 2026-02-12T17:09:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1162 | 2026-02-12T17:09:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1163 | 2026-02-12T17:09:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1164 | 2026-02-12T17:09:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1165 | 2026-02-12T17:09:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1166 | 2026-02-12T17:09:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1167 | 2026-02-12T17:09:28.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1168 | 2026-02-12T17:09:28.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1169 | 2026-02-12T17:09:28.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1170 | 2026-02-12T17:09:29.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1171 | 2026-02-12T17:09:29.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1172 | 2026-02-12T17:09:29.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1173 | 2026-02-12T17:09:29.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1174 | 2026-02-12T17:09:29.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1175 | 2026-02-12T17:09:29.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1176 | 2026-02-12T17:09:29.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1177 | 2026-02-12T17:09:29.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1178 | 2026-02-12T17:09:29.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1179 | 2026-02-12T17:09:30.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1180 | 2026-02-12T17:09:30.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1181 | 2026-02-12T17:09:30.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1182 | 2026-02-12T17:09:30.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1183 | 2026-02-12T17:09:30.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1184 | 2026-02-12T17:09:30.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1185 | 2026-02-12T17:09:30.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1186 | 2026-02-12T17:09:30.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1187 | 2026-02-12T17:09:30.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1188 | 2026-02-12T17:09:31.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1189 | 2026-02-12T17:09:31.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1190 | 2026-02-12T17:09:31.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1191 | 2026-02-12T17:09:31.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1192 | 2026-02-12T17:09:31.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1193 | 2026-02-12T17:09:31.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1194 | 2026-02-12T17:09:31.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1195 | 2026-02-12T17:09:31.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1196 | 2026-02-12T17:09:31.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1197 | 2026-02-12T17:09:32.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1198 | 2026-02-12T17:09:32.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1199 | 2026-02-12T17:09:32.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1200 | 2026-02-12T17:09:32.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1201 | 2026-02-12T17:09:32.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1202 | 2026-02-12T17:09:32.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1203 | 2026-02-12T17:09:32.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1204 | 2026-02-12T17:09:32.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1205 | 2026-02-12T17:09:32.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1206 | 2026-02-12T17:09:33.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1207 | 2026-02-12T17:09:33.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1208 | 2026-02-12T17:09:33.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1209 | 2026-02-12T17:09:33.558Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 1210 | 2026-02-12T17:09:33.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 1211 | 2026-02-12T17:09:33.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 1212 | 2026-02-12T17:09:33.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1213 | 2026-02-12T17:09:33.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 1214 | 2026-02-12T17:09:33.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1215 | 2026-02-12T17:09:33.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1216 | 2026-02-12T17:09:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1217 | 2026-02-12T17:09:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1218 | 2026-02-12T17:09:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1219 | 2026-02-12T17:09:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1220 | 2026-02-12T17:09:33.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1221 | 2026-02-12T17:09:33.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1222 | 2026-02-12T17:09:33.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1223 | 2026-02-12T17:09:33.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1224 | 2026-02-12T17:09:33.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1225 | 2026-02-12T17:09:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1226 | 2026-02-12T17:09:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1227 | 2026-02-12T17:09:33.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1228 | 2026-02-12T17:09:33.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1229 | 2026-02-12T17:09:33.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1230 | 2026-02-12T17:09:33.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1231 | 2026-02-12T17:09:33.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1232 | 2026-02-12T17:09:33.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1233 | 2026-02-12T17:09:33.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1234 | 2026-02-12T17:09:34.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1235 | 2026-02-12T17:09:34.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1236 | 2026-02-12T17:09:34.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1237 | 2026-02-12T17:09:34.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1238 | 2026-02-12T17:09:34.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1239 | 2026-02-12T17:09:34.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1240 | 2026-02-12T17:09:34.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1241 | 2026-02-12T17:09:34.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1242 | 2026-02-12T17:09:34.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1243 | 2026-02-12T17:09:35.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1244 | 2026-02-12T17:09:35.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1245 | 2026-02-12T17:09:35.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1246 | 2026-02-12T17:09:35.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1247 | 2026-02-12T17:09:35.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1248 | 2026-02-12T17:09:35.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1249 | 2026-02-12T17:09:35.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1250 | 2026-02-12T17:09:35.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1251 | 2026-02-12T17:09:35.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1252 | 2026-02-12T17:09:36.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1253 | 2026-02-12T17:09:36.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1254 | 2026-02-12T17:09:36.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1255 | 2026-02-12T17:09:36.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1256 | 2026-02-12T17:09:36.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1257 | 2026-02-12T17:09:36.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1258 | 2026-02-12T17:09:36.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1259 | 2026-02-12T17:09:36.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1260 | 2026-02-12T17:09:36.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1261 | 2026-02-12T17:09:37.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1262 | 2026-02-12T17:09:37.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1263 | 2026-02-12T17:09:37.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1264 | 2026-02-12T17:09:37.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1265 | 2026-02-12T17:09:37.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1266 | 2026-02-12T17:09:37.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1267 | 2026-02-12T17:09:37.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1268 | 2026-02-12T17:09:37.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1269 | 2026-02-12T17:09:37.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1270 | 2026-02-12T17:09:38.548Z | DEBG | oximeter (results-sink): inserting 250 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1271 | 2026-02-12T17:09:38.548Z | DEBG | oximeter (results-sink-cluster): inserting 250 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1272 | 2026-02-12T17:09:38.548Z | DEBG | oximeter (clickhouse-client): unrolling 250 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1273 | 2026-02-12T17:09:38.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 116
table_name = fields_string
|
| 1274 | 2026-02-12T17:09:38.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = fields_u16
|
| 1275 | 2026-02-12T17:09:38.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 94
table_name = fields_uuid
|
| 1276 | 2026-02-12T17:09:38.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1277 | 2026-02-12T17:09:38.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = measurements_histogramu64
|
| 1278 | 2026-02-12T17:09:38.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1279 | 2026-02-12T17:09:38.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1280 | 2026-02-12T17:09:38.778Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 1281 | 2026-02-12T17:09:38.778Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 1282 | 2026-02-12T17:09:38.781Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "44dfb324-add7-4e12-a888-5b54e7f7686a", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:09:38 GMT"} })
|
| 1283 | 2026-02-12T17:09:38.781Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 1284 | 2026-02-12T17:09:38.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1285 | 2026-02-12T17:09:38.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1286 | 2026-02-12T17:09:38.784Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "09adbe9d-3551-4209-a9de-2b7c49bc1f42", "content-length": "29", "date": "Thu, 12 Feb 2026 17:09:38 GMT"} })
|
| 1287 | 2026-02-12T17:09:38.784Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 1288 | 2026-02-12T17:09:38.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1289 | 2026-02-12T17:09:38.790Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 1290 | 2026-02-12T17:09:38.790Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 1291 | 2026-02-12T17:09:38.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 1292 | 2026-02-12T17:09:38.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1293 | 2026-02-12T17:09:38.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1294 | 2026-02-12T17:09:38.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1295 | 2026-02-12T17:09:38.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1296 | 2026-02-12T17:09:38.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1297 | 2026-02-12T17:09:38.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1298 | 2026-02-12T17:09:38.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1299 | 2026-02-12T17:09:38.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1300 | 2026-02-12T17:09:38.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1301 | 2026-02-12T17:09:39.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1302 | 2026-02-12T17:09:39.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1303 | 2026-02-12T17:09:39.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1304 | 2026-02-12T17:09:39.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1305 | 2026-02-12T17:09:39.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1306 | 2026-02-12T17:09:39.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1307 | 2026-02-12T17:09:39.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1308 | 2026-02-12T17:09:39.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1309 | 2026-02-12T17:09:39.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1310 | 2026-02-12T17:09:40.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1311 | 2026-02-12T17:09:40.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1312 | 2026-02-12T17:09:40.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1313 | 2026-02-12T17:09:40.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1314 | 2026-02-12T17:09:40.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1315 | 2026-02-12T17:09:40.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1316 | 2026-02-12T17:09:40.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1317 | 2026-02-12T17:09:40.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1318 | 2026-02-12T17:09:40.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1319 | 2026-02-12T17:09:41.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1320 | 2026-02-12T17:09:41.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1321 | 2026-02-12T17:09:41.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1322 | 2026-02-12T17:09:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1323 | 2026-02-12T17:09:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1324 | 2026-02-12T17:09:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1325 | 2026-02-12T17:09:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1326 | 2026-02-12T17:09:41.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1327 | 2026-02-12T17:09:41.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1328 | 2026-02-12T17:09:42.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1329 | 2026-02-12T17:09:42.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1330 | 2026-02-12T17:09:42.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1331 | 2026-02-12T17:09:42.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1332 | 2026-02-12T17:09:42.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1333 | 2026-02-12T17:09:42.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1334 | 2026-02-12T17:09:42.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1335 | 2026-02-12T17:09:42.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1336 | 2026-02-12T17:09:42.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1337 | 2026-02-12T17:09:43.548Z | DEBG | oximeter (results-sink): inserting 266 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1338 | 2026-02-12T17:09:43.548Z | DEBG | oximeter (results-sink-cluster): inserting 266 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1339 | 2026-02-12T17:09:43.548Z | DEBG | oximeter (clickhouse-client): unrolling 266 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1340 | 2026-02-12T17:09:43.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_i16
|
| 1341 | 2026-02-12T17:09:43.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 196
table_name = fields_string
|
| 1342 | 2026-02-12T17:09:43.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 22
table_name = fields_u16
|
| 1343 | 2026-02-12T17:09:43.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_u32
|
| 1344 | 2026-02-12T17:09:43.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = fields_u8
|
| 1345 | 2026-02-12T17:09:43.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 110
table_name = fields_uuid
|
| 1346 | 2026-02-12T17:09:43.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 196
table_name = measurements_cumulativeu64
|
| 1347 | 2026-02-12T17:09:43.571Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 1348 | 2026-02-12T17:09:43.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1349 | 2026-02-12T17:09:43.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1350 | 2026-02-12T17:09:43.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1351 | 2026-02-12T17:09:43.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1352 | 2026-02-12T17:09:43.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1353 | 2026-02-12T17:09:43.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1354 | 2026-02-12T17:09:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1355 | 2026-02-12T17:09:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1356 | 2026-02-12T17:09:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1357 | 2026-02-12T17:09:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1358 | 2026-02-12T17:09:43.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1359 | 2026-02-12T17:09:43.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1360 | 2026-02-12T17:09:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1361 | 2026-02-12T17:09:43.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1362 | 2026-02-12T17:09:43.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1363 | 2026-02-12T17:09:43.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1364 | 2026-02-12T17:09:43.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1365 | 2026-02-12T17:09:43.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1366 | 2026-02-12T17:09:43.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1367 | 2026-02-12T17:09:43.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1368 | 2026-02-12T17:09:44.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1369 | 2026-02-12T17:09:44.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1370 | 2026-02-12T17:09:44.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1371 | 2026-02-12T17:09:44.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1372 | 2026-02-12T17:09:44.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1373 | 2026-02-12T17:09:44.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1374 | 2026-02-12T17:09:44.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1375 | 2026-02-12T17:09:44.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1376 | 2026-02-12T17:09:44.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1377 | 2026-02-12T17:09:45.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1378 | 2026-02-12T17:09:45.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1379 | 2026-02-12T17:09:45.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1380 | 2026-02-12T17:09:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1381 | 2026-02-12T17:09:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1382 | 2026-02-12T17:09:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1383 | 2026-02-12T17:09:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1384 | 2026-02-12T17:09:45.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1385 | 2026-02-12T17:09:45.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1386 | 2026-02-12T17:09:46.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1387 | 2026-02-12T17:09:46.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1388 | 2026-02-12T17:09:46.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1389 | 2026-02-12T17:09:46.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1390 | 2026-02-12T17:09:46.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1391 | 2026-02-12T17:09:46.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1392 | 2026-02-12T17:09:46.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1393 | 2026-02-12T17:09:46.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1394 | 2026-02-12T17:09:46.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1395 | 2026-02-12T17:09:47.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1396 | 2026-02-12T17:09:47.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1397 | 2026-02-12T17:09:47.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1398 | 2026-02-12T17:09:47.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1399 | 2026-02-12T17:09:47.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1400 | 2026-02-12T17:09:47.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1401 | 2026-02-12T17:09:47.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1402 | 2026-02-12T17:09:47.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1403 | 2026-02-12T17:09:47.796Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1404 | 2026-02-12T17:09:48.549Z | DEBG | oximeter (results-sink): inserting 250 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1405 | 2026-02-12T17:09:48.549Z | DEBG | oximeter (results-sink-cluster): inserting 250 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1406 | 2026-02-12T17:09:48.549Z | DEBG | oximeter (clickhouse-client): unrolling 250 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1407 | 2026-02-12T17:09:48.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 116
table_name = fields_string
|
| 1408 | 2026-02-12T17:09:48.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = fields_u16
|
| 1409 | 2026-02-12T17:09:48.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 94
table_name = fields_uuid
|
| 1410 | 2026-02-12T17:09:48.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1411 | 2026-02-12T17:09:48.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = measurements_histogramu64
|
| 1412 | 2026-02-12T17:09:48.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1413 | 2026-02-12T17:09:48.650Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1414 | 2026-02-12T17:09:48.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1415 | 2026-02-12T17:09:48.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1416 | 2026-02-12T17:09:48.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1417 | 2026-02-12T17:09:48.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1418 | 2026-02-12T17:09:48.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1419 | 2026-02-12T17:09:48.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1420 | 2026-02-12T17:09:48.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1421 | 2026-02-12T17:09:48.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1422 | 2026-02-12T17:09:48.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1423 | 2026-02-12T17:09:48.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1424 | 2026-02-12T17:09:48.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1425 | 2026-02-12T17:09:48.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1426 | 2026-02-12T17:09:49.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1427 | 2026-02-12T17:09:49.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1428 | 2026-02-12T17:09:49.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1429 | 2026-02-12T17:09:49.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1430 | 2026-02-12T17:09:49.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1431 | 2026-02-12T17:09:49.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1432 | 2026-02-12T17:09:49.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1433 | 2026-02-12T17:09:49.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1434 | 2026-02-12T17:09:49.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1435 | 2026-02-12T17:09:50.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1436 | 2026-02-12T17:09:50.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1437 | 2026-02-12T17:09:50.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1438 | 2026-02-12T17:09:50.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1439 | 2026-02-12T17:09:50.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1440 | 2026-02-12T17:09:50.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1441 | 2026-02-12T17:09:50.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1442 | 2026-02-12T17:09:50.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1443 | 2026-02-12T17:09:50.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1444 | 2026-02-12T17:09:51.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1445 | 2026-02-12T17:09:51.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1446 | 2026-02-12T17:09:51.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1447 | 2026-02-12T17:09:51.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1448 | 2026-02-12T17:09:51.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1449 | 2026-02-12T17:09:51.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1450 | 2026-02-12T17:09:51.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1451 | 2026-02-12T17:09:51.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1452 | 2026-02-12T17:09:51.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1453 | 2026-02-12T17:09:52.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1454 | 2026-02-12T17:09:52.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1455 | 2026-02-12T17:09:52.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1456 | 2026-02-12T17:09:52.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1457 | 2026-02-12T17:09:52.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1458 | 2026-02-12T17:09:52.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1459 | 2026-02-12T17:09:52.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1460 | 2026-02-12T17:09:52.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1461 | 2026-02-12T17:09:52.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1462 | 2026-02-12T17:09:53.547Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1463 | 2026-02-12T17:09:53.547Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1464 | 2026-02-12T17:09:53.547Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1465 | 2026-02-12T17:09:53.558Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 1466 | 2026-02-12T17:09:53.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 1467 | 2026-02-12T17:09:53.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 1468 | 2026-02-12T17:09:53.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1469 | 2026-02-12T17:09:53.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 1470 | 2026-02-12T17:09:53.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1471 | 2026-02-12T17:09:53.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1472 | 2026-02-12T17:09:53.776Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 1473 | 2026-02-12T17:09:53.776Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 1474 | 2026-02-12T17:09:53.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1475 | 2026-02-12T17:09:53.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1476 | 2026-02-12T17:09:53.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1477 | 2026-02-12T17:09:53.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1478 | 2026-02-12T17:09:53.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 1479 | 2026-02-12T17:09:53.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1480 | 2026-02-12T17:09:53.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1481 | 2026-02-12T17:09:53.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1482 | 2026-02-12T17:09:53.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1483 | 2026-02-12T17:09:53.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1484 | 2026-02-12T17:09:53.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1485 | 2026-02-12T17:09:53.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 1486 | 2026-02-12T17:09:53.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 1487 | 2026-02-12T17:09:53.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1488 | 2026-02-12T17:09:53.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1489 | 2026-02-12T17:09:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1490 | 2026-02-12T17:09:53.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1491 | 2026-02-12T17:09:53.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1492 | 2026-02-12T17:09:53.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1493 | 2026-02-12T17:09:53.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1494 | 2026-02-12T17:09:53.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1495 | 2026-02-12T17:09:53.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1496 | 2026-02-12T17:09:53.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1497 | 2026-02-12T17:09:53.796Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "94f07432-1a2a-4e21-9025-24c981fc29bb", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:09:53 GMT"} })
|
| 1498 | 2026-02-12T17:09:53.796Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 1499 | 2026-02-12T17:09:53.799Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "79577eaf-35f0-445b-ab8f-eab8a33860a2", "content-length": "29", "date": "Thu, 12 Feb 2026 17:09:53 GMT"} })
|
| 1500 | 2026-02-12T17:09:53.799Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 1501 | 2026-02-12T17:09:53.816Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 1502 | 2026-02-12T17:09:54.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1503 | 2026-02-12T17:09:54.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1504 | 2026-02-12T17:09:54.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1505 | 2026-02-12T17:09:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1506 | 2026-02-12T17:09:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1507 | 2026-02-12T17:09:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1508 | 2026-02-12T17:09:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1509 | 2026-02-12T17:09:54.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1510 | 2026-02-12T17:09:54.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1511 | 2026-02-12T17:09:55.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1512 | 2026-02-12T17:09:55.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1513 | 2026-02-12T17:09:55.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1514 | 2026-02-12T17:09:55.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1515 | 2026-02-12T17:09:55.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1516 | 2026-02-12T17:09:55.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1517 | 2026-02-12T17:09:55.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1518 | 2026-02-12T17:09:55.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1519 | 2026-02-12T17:09:55.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1520 | 2026-02-12T17:09:56.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1521 | 2026-02-12T17:09:56.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1522 | 2026-02-12T17:09:56.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1523 | 2026-02-12T17:09:56.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1524 | 2026-02-12T17:09:56.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1525 | 2026-02-12T17:09:56.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1526 | 2026-02-12T17:09:56.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1527 | 2026-02-12T17:09:56.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1528 | 2026-02-12T17:09:56.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1529 | 2026-02-12T17:09:57.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1530 | 2026-02-12T17:09:57.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1531 | 2026-02-12T17:09:57.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1532 | 2026-02-12T17:09:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1533 | 2026-02-12T17:09:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1534 | 2026-02-12T17:09:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1535 | 2026-02-12T17:09:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1536 | 2026-02-12T17:09:57.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1537 | 2026-02-12T17:09:57.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1538 | 2026-02-12T17:09:58.548Z | DEBG | oximeter (results-sink): inserting 937 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1539 | 2026-02-12T17:09:58.548Z | DEBG | oximeter (results-sink-cluster): inserting 937 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1540 | 2026-02-12T17:09:58.548Z | DEBG | oximeter (clickhouse-client): unrolling 937 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1541 | 2026-02-12T17:09:58.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = fields_ipaddr
|
| 1542 | 2026-02-12T17:09:58.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1259
table_name = fields_string
|
| 1543 | 2026-02-12T17:09:58.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 36
table_name = fields_u16
|
| 1544 | 2026-02-12T17:09:58.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 228
table_name = fields_u32
|
| 1545 | 2026-02-12T17:09:58.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 556
table_name = fields_uuid
|
| 1546 | 2026-02-12T17:09:58.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 847
table_name = measurements_cumulativeu64
|
| 1547 | 2026-02-12T17:09:58.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = measurements_histogramu64
|
| 1548 | 2026-02-12T17:09:58.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1549 | 2026-02-12T17:09:58.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1550 | 2026-02-12T17:09:58.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1551 | 2026-02-12T17:09:58.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1552 | 2026-02-12T17:09:58.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1553 | 2026-02-12T17:09:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1554 | 2026-02-12T17:09:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1555 | 2026-02-12T17:09:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1556 | 2026-02-12T17:09:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1557 | 2026-02-12T17:09:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1558 | 2026-02-12T17:09:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1559 | 2026-02-12T17:09:58.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1560 | 2026-02-12T17:09:58.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1561 | 2026-02-12T17:09:58.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1562 | 2026-02-12T17:09:59.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1563 | 2026-02-12T17:09:59.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1564 | 2026-02-12T17:09:59.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1565 | 2026-02-12T17:09:59.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1566 | 2026-02-12T17:09:59.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1567 | 2026-02-12T17:09:59.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1568 | 2026-02-12T17:09:59.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1569 | 2026-02-12T17:09:59.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1570 | 2026-02-12T17:09:59.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1571 | 2026-02-12T17:10:00.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1572 | 2026-02-12T17:10:00.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1573 | 2026-02-12T17:10:00.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1574 | 2026-02-12T17:10:00.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1575 | 2026-02-12T17:10:00.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1576 | 2026-02-12T17:10:00.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1577 | 2026-02-12T17:10:00.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1578 | 2026-02-12T17:10:00.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1579 | 2026-02-12T17:10:00.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1580 | 2026-02-12T17:10:01.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1581 | 2026-02-12T17:10:01.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1582 | 2026-02-12T17:10:01.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1583 | 2026-02-12T17:10:01.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1584 | 2026-02-12T17:10:01.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1585 | 2026-02-12T17:10:01.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1586 | 2026-02-12T17:10:01.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1587 | 2026-02-12T17:10:01.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1588 | 2026-02-12T17:10:01.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1589 | 2026-02-12T17:10:02.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1590 | 2026-02-12T17:10:02.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1591 | 2026-02-12T17:10:02.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1592 | 2026-02-12T17:10:02.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1593 | 2026-02-12T17:10:02.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1594 | 2026-02-12T17:10:02.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1595 | 2026-02-12T17:10:02.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1596 | 2026-02-12T17:10:02.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1597 | 2026-02-12T17:10:02.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1598 | 2026-02-12T17:10:03.547Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1599 | 2026-02-12T17:10:03.547Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1600 | 2026-02-12T17:10:03.547Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1601 | 2026-02-12T17:10:03.558Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 1602 | 2026-02-12T17:10:03.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 1603 | 2026-02-12T17:10:03.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 1604 | 2026-02-12T17:10:03.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1605 | 2026-02-12T17:10:03.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 1606 | 2026-02-12T17:10:03.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1607 | 2026-02-12T17:10:03.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1608 | 2026-02-12T17:10:03.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1609 | 2026-02-12T17:10:03.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1610 | 2026-02-12T17:10:03.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1611 | 2026-02-12T17:10:03.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1612 | 2026-02-12T17:10:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1613 | 2026-02-12T17:10:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1614 | 2026-02-12T17:10:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1615 | 2026-02-12T17:10:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1616 | 2026-02-12T17:10:03.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1617 | 2026-02-12T17:10:03.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1618 | 2026-02-12T17:10:03.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1619 | 2026-02-12T17:10:03.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1620 | 2026-02-12T17:10:03.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1621 | 2026-02-12T17:10:03.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1622 | 2026-02-12T17:10:03.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1623 | 2026-02-12T17:10:03.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1624 | 2026-02-12T17:10:03.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1625 | 2026-02-12T17:10:03.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1626 | 2026-02-12T17:10:04.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1627 | 2026-02-12T17:10:04.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1628 | 2026-02-12T17:10:04.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1629 | 2026-02-12T17:10:04.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1630 | 2026-02-12T17:10:04.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1631 | 2026-02-12T17:10:04.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1632 | 2026-02-12T17:10:04.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1633 | 2026-02-12T17:10:04.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1634 | 2026-02-12T17:10:04.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1635 | 2026-02-12T17:10:05.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1636 | 2026-02-12T17:10:05.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1637 | 2026-02-12T17:10:05.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1638 | 2026-02-12T17:10:05.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1639 | 2026-02-12T17:10:05.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1640 | 2026-02-12T17:10:05.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1641 | 2026-02-12T17:10:05.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1642 | 2026-02-12T17:10:05.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1643 | 2026-02-12T17:10:05.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1644 | 2026-02-12T17:10:06.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1645 | 2026-02-12T17:10:06.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1646 | 2026-02-12T17:10:06.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1647 | 2026-02-12T17:10:06.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1648 | 2026-02-12T17:10:06.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1649 | 2026-02-12T17:10:06.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1650 | 2026-02-12T17:10:06.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1651 | 2026-02-12T17:10:06.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1652 | 2026-02-12T17:10:06.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1653 | 2026-02-12T17:10:07.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1654 | 2026-02-12T17:10:07.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1655 | 2026-02-12T17:10:07.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1656 | 2026-02-12T17:10:07.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1657 | 2026-02-12T17:10:07.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1658 | 2026-02-12T17:10:07.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1659 | 2026-02-12T17:10:07.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1660 | 2026-02-12T17:10:07.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1661 | 2026-02-12T17:10:07.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1662 | 2026-02-12T17:10:08.548Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1663 | 2026-02-12T17:10:08.548Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1664 | 2026-02-12T17:10:08.548Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1665 | 2026-02-12T17:10:08.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 1666 | 2026-02-12T17:10:08.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 1667 | 2026-02-12T17:10:08.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 1668 | 2026-02-12T17:10:08.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1669 | 2026-02-12T17:10:08.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 1670 | 2026-02-12T17:10:08.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1671 | 2026-02-12T17:10:08.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1672 | 2026-02-12T17:10:08.778Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 1673 | 2026-02-12T17:10:08.778Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 1674 | 2026-02-12T17:10:08.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "f630509e-2509-41da-a051-f33e6601529d", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:10:08 GMT"} })
|
| 1675 | 2026-02-12T17:10:08.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 1676 | 2026-02-12T17:10:08.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "e095166f-3d49-4fd2-bd90-3073b4e9958d", "content-length": "29", "date": "Thu, 12 Feb 2026 17:10:08 GMT"} })
|
| 1677 | 2026-02-12T17:10:08.782Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 1678 | 2026-02-12T17:10:08.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1679 | 2026-02-12T17:10:08.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1680 | 2026-02-12T17:10:08.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1681 | 2026-02-12T17:10:08.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 1682 | 2026-02-12T17:10:08.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 1683 | 2026-02-12T17:10:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1684 | 2026-02-12T17:10:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1685 | 2026-02-12T17:10:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 1686 | 2026-02-12T17:10:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1687 | 2026-02-12T17:10:08.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1688 | 2026-02-12T17:10:08.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1689 | 2026-02-12T17:10:08.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1690 | 2026-02-12T17:10:08.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1691 | 2026-02-12T17:10:08.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1692 | 2026-02-12T17:10:08.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1693 | 2026-02-12T17:10:08.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 1694 | 2026-02-12T17:10:08.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1695 | 2026-02-12T17:10:08.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1696 | 2026-02-12T17:10:08.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1697 | 2026-02-12T17:10:09.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1698 | 2026-02-12T17:10:09.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1699 | 2026-02-12T17:10:09.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1700 | 2026-02-12T17:10:09.794Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1701 | 2026-02-12T17:10:09.794Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1702 | 2026-02-12T17:10:09.794Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1703 | 2026-02-12T17:10:09.794Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1704 | 2026-02-12T17:10:09.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1705 | 2026-02-12T17:10:09.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1706 | 2026-02-12T17:10:10.785Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1707 | 2026-02-12T17:10:10.785Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1708 | 2026-02-12T17:10:10.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1709 | 2026-02-12T17:10:10.794Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1710 | 2026-02-12T17:10:10.794Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1711 | 2026-02-12T17:10:10.794Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1712 | 2026-02-12T17:10:10.794Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1713 | 2026-02-12T17:10:10.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1714 | 2026-02-12T17:10:10.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1715 | 2026-02-12T17:10:11.785Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1716 | 2026-02-12T17:10:11.785Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1717 | 2026-02-12T17:10:11.788Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1718 | 2026-02-12T17:10:11.794Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1719 | 2026-02-12T17:10:11.794Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1720 | 2026-02-12T17:10:11.794Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1721 | 2026-02-12T17:10:11.794Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1722 | 2026-02-12T17:10:11.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1723 | 2026-02-12T17:10:11.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1724 | 2026-02-12T17:10:12.785Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1725 | 2026-02-12T17:10:12.785Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1726 | 2026-02-12T17:10:12.788Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1727 | 2026-02-12T17:10:12.794Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1728 | 2026-02-12T17:10:12.794Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1729 | 2026-02-12T17:10:12.794Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1730 | 2026-02-12T17:10:12.794Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1731 | 2026-02-12T17:10:12.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1732 | 2026-02-12T17:10:12.796Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1733 | 2026-02-12T17:10:13.549Z | DEBG | oximeter (results-sink): inserting 270 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1734 | 2026-02-12T17:10:13.549Z | DEBG | oximeter (clickhouse-client): unrolling 270 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1735 | 2026-02-12T17:10:13.549Z | DEBG | oximeter (results-sink-cluster): inserting 270 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1736 | 2026-02-12T17:10:13.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_i16
|
| 1737 | 2026-02-12T17:10:13.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 8
table_name = fields_ipaddr
|
| 1738 | 2026-02-12T17:10:13.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 200
table_name = fields_string
|
| 1739 | 2026-02-12T17:10:13.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = fields_u16
|
| 1740 | 2026-02-12T17:10:13.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_u32
|
| 1741 | 2026-02-12T17:10:13.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = fields_u8
|
| 1742 | 2026-02-12T17:10:13.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_uuid
|
| 1743 | 2026-02-12T17:10:13.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 200
table_name = measurements_cumulativeu64
|
| 1744 | 2026-02-12T17:10:13.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 1745 | 2026-02-12T17:10:13.575Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1746 | 2026-02-12T17:10:13.650Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1747 | 2026-02-12T17:10:13.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1748 | 2026-02-12T17:10:13.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1749 | 2026-02-12T17:10:13.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1750 | 2026-02-12T17:10:13.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1751 | 2026-02-12T17:10:13.785Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1752 | 2026-02-12T17:10:13.785Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1753 | 2026-02-12T17:10:13.785Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1754 | 2026-02-12T17:10:13.785Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1755 | 2026-02-12T17:10:13.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1756 | 2026-02-12T17:10:13.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1757 | 2026-02-12T17:10:13.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1758 | 2026-02-12T17:10:13.788Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1759 | 2026-02-12T17:10:13.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1760 | 2026-02-12T17:10:13.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1761 | 2026-02-12T17:10:13.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1762 | 2026-02-12T17:10:13.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1763 | 2026-02-12T17:10:13.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1764 | 2026-02-12T17:10:13.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1765 | 2026-02-12T17:10:14.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1766 | 2026-02-12T17:10:14.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1767 | 2026-02-12T17:10:14.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1768 | 2026-02-12T17:10:14.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1769 | 2026-02-12T17:10:14.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1770 | 2026-02-12T17:10:14.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1771 | 2026-02-12T17:10:14.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1772 | 2026-02-12T17:10:14.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1773 | 2026-02-12T17:10:14.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1774 | 2026-02-12T17:10:15.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1775 | 2026-02-12T17:10:15.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1776 | 2026-02-12T17:10:15.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1777 | 2026-02-12T17:10:15.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1778 | 2026-02-12T17:10:15.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1779 | 2026-02-12T17:10:15.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1780 | 2026-02-12T17:10:15.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1781 | 2026-02-12T17:10:15.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1782 | 2026-02-12T17:10:15.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1783 | 2026-02-12T17:10:16.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1784 | 2026-02-12T17:10:16.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1785 | 2026-02-12T17:10:16.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1786 | 2026-02-12T17:10:16.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1787 | 2026-02-12T17:10:16.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1788 | 2026-02-12T17:10:16.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1789 | 2026-02-12T17:10:16.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1790 | 2026-02-12T17:10:16.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1791 | 2026-02-12T17:10:16.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1792 | 2026-02-12T17:10:17.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1793 | 2026-02-12T17:10:17.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1794 | 2026-02-12T17:10:17.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1795 | 2026-02-12T17:10:17.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1796 | 2026-02-12T17:10:17.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1797 | 2026-02-12T17:10:17.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1798 | 2026-02-12T17:10:17.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1799 | 2026-02-12T17:10:17.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1800 | 2026-02-12T17:10:17.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1801 | 2026-02-12T17:10:18.547Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1802 | 2026-02-12T17:10:18.547Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1803 | 2026-02-12T17:10:18.547Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1804 | 2026-02-12T17:10:18.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 1805 | 2026-02-12T17:10:18.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 1806 | 2026-02-12T17:10:18.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 1807 | 2026-02-12T17:10:18.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1808 | 2026-02-12T17:10:18.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 1809 | 2026-02-12T17:10:18.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1810 | 2026-02-12T17:10:18.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1811 | 2026-02-12T17:10:18.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1812 | 2026-02-12T17:10:18.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1813 | 2026-02-12T17:10:18.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1814 | 2026-02-12T17:10:18.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1815 | 2026-02-12T17:10:18.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1816 | 2026-02-12T17:10:18.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1817 | 2026-02-12T17:10:18.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1818 | 2026-02-12T17:10:18.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1819 | 2026-02-12T17:10:18.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1820 | 2026-02-12T17:10:18.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1821 | 2026-02-12T17:10:18.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1822 | 2026-02-12T17:10:18.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1823 | 2026-02-12T17:10:19.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1824 | 2026-02-12T17:10:19.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1825 | 2026-02-12T17:10:19.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1826 | 2026-02-12T17:10:19.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1827 | 2026-02-12T17:10:19.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1828 | 2026-02-12T17:10:19.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1829 | 2026-02-12T17:10:19.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1830 | 2026-02-12T17:10:19.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1831 | 2026-02-12T17:10:19.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1832 | 2026-02-12T17:10:20.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1833 | 2026-02-12T17:10:20.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1834 | 2026-02-12T17:10:20.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1835 | 2026-02-12T17:10:20.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1836 | 2026-02-12T17:10:20.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1837 | 2026-02-12T17:10:20.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1838 | 2026-02-12T17:10:20.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1839 | 2026-02-12T17:10:20.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1840 | 2026-02-12T17:10:20.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1841 | 2026-02-12T17:10:21.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1842 | 2026-02-12T17:10:21.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1843 | 2026-02-12T17:10:21.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1844 | 2026-02-12T17:10:21.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1845 | 2026-02-12T17:10:21.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1846 | 2026-02-12T17:10:21.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1847 | 2026-02-12T17:10:21.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1848 | 2026-02-12T17:10:21.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1849 | 2026-02-12T17:10:21.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1850 | 2026-02-12T17:10:22.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1851 | 2026-02-12T17:10:22.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1852 | 2026-02-12T17:10:22.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1853 | 2026-02-12T17:10:22.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1854 | 2026-02-12T17:10:22.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1855 | 2026-02-12T17:10:22.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1856 | 2026-02-12T17:10:22.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1857 | 2026-02-12T17:10:22.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1858 | 2026-02-12T17:10:22.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1859 | 2026-02-12T17:10:23.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1860 | 2026-02-12T17:10:23.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1861 | 2026-02-12T17:10:23.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1862 | 2026-02-12T17:10:23.558Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 1863 | 2026-02-12T17:10:23.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 1864 | 2026-02-12T17:10:23.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 1865 | 2026-02-12T17:10:23.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 1866 | 2026-02-12T17:10:23.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 1867 | 2026-02-12T17:10:23.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1868 | 2026-02-12T17:10:23.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1869 | 2026-02-12T17:10:23.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 1870 | 2026-02-12T17:10:23.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 1871 | 2026-02-12T17:10:23.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "472034f0-8124-4cca-98d7-f1ba76d50dd3", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:10:23 GMT"} })
|
| 1872 | 2026-02-12T17:10:23.781Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 1873 | 2026-02-12T17:10:23.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1874 | 2026-02-12T17:10:23.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1875 | 2026-02-12T17:10:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1876 | 2026-02-12T17:10:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1877 | 2026-02-12T17:10:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1878 | 2026-02-12T17:10:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1879 | 2026-02-12T17:10:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 1880 | 2026-02-12T17:10:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 1881 | 2026-02-12T17:10:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1882 | 2026-02-12T17:10:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1883 | 2026-02-12T17:10:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1884 | 2026-02-12T17:10:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1885 | 2026-02-12T17:10:23.784Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "2e18ad0d-69d4-4054-9246-52d754be0550", "content-length": "29", "date": "Thu, 12 Feb 2026 17:10:23 GMT"} })
|
| 1886 | 2026-02-12T17:10:23.784Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 1887 | 2026-02-12T17:10:23.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 1888 | 2026-02-12T17:10:23.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 1889 | 2026-02-12T17:10:23.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1890 | 2026-02-12T17:10:23.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 1891 | 2026-02-12T17:10:23.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1892 | 2026-02-12T17:10:23.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1893 | 2026-02-12T17:10:23.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1894 | 2026-02-12T17:10:23.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1895 | 2026-02-12T17:10:23.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1896 | 2026-02-12T17:10:23.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1897 | 2026-02-12T17:10:23.814Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 1898 | 2026-02-12T17:10:24.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1899 | 2026-02-12T17:10:24.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1900 | 2026-02-12T17:10:24.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1901 | 2026-02-12T17:10:24.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1902 | 2026-02-12T17:10:24.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1903 | 2026-02-12T17:10:24.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1904 | 2026-02-12T17:10:24.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1905 | 2026-02-12T17:10:24.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1906 | 2026-02-12T17:10:24.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1907 | 2026-02-12T17:10:25.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1908 | 2026-02-12T17:10:25.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1909 | 2026-02-12T17:10:25.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1910 | 2026-02-12T17:10:25.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1911 | 2026-02-12T17:10:25.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1912 | 2026-02-12T17:10:25.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1913 | 2026-02-12T17:10:25.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1914 | 2026-02-12T17:10:25.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1915 | 2026-02-12T17:10:25.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1916 | 2026-02-12T17:10:26.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1917 | 2026-02-12T17:10:26.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1918 | 2026-02-12T17:10:26.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1919 | 2026-02-12T17:10:26.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1920 | 2026-02-12T17:10:26.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1921 | 2026-02-12T17:10:26.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1922 | 2026-02-12T17:10:26.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1923 | 2026-02-12T17:10:26.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1924 | 2026-02-12T17:10:26.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1925 | 2026-02-12T17:10:27.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1926 | 2026-02-12T17:10:27.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1927 | 2026-02-12T17:10:27.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1928 | 2026-02-12T17:10:27.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1929 | 2026-02-12T17:10:27.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1930 | 2026-02-12T17:10:27.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1931 | 2026-02-12T17:10:27.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1932 | 2026-02-12T17:10:27.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1933 | 2026-02-12T17:10:27.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1934 | 2026-02-12T17:10:28.548Z | DEBG | oximeter (results-sink): inserting 937 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1935 | 2026-02-12T17:10:28.548Z | DEBG | oximeter (results-sink-cluster): inserting 937 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1936 | 2026-02-12T17:10:28.548Z | DEBG | oximeter (clickhouse-client): unrolling 937 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1937 | 2026-02-12T17:10:28.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 4
table_name = fields_ipaddr
|
| 1938 | 2026-02-12T17:10:28.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1260
table_name = fields_string
|
| 1939 | 2026-02-12T17:10:28.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 35
table_name = fields_u16
|
| 1940 | 2026-02-12T17:10:28.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 228
table_name = fields_u32
|
| 1941 | 2026-02-12T17:10:28.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 555
table_name = fields_uuid
|
| 1942 | 2026-02-12T17:10:28.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 846
table_name = measurements_cumulativeu64
|
| 1943 | 2026-02-12T17:10:28.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 1944 | 2026-02-12T17:10:28.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 1945 | 2026-02-12T17:10:28.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 1946 | 2026-02-12T17:10:28.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1947 | 2026-02-12T17:10:28.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1948 | 2026-02-12T17:10:28.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1949 | 2026-02-12T17:10:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1950 | 2026-02-12T17:10:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1951 | 2026-02-12T17:10:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1952 | 2026-02-12T17:10:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1953 | 2026-02-12T17:10:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1954 | 2026-02-12T17:10:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1955 | 2026-02-12T17:10:28.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1956 | 2026-02-12T17:10:28.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1957 | 2026-02-12T17:10:28.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 1958 | 2026-02-12T17:10:29.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1959 | 2026-02-12T17:10:29.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1960 | 2026-02-12T17:10:29.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1961 | 2026-02-12T17:10:29.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1962 | 2026-02-12T17:10:29.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1963 | 2026-02-12T17:10:29.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1964 | 2026-02-12T17:10:29.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1965 | 2026-02-12T17:10:29.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1966 | 2026-02-12T17:10:29.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1967 | 2026-02-12T17:10:30.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1968 | 2026-02-12T17:10:30.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1969 | 2026-02-12T17:10:30.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1970 | 2026-02-12T17:10:30.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1971 | 2026-02-12T17:10:30.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1972 | 2026-02-12T17:10:30.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1973 | 2026-02-12T17:10:30.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1974 | 2026-02-12T17:10:30.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1975 | 2026-02-12T17:10:30.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1976 | 2026-02-12T17:10:31.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1977 | 2026-02-12T17:10:31.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1978 | 2026-02-12T17:10:31.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1979 | 2026-02-12T17:10:31.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1980 | 2026-02-12T17:10:31.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1981 | 2026-02-12T17:10:31.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1982 | 2026-02-12T17:10:31.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1983 | 2026-02-12T17:10:31.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1984 | 2026-02-12T17:10:31.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1985 | 2026-02-12T17:10:32.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1986 | 2026-02-12T17:10:32.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1987 | 2026-02-12T17:10:32.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 1988 | 2026-02-12T17:10:32.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1989 | 2026-02-12T17:10:32.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1990 | 2026-02-12T17:10:32.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1991 | 2026-02-12T17:10:32.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1992 | 2026-02-12T17:10:32.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 1993 | 2026-02-12T17:10:32.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 1994 | 2026-02-12T17:10:33.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1995 | 2026-02-12T17:10:33.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 1996 | 2026-02-12T17:10:33.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 1997 | 2026-02-12T17:10:33.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 1998 | 2026-02-12T17:10:33.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 1999 | 2026-02-12T17:10:33.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 2000 | 2026-02-12T17:10:33.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2001 | 2026-02-12T17:10:33.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 2002 | 2026-02-12T17:10:33.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 2003 | 2026-02-12T17:10:33.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2004 | 2026-02-12T17:10:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2005 | 2026-02-12T17:10:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2006 | 2026-02-12T17:10:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2007 | 2026-02-12T17:10:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2008 | 2026-02-12T17:10:33.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2009 | 2026-02-12T17:10:33.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2010 | 2026-02-12T17:10:33.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2011 | 2026-02-12T17:10:33.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2012 | 2026-02-12T17:10:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2013 | 2026-02-12T17:10:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2014 | 2026-02-12T17:10:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2015 | 2026-02-12T17:10:33.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2016 | 2026-02-12T17:10:33.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2017 | 2026-02-12T17:10:33.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2018 | 2026-02-12T17:10:33.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2019 | 2026-02-12T17:10:33.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2020 | 2026-02-12T17:10:33.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2021 | 2026-02-12T17:10:33.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2022 | 2026-02-12T17:10:34.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2023 | 2026-02-12T17:10:34.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2024 | 2026-02-12T17:10:34.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2025 | 2026-02-12T17:10:34.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2026 | 2026-02-12T17:10:34.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2027 | 2026-02-12T17:10:34.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2028 | 2026-02-12T17:10:34.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2029 | 2026-02-12T17:10:34.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2030 | 2026-02-12T17:10:34.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2031 | 2026-02-12T17:10:35.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2032 | 2026-02-12T17:10:35.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2033 | 2026-02-12T17:10:35.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2034 | 2026-02-12T17:10:35.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2035 | 2026-02-12T17:10:35.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2036 | 2026-02-12T17:10:35.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2037 | 2026-02-12T17:10:35.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2038 | 2026-02-12T17:10:35.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2039 | 2026-02-12T17:10:35.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2040 | 2026-02-12T17:10:36.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2041 | 2026-02-12T17:10:36.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2042 | 2026-02-12T17:10:36.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2043 | 2026-02-12T17:10:36.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2044 | 2026-02-12T17:10:36.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2045 | 2026-02-12T17:10:36.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2046 | 2026-02-12T17:10:36.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2047 | 2026-02-12T17:10:36.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2048 | 2026-02-12T17:10:36.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2049 | 2026-02-12T17:10:37.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2050 | 2026-02-12T17:10:37.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2051 | 2026-02-12T17:10:37.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2052 | 2026-02-12T17:10:37.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2053 | 2026-02-12T17:10:37.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2054 | 2026-02-12T17:10:37.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2055 | 2026-02-12T17:10:37.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2056 | 2026-02-12T17:10:37.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2057 | 2026-02-12T17:10:37.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2058 | 2026-02-12T17:10:38.548Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2059 | 2026-02-12T17:10:38.549Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2060 | 2026-02-12T17:10:38.549Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2061 | 2026-02-12T17:10:38.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 2062 | 2026-02-12T17:10:38.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 2063 | 2026-02-12T17:10:38.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 2064 | 2026-02-12T17:10:38.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2065 | 2026-02-12T17:10:38.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 2066 | 2026-02-12T17:10:38.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 2067 | 2026-02-12T17:10:38.650Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2068 | 2026-02-12T17:10:38.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 2069 | 2026-02-12T17:10:38.778Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 2070 | 2026-02-12T17:10:38.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "031830f7-8b02-4d64-8944-06700ed976f1", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:10:38 GMT"} })
|
| 2071 | 2026-02-12T17:10:38.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 2072 | 2026-02-12T17:10:38.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "a2ff98c0-7c86-46e6-b308-ed7df7963892", "content-length": "29", "date": "Thu, 12 Feb 2026 17:10:38 GMT"} })
|
| 2073 | 2026-02-12T17:10:38.782Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:48120
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
interval = 10s
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
|
| 2074 | 2026-02-12T17:10:38.782Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2075 | 2026-02-12T17:10:38.782Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2076 | 2026-02-12T17:10:38.782Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:48120
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
interval = 10s
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2077 | 2026-02-12T17:10:38.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2078 | 2026-02-12T17:10:38.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2079 | 2026-02-12T17:10:38.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2080 | 2026-02-12T17:10:38.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2081 | 2026-02-12T17:10:38.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2082 | 2026-02-12T17:10:38.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2083 | 2026-02-12T17:10:38.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2084 | 2026-02-12T17:10:38.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2085 | 2026-02-12T17:10:38.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2086 | 2026-02-12T17:10:38.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2087 | 2026-02-12T17:10:38.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2088 | 2026-02-12T17:10:38.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2089 | 2026-02-12T17:10:38.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2090 | 2026-02-12T17:10:38.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2091 | 2026-02-12T17:10:38.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2092 | 2026-02-12T17:10:39.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2093 | 2026-02-12T17:10:39.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2094 | 2026-02-12T17:10:39.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2095 | 2026-02-12T17:10:39.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2096 | 2026-02-12T17:10:39.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2097 | 2026-02-12T17:10:39.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2098 | 2026-02-12T17:10:39.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2099 | 2026-02-12T17:10:39.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2100 | 2026-02-12T17:10:39.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2101 | 2026-02-12T17:10:40.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2102 | 2026-02-12T17:10:40.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2103 | 2026-02-12T17:10:40.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2104 | 2026-02-12T17:10:40.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2105 | 2026-02-12T17:10:40.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2106 | 2026-02-12T17:10:40.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2107 | 2026-02-12T17:10:40.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2108 | 2026-02-12T17:10:40.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2109 | 2026-02-12T17:10:40.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2110 | 2026-02-12T17:10:41.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2111 | 2026-02-12T17:10:41.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2112 | 2026-02-12T17:10:41.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2113 | 2026-02-12T17:10:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2114 | 2026-02-12T17:10:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2115 | 2026-02-12T17:10:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2116 | 2026-02-12T17:10:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2117 | 2026-02-12T17:10:41.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2118 | 2026-02-12T17:10:41.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2119 | 2026-02-12T17:10:42.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2120 | 2026-02-12T17:10:42.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2121 | 2026-02-12T17:10:42.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2122 | 2026-02-12T17:10:42.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2123 | 2026-02-12T17:10:42.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2124 | 2026-02-12T17:10:42.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2125 | 2026-02-12T17:10:42.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2126 | 2026-02-12T17:10:42.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2127 | 2026-02-12T17:10:42.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2128 | 2026-02-12T17:10:43.548Z | DEBG | oximeter (results-sink): inserting 363 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2129 | 2026-02-12T17:10:43.548Z | DEBG | oximeter (results-sink-cluster): inserting 363 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2130 | 2026-02-12T17:10:43.548Z | DEBG | oximeter (clickhouse-client): unrolling 363 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2131 | 2026-02-12T17:10:43.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 266
table_name = fields_i16
|
| 2132 | 2026-02-12T17:10:43.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 772
table_name = fields_string
|
| 2133 | 2026-02-12T17:10:43.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 143
table_name = fields_u16
|
| 2134 | 2026-02-12T17:10:43.571Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 140
table_name = fields_u32
|
| 2135 | 2026-02-12T17:10:43.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 139
table_name = fields_u8
|
| 2136 | 2026-02-12T17:10:43.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 473
table_name = fields_uuid
|
| 2137 | 2026-02-12T17:10:43.575Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = measurements_bool
|
| 2138 | 2026-02-12T17:10:43.577Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 258
table_name = measurements_cumulativeu64
|
| 2139 | 2026-02-12T17:10:43.578Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1
table_name = measurements_f64
|
| 2140 | 2026-02-12T17:10:43.580Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 2141 | 2026-02-12T17:10:43.582Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 88
table_name = measurements_u64
|
| 2142 | 2026-02-12T17:10:43.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2143 | 2026-02-12T17:10:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2144 | 2026-02-12T17:10:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2145 | 2026-02-12T17:10:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2146 | 2026-02-12T17:10:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2147 | 2026-02-12T17:10:43.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2148 | 2026-02-12T17:10:43.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2149 | 2026-02-12T17:10:43.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2150 | 2026-02-12T17:10:43.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2151 | 2026-02-12T17:10:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2152 | 2026-02-12T17:10:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2153 | 2026-02-12T17:10:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2154 | 2026-02-12T17:10:43.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2155 | 2026-02-12T17:10:43.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2156 | 2026-02-12T17:10:43.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2157 | 2026-02-12T17:10:43.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2158 | 2026-02-12T17:10:43.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2159 | 2026-02-12T17:10:43.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2160 | 2026-02-12T17:10:43.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2161 | 2026-02-12T17:10:44.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2162 | 2026-02-12T17:10:44.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2163 | 2026-02-12T17:10:44.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2164 | 2026-02-12T17:10:44.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2165 | 2026-02-12T17:10:44.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2166 | 2026-02-12T17:10:44.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2167 | 2026-02-12T17:10:44.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2168 | 2026-02-12T17:10:44.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2169 | 2026-02-12T17:10:44.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2170 | 2026-02-12T17:10:45.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2171 | 2026-02-12T17:10:45.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2172 | 2026-02-12T17:10:45.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2173 | 2026-02-12T17:10:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2174 | 2026-02-12T17:10:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2175 | 2026-02-12T17:10:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2176 | 2026-02-12T17:10:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2177 | 2026-02-12T17:10:45.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2178 | 2026-02-12T17:10:45.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2179 | 2026-02-12T17:10:46.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2180 | 2026-02-12T17:10:46.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2181 | 2026-02-12T17:10:46.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2182 | 2026-02-12T17:10:46.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2183 | 2026-02-12T17:10:46.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2184 | 2026-02-12T17:10:46.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2185 | 2026-02-12T17:10:46.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2186 | 2026-02-12T17:10:46.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2187 | 2026-02-12T17:10:46.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2188 | 2026-02-12T17:10:47.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2189 | 2026-02-12T17:10:47.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2190 | 2026-02-12T17:10:47.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2191 | 2026-02-12T17:10:47.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2192 | 2026-02-12T17:10:47.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2193 | 2026-02-12T17:10:47.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2194 | 2026-02-12T17:10:47.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2195 | 2026-02-12T17:10:47.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2196 | 2026-02-12T17:10:47.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2197 | 2026-02-12T17:10:48.547Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2198 | 2026-02-12T17:10:48.547Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2199 | 2026-02-12T17:10:48.547Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2200 | 2026-02-12T17:10:48.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 2201 | 2026-02-12T17:10:48.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 2202 | 2026-02-12T17:10:48.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 2203 | 2026-02-12T17:10:48.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2204 | 2026-02-12T17:10:48.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 2205 | 2026-02-12T17:10:48.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 2206 | 2026-02-12T17:10:48.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2207 | 2026-02-12T17:10:48.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2208 | 2026-02-12T17:10:48.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2209 | 2026-02-12T17:10:48.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2210 | 2026-02-12T17:10:48.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2211 | 2026-02-12T17:10:48.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2212 | 2026-02-12T17:10:48.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2213 | 2026-02-12T17:10:48.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2214 | 2026-02-12T17:10:48.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2215 | 2026-02-12T17:10:48.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2216 | 2026-02-12T17:10:48.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2217 | 2026-02-12T17:10:48.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2218 | 2026-02-12T17:10:48.791Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2219 | 2026-02-12T17:10:48.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2220 | 2026-02-12T17:10:48.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2221 | 2026-02-12T17:10:48.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2222 | 2026-02-12T17:10:49.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2223 | 2026-02-12T17:10:49.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2224 | 2026-02-12T17:10:49.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2225 | 2026-02-12T17:10:49.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2226 | 2026-02-12T17:10:49.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2227 | 2026-02-12T17:10:49.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2228 | 2026-02-12T17:10:49.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2229 | 2026-02-12T17:10:49.791Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2230 | 2026-02-12T17:10:49.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2231 | 2026-02-12T17:10:50.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2232 | 2026-02-12T17:10:50.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2233 | 2026-02-12T17:10:50.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2234 | 2026-02-12T17:10:50.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2235 | 2026-02-12T17:10:50.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2236 | 2026-02-12T17:10:50.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2237 | 2026-02-12T17:10:50.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2238 | 2026-02-12T17:10:50.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2239 | 2026-02-12T17:10:50.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2240 | 2026-02-12T17:10:51.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2241 | 2026-02-12T17:10:51.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2242 | 2026-02-12T17:10:51.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2243 | 2026-02-12T17:10:51.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2244 | 2026-02-12T17:10:51.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2245 | 2026-02-12T17:10:51.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2246 | 2026-02-12T17:10:51.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2247 | 2026-02-12T17:10:51.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2248 | 2026-02-12T17:10:51.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2249 | 2026-02-12T17:10:52.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2250 | 2026-02-12T17:10:52.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2251 | 2026-02-12T17:10:52.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2252 | 2026-02-12T17:10:52.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2253 | 2026-02-12T17:10:52.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2254 | 2026-02-12T17:10:52.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2255 | 2026-02-12T17:10:52.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2256 | 2026-02-12T17:10:52.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2257 | 2026-02-12T17:10:52.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2258 | 2026-02-12T17:10:53.548Z | DEBG | oximeter (results-sink): inserting 363 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2259 | 2026-02-12T17:10:53.548Z | DEBG | oximeter (results-sink-cluster): inserting 363 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2260 | 2026-02-12T17:10:53.548Z | DEBG | oximeter (clickhouse-client): unrolling 363 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2261 | 2026-02-12T17:10:53.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 266
table_name = fields_i16
|
| 2262 | 2026-02-12T17:10:53.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 772
table_name = fields_string
|
| 2263 | 2026-02-12T17:10:53.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 143
table_name = fields_u16
|
| 2264 | 2026-02-12T17:10:53.571Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 140
table_name = fields_u32
|
| 2265 | 2026-02-12T17:10:53.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 139
table_name = fields_u8
|
| 2266 | 2026-02-12T17:10:53.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 473
table_name = fields_uuid
|
| 2267 | 2026-02-12T17:10:53.575Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = measurements_bool
|
| 2268 | 2026-02-12T17:10:53.577Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 258
table_name = measurements_cumulativeu64
|
| 2269 | 2026-02-12T17:10:53.578Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1
table_name = measurements_f64
|
| 2270 | 2026-02-12T17:10:53.580Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 2271 | 2026-02-12T17:10:53.581Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 88
table_name = measurements_u64
|
| 2272 | 2026-02-12T17:10:53.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2273 | 2026-02-12T17:10:53.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 2274 | 2026-02-12T17:10:53.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 2275 | 2026-02-12T17:10:53.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "c2f27c4b-dc09-428b-9bba-871658c7d379", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:10:53 GMT"} })
|
| 2276 | 2026-02-12T17:10:53.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 2277 | 2026-02-12T17:10:53.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "54b1dccf-1b49-4e1f-b78d-a5281b02b8bc", "content-length": "29", "date": "Thu, 12 Feb 2026 17:10:53 GMT"} })
|
| 2278 | 2026-02-12T17:10:53.782Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2279 | 2026-02-12T17:10:53.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2280 | 2026-02-12T17:10:53.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2281 | 2026-02-12T17:10:53.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2282 | 2026-02-12T17:10:53.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2283 | 2026-02-12T17:10:53.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2284 | 2026-02-12T17:10:53.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2285 | 2026-02-12T17:10:53.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2286 | 2026-02-12T17:10:53.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2287 | 2026-02-12T17:10:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 2288 | 2026-02-12T17:10:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2289 | 2026-02-12T17:10:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2290 | 2026-02-12T17:10:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 2291 | 2026-02-12T17:10:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 2292 | 2026-02-12T17:10:53.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2293 | 2026-02-12T17:10:53.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2294 | 2026-02-12T17:10:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2295 | 2026-02-12T17:10:53.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2296 | 2026-02-12T17:10:53.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2297 | 2026-02-12T17:10:53.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2298 | 2026-02-12T17:10:53.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2299 | 2026-02-12T17:10:53.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2300 | 2026-02-12T17:10:53.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2301 | 2026-02-12T17:10:53.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2302 | 2026-02-12T17:10:53.815Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 2303 | 2026-02-12T17:10:54.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2304 | 2026-02-12T17:10:54.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2305 | 2026-02-12T17:10:54.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2306 | 2026-02-12T17:10:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2307 | 2026-02-12T17:10:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2308 | 2026-02-12T17:10:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2309 | 2026-02-12T17:10:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2310 | 2026-02-12T17:10:54.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2311 | 2026-02-12T17:10:54.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2312 | 2026-02-12T17:10:55.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2313 | 2026-02-12T17:10:55.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2314 | 2026-02-12T17:10:55.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2315 | 2026-02-12T17:10:55.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2316 | 2026-02-12T17:10:55.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2317 | 2026-02-12T17:10:55.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2318 | 2026-02-12T17:10:55.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2319 | 2026-02-12T17:10:55.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2320 | 2026-02-12T17:10:55.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2321 | 2026-02-12T17:10:56.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2322 | 2026-02-12T17:10:56.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2323 | 2026-02-12T17:10:56.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2324 | 2026-02-12T17:10:56.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2325 | 2026-02-12T17:10:56.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2326 | 2026-02-12T17:10:56.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2327 | 2026-02-12T17:10:56.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2328 | 2026-02-12T17:10:56.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2329 | 2026-02-12T17:10:56.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2330 | 2026-02-12T17:10:57.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2331 | 2026-02-12T17:10:57.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2332 | 2026-02-12T17:10:57.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2333 | 2026-02-12T17:10:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2334 | 2026-02-12T17:10:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2335 | 2026-02-12T17:10:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2336 | 2026-02-12T17:10:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2337 | 2026-02-12T17:10:57.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2338 | 2026-02-12T17:10:57.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2339 | 2026-02-12T17:10:58.548Z | DEBG | oximeter (results-sink): inserting 938 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2340 | 2026-02-12T17:10:58.548Z | DEBG | oximeter (results-sink-cluster): inserting 938 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2341 | 2026-02-12T17:10:58.548Z | DEBG | oximeter (clickhouse-client): unrolling 938 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2342 | 2026-02-12T17:10:58.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = fields_ipaddr
|
| 2343 | 2026-02-12T17:10:58.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1261
table_name = fields_string
|
| 2344 | 2026-02-12T17:10:58.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 37
table_name = fields_u16
|
| 2345 | 2026-02-12T17:10:58.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 228
table_name = fields_u32
|
| 2346 | 2026-02-12T17:10:58.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 557
table_name = fields_uuid
|
| 2347 | 2026-02-12T17:10:58.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 847
table_name = measurements_cumulativeu64
|
| 2348 | 2026-02-12T17:10:58.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 2349 | 2026-02-12T17:10:58.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 2350 | 2026-02-12T17:10:58.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2351 | 2026-02-12T17:10:58.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2352 | 2026-02-12T17:10:58.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2353 | 2026-02-12T17:10:58.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2354 | 2026-02-12T17:10:58.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2355 | 2026-02-12T17:10:58.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2356 | 2026-02-12T17:10:58.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2357 | 2026-02-12T17:10:58.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2358 | 2026-02-12T17:10:58.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2359 | 2026-02-12T17:10:58.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2360 | 2026-02-12T17:10:58.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2361 | 2026-02-12T17:10:58.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2362 | 2026-02-12T17:10:58.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2363 | 2026-02-12T17:10:58.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2364 | 2026-02-12T17:10:58.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2365 | 2026-02-12T17:10:58.796Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2366 | 2026-02-12T17:10:59.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2367 | 2026-02-12T17:10:59.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2368 | 2026-02-12T17:10:59.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2369 | 2026-02-12T17:10:59.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2370 | 2026-02-12T17:10:59.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2371 | 2026-02-12T17:10:59.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2372 | 2026-02-12T17:10:59.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2373 | 2026-02-12T17:10:59.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2374 | 2026-02-12T17:10:59.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2375 | 2026-02-12T17:11:00.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2376 | 2026-02-12T17:11:00.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2377 | 2026-02-12T17:11:00.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2378 | 2026-02-12T17:11:00.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2379 | 2026-02-12T17:11:00.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2380 | 2026-02-12T17:11:00.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2381 | 2026-02-12T17:11:00.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2382 | 2026-02-12T17:11:00.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2383 | 2026-02-12T17:11:00.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2384 | 2026-02-12T17:11:01.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2385 | 2026-02-12T17:11:01.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2386 | 2026-02-12T17:11:01.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2387 | 2026-02-12T17:11:01.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2388 | 2026-02-12T17:11:01.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2389 | 2026-02-12T17:11:01.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2390 | 2026-02-12T17:11:01.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2391 | 2026-02-12T17:11:01.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2392 | 2026-02-12T17:11:01.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2393 | 2026-02-12T17:11:02.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2394 | 2026-02-12T17:11:02.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2395 | 2026-02-12T17:11:02.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2396 | 2026-02-12T17:11:02.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2397 | 2026-02-12T17:11:02.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2398 | 2026-02-12T17:11:02.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2399 | 2026-02-12T17:11:02.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2400 | 2026-02-12T17:11:02.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2401 | 2026-02-12T17:11:02.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2402 | 2026-02-12T17:11:03.546Z | DEBG | oximeter (results-sink): inserting 363 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2403 | 2026-02-12T17:11:03.546Z | DEBG | oximeter (results-sink-cluster): inserting 363 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2404 | 2026-02-12T17:11:03.546Z | DEBG | oximeter (clickhouse-client): unrolling 363 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2405 | 2026-02-12T17:11:03.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 266
table_name = fields_i16
|
| 2406 | 2026-02-12T17:11:03.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 772
table_name = fields_string
|
| 2407 | 2026-02-12T17:11:03.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 143
table_name = fields_u16
|
| 2408 | 2026-02-12T17:11:03.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 140
table_name = fields_u32
|
| 2409 | 2026-02-12T17:11:03.571Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 139
table_name = fields_u8
|
| 2410 | 2026-02-12T17:11:03.573Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 473
table_name = fields_uuid
|
| 2411 | 2026-02-12T17:11:03.575Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = measurements_bool
|
| 2412 | 2026-02-12T17:11:03.576Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 258
table_name = measurements_cumulativeu64
|
| 2413 | 2026-02-12T17:11:03.578Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1
table_name = measurements_f64
|
| 2414 | 2026-02-12T17:11:03.580Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 2415 | 2026-02-12T17:11:03.582Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 88
table_name = measurements_u64
|
| 2416 | 2026-02-12T17:11:03.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2417 | 2026-02-12T17:11:03.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2418 | 2026-02-12T17:11:03.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2419 | 2026-02-12T17:11:03.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2420 | 2026-02-12T17:11:03.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2421 | 2026-02-12T17:11:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2422 | 2026-02-12T17:11:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2423 | 2026-02-12T17:11:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2424 | 2026-02-12T17:11:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2425 | 2026-02-12T17:11:03.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2426 | 2026-02-12T17:11:03.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2427 | 2026-02-12T17:11:03.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2428 | 2026-02-12T17:11:03.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2429 | 2026-02-12T17:11:03.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2430 | 2026-02-12T17:11:03.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2431 | 2026-02-12T17:11:03.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2432 | 2026-02-12T17:11:03.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2433 | 2026-02-12T17:11:03.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2434 | 2026-02-12T17:11:03.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2435 | 2026-02-12T17:11:04.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2436 | 2026-02-12T17:11:04.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2437 | 2026-02-12T17:11:04.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2438 | 2026-02-12T17:11:04.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2439 | 2026-02-12T17:11:04.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2440 | 2026-02-12T17:11:04.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2441 | 2026-02-12T17:11:04.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2442 | 2026-02-12T17:11:04.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2443 | 2026-02-12T17:11:04.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2444 | 2026-02-12T17:11:05.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2445 | 2026-02-12T17:11:05.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2446 | 2026-02-12T17:11:05.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2447 | 2026-02-12T17:11:05.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2448 | 2026-02-12T17:11:05.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2449 | 2026-02-12T17:11:05.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2450 | 2026-02-12T17:11:05.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2451 | 2026-02-12T17:11:05.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2452 | 2026-02-12T17:11:05.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2453 | 2026-02-12T17:11:06.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2454 | 2026-02-12T17:11:06.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2455 | 2026-02-12T17:11:06.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2456 | 2026-02-12T17:11:06.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2457 | 2026-02-12T17:11:06.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2458 | 2026-02-12T17:11:06.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2459 | 2026-02-12T17:11:06.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2460 | 2026-02-12T17:11:06.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2461 | 2026-02-12T17:11:06.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2462 | 2026-02-12T17:11:07.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2463 | 2026-02-12T17:11:07.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2464 | 2026-02-12T17:11:07.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2465 | 2026-02-12T17:11:07.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2466 | 2026-02-12T17:11:07.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2467 | 2026-02-12T17:11:07.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2468 | 2026-02-12T17:11:07.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2469 | 2026-02-12T17:11:07.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2470 | 2026-02-12T17:11:07.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2471 | 2026-02-12T17:11:08.548Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2472 | 2026-02-12T17:11:08.548Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2473 | 2026-02-12T17:11:08.548Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2474 | 2026-02-12T17:11:08.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 2475 | 2026-02-12T17:11:08.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 2476 | 2026-02-12T17:11:08.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 2477 | 2026-02-12T17:11:08.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2478 | 2026-02-12T17:11:08.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 2479 | 2026-02-12T17:11:08.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 2480 | 2026-02-12T17:11:08.650Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2481 | 2026-02-12T17:11:08.778Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 2482 | 2026-02-12T17:11:08.778Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 2483 | 2026-02-12T17:11:08.781Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "e6a35799-a7c2-46ee-847f-02585836c465", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:11:08 GMT"} })
|
| 2484 | 2026-02-12T17:11:08.781Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 2485 | 2026-02-12T17:11:08.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2486 | 2026-02-12T17:11:08.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2487 | 2026-02-12T17:11:08.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2488 | 2026-02-12T17:11:08.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2489 | 2026-02-12T17:11:08.783Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "80f2593a-b95c-4992-8e22-3f6bdb9e89c5", "content-length": "29", "date": "Thu, 12 Feb 2026 17:11:08 GMT"} })
|
| 2490 | 2026-02-12T17:11:08.783Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:47819
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
|
| 2491 | 2026-02-12T17:11:08.784Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2492 | 2026-02-12T17:11:08.784Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2493 | 2026-02-12T17:11:08.784Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:47819
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2494 | 2026-02-12T17:11:08.785Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2495 | 2026-02-12T17:11:08.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2496 | 2026-02-12T17:11:08.787Z | DEBG | oximeter (collection-task): received producer info update with an outstanding collection running, cancelling it and recreating with the new info
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
new_info = ProducerEndpoint { id: a1f17781-5aa3-4c3f-8840-7093a8b2bf07, kind: Service, address: [fd00:1122:3344:101::2]:47819, interval: 30s }
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2497 | 2026-02-12T17:11:08.787Z | DEBG | oximeter (collection-task): collecting from producer
address = [fd00:1122:3344:101::2]:47819
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2498 | 2026-02-12T17:11:08.792Z | DEBG | oximeter (collection-task): collected results from producer
address = [fd00:1122:3344:101::2]:47819
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2499 | 2026-02-12T17:11:08.794Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2500 | 2026-02-12T17:11:08.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2501 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2502 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2503 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2504 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2505 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2506 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2507 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2508 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2509 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2510 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2511 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2512 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2513 | 2026-02-12T17:11:08.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2514 | 2026-02-12T17:11:09.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2515 | 2026-02-12T17:11:09.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2516 | 2026-02-12T17:11:09.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2517 | 2026-02-12T17:11:09.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2518 | 2026-02-12T17:11:09.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2519 | 2026-02-12T17:11:09.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2520 | 2026-02-12T17:11:09.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2521 | 2026-02-12T17:11:09.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2522 | 2026-02-12T17:11:09.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2523 | 2026-02-12T17:11:10.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2524 | 2026-02-12T17:11:10.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2525 | 2026-02-12T17:11:10.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2526 | 2026-02-12T17:11:10.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2527 | 2026-02-12T17:11:10.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2528 | 2026-02-12T17:11:10.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2529 | 2026-02-12T17:11:10.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2530 | 2026-02-12T17:11:10.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2531 | 2026-02-12T17:11:10.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2532 | 2026-02-12T17:11:11.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2533 | 2026-02-12T17:11:11.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2534 | 2026-02-12T17:11:11.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2535 | 2026-02-12T17:11:11.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2536 | 2026-02-12T17:11:11.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2537 | 2026-02-12T17:11:11.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2538 | 2026-02-12T17:11:11.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2539 | 2026-02-12T17:11:11.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2540 | 2026-02-12T17:11:11.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2541 | 2026-02-12T17:11:12.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2542 | 2026-02-12T17:11:12.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2543 | 2026-02-12T17:11:12.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2544 | 2026-02-12T17:11:12.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2545 | 2026-02-12T17:11:12.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2546 | 2026-02-12T17:11:12.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2547 | 2026-02-12T17:11:12.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2548 | 2026-02-12T17:11:12.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2549 | 2026-02-12T17:11:12.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2550 | 2026-02-12T17:11:13.547Z | DEBG | oximeter (results-sink): inserting 306 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2551 | 2026-02-12T17:11:13.547Z | DEBG | oximeter (results-sink-cluster): inserting 306 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2552 | 2026-02-12T17:11:13.547Z | DEBG | oximeter (clickhouse-client): unrolling 306 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2553 | 2026-02-12T17:11:13.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_i16
|
| 2554 | 2026-02-12T17:11:13.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 8
table_name = fields_ipaddr
|
| 2555 | 2026-02-12T17:11:13.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 200
table_name = fields_string
|
| 2556 | 2026-02-12T17:11:13.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = fields_u16
|
| 2557 | 2026-02-12T17:11:13.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_u32
|
| 2558 | 2026-02-12T17:11:13.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = fields_u8
|
| 2559 | 2026-02-12T17:11:13.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_uuid
|
| 2560 | 2026-02-12T17:11:13.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 236
table_name = measurements_cumulativeu64
|
| 2561 | 2026-02-12T17:11:13.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 2562 | 2026-02-12T17:11:13.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 2563 | 2026-02-12T17:11:13.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2564 | 2026-02-12T17:11:13.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2565 | 2026-02-12T17:11:13.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2566 | 2026-02-12T17:11:13.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2567 | 2026-02-12T17:11:13.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2568 | 2026-02-12T17:11:13.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2569 | 2026-02-12T17:11:13.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2570 | 2026-02-12T17:11:13.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2571 | 2026-02-12T17:11:13.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2572 | 2026-02-12T17:11:13.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2573 | 2026-02-12T17:11:13.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2574 | 2026-02-12T17:11:13.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2575 | 2026-02-12T17:11:13.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2576 | 2026-02-12T17:11:13.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2577 | 2026-02-12T17:11:13.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2578 | 2026-02-12T17:11:13.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2579 | 2026-02-12T17:11:13.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2580 | 2026-02-12T17:11:13.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2581 | 2026-02-12T17:11:13.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2582 | 2026-02-12T17:11:14.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2583 | 2026-02-12T17:11:14.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2584 | 2026-02-12T17:11:14.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2585 | 2026-02-12T17:11:14.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2586 | 2026-02-12T17:11:14.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2587 | 2026-02-12T17:11:14.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2588 | 2026-02-12T17:11:14.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2589 | 2026-02-12T17:11:14.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2590 | 2026-02-12T17:11:14.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2591 | 2026-02-12T17:11:15.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2592 | 2026-02-12T17:11:15.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2593 | 2026-02-12T17:11:15.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2594 | 2026-02-12T17:11:15.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2595 | 2026-02-12T17:11:15.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2596 | 2026-02-12T17:11:15.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2597 | 2026-02-12T17:11:15.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2598 | 2026-02-12T17:11:15.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2599 | 2026-02-12T17:11:15.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2600 | 2026-02-12T17:11:16.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2601 | 2026-02-12T17:11:16.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2602 | 2026-02-12T17:11:16.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2603 | 2026-02-12T17:11:16.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2604 | 2026-02-12T17:11:16.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2605 | 2026-02-12T17:11:16.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2606 | 2026-02-12T17:11:16.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2607 | 2026-02-12T17:11:16.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2608 | 2026-02-12T17:11:16.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2609 | 2026-02-12T17:11:17.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2610 | 2026-02-12T17:11:17.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2611 | 2026-02-12T17:11:17.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2612 | 2026-02-12T17:11:17.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2613 | 2026-02-12T17:11:17.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2614 | 2026-02-12T17:11:17.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2615 | 2026-02-12T17:11:17.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2616 | 2026-02-12T17:11:17.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2617 | 2026-02-12T17:11:17.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2618 | 2026-02-12T17:11:18.548Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2619 | 2026-02-12T17:11:18.548Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2620 | 2026-02-12T17:11:18.548Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2621 | 2026-02-12T17:11:18.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 2622 | 2026-02-12T17:11:18.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 2623 | 2026-02-12T17:11:18.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 2624 | 2026-02-12T17:11:18.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2625 | 2026-02-12T17:11:18.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 2626 | 2026-02-12T17:11:18.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 2627 | 2026-02-12T17:11:18.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2628 | 2026-02-12T17:11:18.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2629 | 2026-02-12T17:11:18.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2630 | 2026-02-12T17:11:18.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2631 | 2026-02-12T17:11:18.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2632 | 2026-02-12T17:11:18.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2633 | 2026-02-12T17:11:18.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2634 | 2026-02-12T17:11:18.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2635 | 2026-02-12T17:11:18.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2636 | 2026-02-12T17:11:18.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2637 | 2026-02-12T17:11:18.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2638 | 2026-02-12T17:11:18.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2639 | 2026-02-12T17:11:18.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2640 | 2026-02-12T17:11:19.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2641 | 2026-02-12T17:11:19.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2642 | 2026-02-12T17:11:19.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2643 | 2026-02-12T17:11:19.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2644 | 2026-02-12T17:11:19.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2645 | 2026-02-12T17:11:19.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2646 | 2026-02-12T17:11:19.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2647 | 2026-02-12T17:11:19.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2648 | 2026-02-12T17:11:19.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2649 | 2026-02-12T17:11:20.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2650 | 2026-02-12T17:11:20.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2651 | 2026-02-12T17:11:20.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2652 | 2026-02-12T17:11:20.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2653 | 2026-02-12T17:11:20.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2654 | 2026-02-12T17:11:20.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2655 | 2026-02-12T17:11:20.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2656 | 2026-02-12T17:11:20.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2657 | 2026-02-12T17:11:20.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2658 | 2026-02-12T17:11:21.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2659 | 2026-02-12T17:11:21.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2660 | 2026-02-12T17:11:21.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2661 | 2026-02-12T17:11:21.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2662 | 2026-02-12T17:11:21.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2663 | 2026-02-12T17:11:21.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2664 | 2026-02-12T17:11:21.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2665 | 2026-02-12T17:11:21.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2666 | 2026-02-12T17:11:21.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2667 | 2026-02-12T17:11:22.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2668 | 2026-02-12T17:11:22.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2669 | 2026-02-12T17:11:22.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2670 | 2026-02-12T17:11:22.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2671 | 2026-02-12T17:11:22.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2672 | 2026-02-12T17:11:22.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2673 | 2026-02-12T17:11:22.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2674 | 2026-02-12T17:11:22.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2675 | 2026-02-12T17:11:22.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2676 | 2026-02-12T17:11:23.547Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2677 | 2026-02-12T17:11:23.547Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2678 | 2026-02-12T17:11:23.547Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2679 | 2026-02-12T17:11:23.558Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 2680 | 2026-02-12T17:11:23.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 2681 | 2026-02-12T17:11:23.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 2682 | 2026-02-12T17:11:23.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2683 | 2026-02-12T17:11:23.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 2684 | 2026-02-12T17:11:23.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 2685 | 2026-02-12T17:11:23.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2686 | 2026-02-12T17:11:23.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 2687 | 2026-02-12T17:11:23.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 2688 | 2026-02-12T17:11:23.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "6b92ac0f-e4f1-4739-be59-8ee9809a1755", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:11:23 GMT"} })
|
| 2689 | 2026-02-12T17:11:23.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 2690 | 2026-02-12T17:11:23.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2691 | 2026-02-12T17:11:23.782Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2692 | 2026-02-12T17:11:23.782Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2693 | 2026-02-12T17:11:23.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2694 | 2026-02-12T17:11:23.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2695 | 2026-02-12T17:11:23.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2696 | 2026-02-12T17:11:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 2697 | 2026-02-12T17:11:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2698 | 2026-02-12T17:11:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 2699 | 2026-02-12T17:11:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2700 | 2026-02-12T17:11:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2701 | 2026-02-12T17:11:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2702 | 2026-02-12T17:11:23.783Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "05a3d8ef-fec8-47f9-83c0-ec384aab90b9", "content-length": "29", "date": "Thu, 12 Feb 2026 17:11:23 GMT"} })
|
| 2703 | 2026-02-12T17:11:23.783Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2704 | 2026-02-12T17:11:23.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2705 | 2026-02-12T17:11:23.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2706 | 2026-02-12T17:11:23.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2707 | 2026-02-12T17:11:23.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2708 | 2026-02-12T17:11:23.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2709 | 2026-02-12T17:11:23.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2710 | 2026-02-12T17:11:23.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2711 | 2026-02-12T17:11:23.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2712 | 2026-02-12T17:11:23.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2713 | 2026-02-12T17:11:23.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2714 | 2026-02-12T17:11:23.817Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 2715 | 2026-02-12T17:11:24.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2716 | 2026-02-12T17:11:24.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2717 | 2026-02-12T17:11:24.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2718 | 2026-02-12T17:11:24.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2719 | 2026-02-12T17:11:24.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2720 | 2026-02-12T17:11:24.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2721 | 2026-02-12T17:11:24.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2722 | 2026-02-12T17:11:24.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2723 | 2026-02-12T17:11:24.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2724 | 2026-02-12T17:11:25.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2725 | 2026-02-12T17:11:25.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2726 | 2026-02-12T17:11:25.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2727 | 2026-02-12T17:11:25.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2728 | 2026-02-12T17:11:25.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2729 | 2026-02-12T17:11:25.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2730 | 2026-02-12T17:11:25.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2731 | 2026-02-12T17:11:25.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2732 | 2026-02-12T17:11:25.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2733 | 2026-02-12T17:11:26.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2734 | 2026-02-12T17:11:26.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2735 | 2026-02-12T17:11:26.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2736 | 2026-02-12T17:11:26.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2737 | 2026-02-12T17:11:26.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2738 | 2026-02-12T17:11:26.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2739 | 2026-02-12T17:11:26.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2740 | 2026-02-12T17:11:26.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2741 | 2026-02-12T17:11:26.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2742 | 2026-02-12T17:11:27.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2743 | 2026-02-12T17:11:27.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2744 | 2026-02-12T17:11:27.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2745 | 2026-02-12T17:11:27.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2746 | 2026-02-12T17:11:27.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2747 | 2026-02-12T17:11:27.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2748 | 2026-02-12T17:11:27.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2749 | 2026-02-12T17:11:27.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2750 | 2026-02-12T17:11:27.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2751 | 2026-02-12T17:11:28.547Z | DEBG | oximeter (results-sink): inserting 937 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2752 | 2026-02-12T17:11:28.548Z | DEBG | oximeter (results-sink-cluster): inserting 937 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2753 | 2026-02-12T17:11:28.548Z | DEBG | oximeter (clickhouse-client): unrolling 937 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2754 | 2026-02-12T17:11:28.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 4
table_name = fields_ipaddr
|
| 2755 | 2026-02-12T17:11:28.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1260
table_name = fields_string
|
| 2756 | 2026-02-12T17:11:28.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 35
table_name = fields_u16
|
| 2757 | 2026-02-12T17:11:28.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 228
table_name = fields_u32
|
| 2758 | 2026-02-12T17:11:28.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 555
table_name = fields_uuid
|
| 2759 | 2026-02-12T17:11:28.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 846
table_name = measurements_cumulativeu64
|
| 2760 | 2026-02-12T17:11:28.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 2761 | 2026-02-12T17:11:28.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 2762 | 2026-02-12T17:11:28.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2763 | 2026-02-12T17:11:28.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2764 | 2026-02-12T17:11:28.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2765 | 2026-02-12T17:11:28.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2766 | 2026-02-12T17:11:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2767 | 2026-02-12T17:11:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2768 | 2026-02-12T17:11:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2769 | 2026-02-12T17:11:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2770 | 2026-02-12T17:11:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2771 | 2026-02-12T17:11:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2772 | 2026-02-12T17:11:28.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2773 | 2026-02-12T17:11:28.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2774 | 2026-02-12T17:11:28.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2775 | 2026-02-12T17:11:29.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2776 | 2026-02-12T17:11:29.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2777 | 2026-02-12T17:11:29.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2778 | 2026-02-12T17:11:29.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2779 | 2026-02-12T17:11:29.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2780 | 2026-02-12T17:11:29.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2781 | 2026-02-12T17:11:29.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2782 | 2026-02-12T17:11:29.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2783 | 2026-02-12T17:11:29.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2784 | 2026-02-12T17:11:30.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2785 | 2026-02-12T17:11:30.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2786 | 2026-02-12T17:11:30.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2787 | 2026-02-12T17:11:30.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2788 | 2026-02-12T17:11:30.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2789 | 2026-02-12T17:11:30.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2790 | 2026-02-12T17:11:30.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2791 | 2026-02-12T17:11:30.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2792 | 2026-02-12T17:11:30.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2793 | 2026-02-12T17:11:31.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2794 | 2026-02-12T17:11:31.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2795 | 2026-02-12T17:11:31.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2796 | 2026-02-12T17:11:31.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2797 | 2026-02-12T17:11:31.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2798 | 2026-02-12T17:11:31.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2799 | 2026-02-12T17:11:31.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2800 | 2026-02-12T17:11:31.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2801 | 2026-02-12T17:11:31.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2802 | 2026-02-12T17:11:32.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2803 | 2026-02-12T17:11:32.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2804 | 2026-02-12T17:11:32.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2805 | 2026-02-12T17:11:32.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2806 | 2026-02-12T17:11:32.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2807 | 2026-02-12T17:11:32.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2808 | 2026-02-12T17:11:32.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2809 | 2026-02-12T17:11:32.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2810 | 2026-02-12T17:11:32.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2811 | 2026-02-12T17:11:33.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2812 | 2026-02-12T17:11:33.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2813 | 2026-02-12T17:11:33.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2814 | 2026-02-12T17:11:33.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 2815 | 2026-02-12T17:11:33.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 2816 | 2026-02-12T17:11:33.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 2817 | 2026-02-12T17:11:33.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2818 | 2026-02-12T17:11:33.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 2819 | 2026-02-12T17:11:33.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 2820 | 2026-02-12T17:11:33.650Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2821 | 2026-02-12T17:11:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2822 | 2026-02-12T17:11:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2823 | 2026-02-12T17:11:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2824 | 2026-02-12T17:11:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2825 | 2026-02-12T17:11:33.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2826 | 2026-02-12T17:11:33.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2827 | 2026-02-12T17:11:33.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2828 | 2026-02-12T17:11:33.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2829 | 2026-02-12T17:11:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2830 | 2026-02-12T17:11:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2831 | 2026-02-12T17:11:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2832 | 2026-02-12T17:11:33.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2833 | 2026-02-12T17:11:33.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2834 | 2026-02-12T17:11:33.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2835 | 2026-02-12T17:11:33.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2836 | 2026-02-12T17:11:33.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2837 | 2026-02-12T17:11:33.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2838 | 2026-02-12T17:11:33.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2839 | 2026-02-12T17:11:34.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2840 | 2026-02-12T17:11:34.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2841 | 2026-02-12T17:11:34.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2842 | 2026-02-12T17:11:34.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2843 | 2026-02-12T17:11:34.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2844 | 2026-02-12T17:11:34.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2845 | 2026-02-12T17:11:34.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2846 | 2026-02-12T17:11:34.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2847 | 2026-02-12T17:11:34.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2848 | 2026-02-12T17:11:35.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2849 | 2026-02-12T17:11:35.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2850 | 2026-02-12T17:11:35.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2851 | 2026-02-12T17:11:35.790Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2852 | 2026-02-12T17:11:35.790Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2853 | 2026-02-12T17:11:35.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2854 | 2026-02-12T17:11:35.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2855 | 2026-02-12T17:11:35.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2856 | 2026-02-12T17:11:35.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2857 | 2026-02-12T17:11:36.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2858 | 2026-02-12T17:11:36.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2859 | 2026-02-12T17:11:36.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2860 | 2026-02-12T17:11:36.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2861 | 2026-02-12T17:11:36.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2862 | 2026-02-12T17:11:36.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2863 | 2026-02-12T17:11:36.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2864 | 2026-02-12T17:11:36.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2865 | 2026-02-12T17:11:36.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2866 | 2026-02-12T17:11:37.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2867 | 2026-02-12T17:11:37.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2868 | 2026-02-12T17:11:37.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2869 | 2026-02-12T17:11:37.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2870 | 2026-02-12T17:11:37.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2871 | 2026-02-12T17:11:37.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2872 | 2026-02-12T17:11:37.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2873 | 2026-02-12T17:11:37.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2874 | 2026-02-12T17:11:37.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2875 | 2026-02-12T17:11:38.547Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2876 | 2026-02-12T17:11:38.547Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2877 | 2026-02-12T17:11:38.547Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2878 | 2026-02-12T17:11:38.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 2879 | 2026-02-12T17:11:38.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 2880 | 2026-02-12T17:11:38.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 2881 | 2026-02-12T17:11:38.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 2882 | 2026-02-12T17:11:38.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 2883 | 2026-02-12T17:11:38.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 2884 | 2026-02-12T17:11:38.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2885 | 2026-02-12T17:11:38.776Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 2886 | 2026-02-12T17:11:38.776Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 2887 | 2026-02-12T17:11:38.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "e4ebb960-04be-47a3-8cf3-2985464e7ead", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:11:38 GMT"} })
|
| 2888 | 2026-02-12T17:11:38.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 2889 | 2026-02-12T17:11:38.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2890 | 2026-02-12T17:11:38.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2891 | 2026-02-12T17:11:38.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::a]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "724d9ef7-d4b1-4259-8ea6-0f0903574092", "content-length": "29", "date": "Thu, 12 Feb 2026 17:11:38 GMT"} })
|
| 2892 | 2026-02-12T17:11:38.782Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 2893 | 2026-02-12T17:11:38.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2894 | 2026-02-12T17:11:38.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2895 | 2026-02-12T17:11:38.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2896 | 2026-02-12T17:11:38.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 2897 | 2026-02-12T17:11:38.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2898 | 2026-02-12T17:11:38.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2899 | 2026-02-12T17:11:38.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2900 | 2026-02-12T17:11:38.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2901 | 2026-02-12T17:11:38.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2902 | 2026-02-12T17:11:38.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2903 | 2026-02-12T17:11:38.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2904 | 2026-02-12T17:11:38.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2905 | 2026-02-12T17:11:38.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 2906 | 2026-02-12T17:11:39.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2907 | 2026-02-12T17:11:39.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2908 | 2026-02-12T17:11:39.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2909 | 2026-02-12T17:11:39.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2910 | 2026-02-12T17:11:39.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2911 | 2026-02-12T17:11:39.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2912 | 2026-02-12T17:11:39.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2913 | 2026-02-12T17:11:39.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2914 | 2026-02-12T17:11:39.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2915 | 2026-02-12T17:11:40.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2916 | 2026-02-12T17:11:40.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2917 | 2026-02-12T17:11:40.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2918 | 2026-02-12T17:11:40.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2919 | 2026-02-12T17:11:40.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2920 | 2026-02-12T17:11:40.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2921 | 2026-02-12T17:11:40.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2922 | 2026-02-12T17:11:40.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2923 | 2026-02-12T17:11:40.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2924 | 2026-02-12T17:11:41.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2925 | 2026-02-12T17:11:41.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2926 | 2026-02-12T17:11:41.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2927 | 2026-02-12T17:11:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2928 | 2026-02-12T17:11:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2929 | 2026-02-12T17:11:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2930 | 2026-02-12T17:11:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2931 | 2026-02-12T17:11:41.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2932 | 2026-02-12T17:11:41.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2933 | 2026-02-12T17:11:42.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2934 | 2026-02-12T17:11:42.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2935 | 2026-02-12T17:11:42.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2936 | 2026-02-12T17:11:42.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2937 | 2026-02-12T17:11:42.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2938 | 2026-02-12T17:11:42.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2939 | 2026-02-12T17:11:42.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2940 | 2026-02-12T17:11:42.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2941 | 2026-02-12T17:11:42.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2942 | 2026-02-12T17:11:43.548Z | DEBG | oximeter (results-sink): inserting 266 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2943 | 2026-02-12T17:11:43.548Z | DEBG | oximeter (results-sink-cluster): inserting 266 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 2944 | 2026-02-12T17:11:43.548Z | DEBG | oximeter (clickhouse-client): unrolling 266 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 2945 | 2026-02-12T17:11:43.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_i16
|
| 2946 | 2026-02-12T17:11:43.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 196
table_name = fields_string
|
| 2947 | 2026-02-12T17:11:43.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 22
table_name = fields_u16
|
| 2948 | 2026-02-12T17:11:43.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_u32
|
| 2949 | 2026-02-12T17:11:43.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = fields_u8
|
| 2950 | 2026-02-12T17:11:43.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 110
table_name = fields_uuid
|
| 2951 | 2026-02-12T17:11:43.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 196
table_name = measurements_cumulativeu64
|
| 2952 | 2026-02-12T17:11:43.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 2953 | 2026-02-12T17:11:43.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 2954 | 2026-02-12T17:11:43.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 2955 | 2026-02-12T17:11:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2956 | 2026-02-12T17:11:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2957 | 2026-02-12T17:11:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2958 | 2026-02-12T17:11:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2959 | 2026-02-12T17:11:43.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2960 | 2026-02-12T17:11:43.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2961 | 2026-02-12T17:11:43.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2962 | 2026-02-12T17:11:43.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2963 | 2026-02-12T17:11:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 2964 | 2026-02-12T17:11:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 2965 | 2026-02-12T17:11:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2966 | 2026-02-12T17:11:43.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 2967 | 2026-02-12T17:11:43.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2968 | 2026-02-12T17:11:43.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2969 | 2026-02-12T17:11:43.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2970 | 2026-02-12T17:11:43.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2971 | 2026-02-12T17:11:43.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2972 | 2026-02-12T17:11:43.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2973 | 2026-02-12T17:11:44.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2974 | 2026-02-12T17:11:44.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2975 | 2026-02-12T17:11:44.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2976 | 2026-02-12T17:11:44.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2977 | 2026-02-12T17:11:44.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2978 | 2026-02-12T17:11:44.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2979 | 2026-02-12T17:11:44.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2980 | 2026-02-12T17:11:44.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2981 | 2026-02-12T17:11:44.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2982 | 2026-02-12T17:11:45.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2983 | 2026-02-12T17:11:45.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2984 | 2026-02-12T17:11:45.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2985 | 2026-02-12T17:11:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2986 | 2026-02-12T17:11:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2987 | 2026-02-12T17:11:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2988 | 2026-02-12T17:11:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2989 | 2026-02-12T17:11:45.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2990 | 2026-02-12T17:11:45.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2991 | 2026-02-12T17:11:46.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2992 | 2026-02-12T17:11:46.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2993 | 2026-02-12T17:11:46.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 2994 | 2026-02-12T17:11:46.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2995 | 2026-02-12T17:11:46.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2996 | 2026-02-12T17:11:46.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 2997 | 2026-02-12T17:11:46.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2998 | 2026-02-12T17:11:46.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 2999 | 2026-02-12T17:11:46.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3000 | 2026-02-12T17:11:47.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3001 | 2026-02-12T17:11:47.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3002 | 2026-02-12T17:11:47.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3003 | 2026-02-12T17:11:47.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3004 | 2026-02-12T17:11:47.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3005 | 2026-02-12T17:11:47.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3006 | 2026-02-12T17:11:47.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3007 | 2026-02-12T17:11:47.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3008 | 2026-02-12T17:11:47.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3009 | 2026-02-12T17:11:48.549Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3010 | 2026-02-12T17:11:48.549Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3011 | 2026-02-12T17:11:48.549Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3012 | 2026-02-12T17:11:48.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 3013 | 2026-02-12T17:11:48.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 3014 | 2026-02-12T17:11:48.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 3015 | 2026-02-12T17:11:48.571Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3016 | 2026-02-12T17:11:48.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 3017 | 2026-02-12T17:11:48.576Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3018 | 2026-02-12T17:11:48.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3019 | 2026-02-12T17:11:48.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3020 | 2026-02-12T17:11:48.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3021 | 2026-02-12T17:11:48.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3022 | 2026-02-12T17:11:48.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3023 | 2026-02-12T17:11:48.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3024 | 2026-02-12T17:11:48.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3025 | 2026-02-12T17:11:48.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3026 | 2026-02-12T17:11:48.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3027 | 2026-02-12T17:11:48.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3028 | 2026-02-12T17:11:48.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3029 | 2026-02-12T17:11:48.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3030 | 2026-02-12T17:11:48.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3031 | 2026-02-12T17:11:49.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3032 | 2026-02-12T17:11:49.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3033 | 2026-02-12T17:11:49.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3034 | 2026-02-12T17:11:49.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3035 | 2026-02-12T17:11:49.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3036 | 2026-02-12T17:11:49.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3037 | 2026-02-12T17:11:49.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3038 | 2026-02-12T17:11:49.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3039 | 2026-02-12T17:11:49.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3040 | 2026-02-12T17:11:50.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3041 | 2026-02-12T17:11:50.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3042 | 2026-02-12T17:11:50.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3043 | 2026-02-12T17:11:50.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3044 | 2026-02-12T17:11:50.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3045 | 2026-02-12T17:11:50.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3046 | 2026-02-12T17:11:50.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3047 | 2026-02-12T17:11:50.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3048 | 2026-02-12T17:11:50.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3049 | 2026-02-12T17:11:51.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3050 | 2026-02-12T17:11:51.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3051 | 2026-02-12T17:11:51.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3052 | 2026-02-12T17:11:51.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3053 | 2026-02-12T17:11:51.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3054 | 2026-02-12T17:11:51.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3055 | 2026-02-12T17:11:51.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3056 | 2026-02-12T17:11:51.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3057 | 2026-02-12T17:11:51.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3058 | 2026-02-12T17:11:52.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3059 | 2026-02-12T17:11:52.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3060 | 2026-02-12T17:11:52.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3061 | 2026-02-12T17:11:52.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3062 | 2026-02-12T17:11:52.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3063 | 2026-02-12T17:11:52.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3064 | 2026-02-12T17:11:52.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3065 | 2026-02-12T17:11:52.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3066 | 2026-02-12T17:11:52.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3067 | 2026-02-12T17:11:53.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3068 | 2026-02-12T17:11:53.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3069 | 2026-02-12T17:11:53.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3070 | 2026-02-12T17:11:53.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 3071 | 2026-02-12T17:11:53.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 3072 | 2026-02-12T17:11:53.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 3073 | 2026-02-12T17:11:53.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3074 | 2026-02-12T17:11:53.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 3075 | 2026-02-12T17:11:53.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3076 | 2026-02-12T17:11:53.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3077 | 2026-02-12T17:11:53.776Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 3078 | 2026-02-12T17:11:53.776Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 3079 | 2026-02-12T17:11:53.779Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "53b46150-7470-4606-a3ba-1949c4240099", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:11:53 GMT"} })
|
| 3080 | 2026-02-12T17:11:53.779Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 3081 | 2026-02-12T17:11:53.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "0550b0f5-767f-485d-80df-ebc8e42e21d5", "content-length": "29", "date": "Thu, 12 Feb 2026 17:11:53 GMT"} })
|
| 3082 | 2026-02-12T17:11:53.782Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3083 | 2026-02-12T17:11:53.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3084 | 2026-02-12T17:11:53.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3085 | 2026-02-12T17:11:53.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3086 | 2026-02-12T17:11:53.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3087 | 2026-02-12T17:11:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3088 | 2026-02-12T17:11:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3089 | 2026-02-12T17:11:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3090 | 2026-02-12T17:11:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3091 | 2026-02-12T17:11:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 3092 | 2026-02-12T17:11:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3093 | 2026-02-12T17:11:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 3094 | 2026-02-12T17:11:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3095 | 2026-02-12T17:11:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 3096 | 2026-02-12T17:11:53.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3097 | 2026-02-12T17:11:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3098 | 2026-02-12T17:11:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3099 | 2026-02-12T17:11:53.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3100 | 2026-02-12T17:11:53.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3101 | 2026-02-12T17:11:53.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3102 | 2026-02-12T17:11:53.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3103 | 2026-02-12T17:11:53.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3104 | 2026-02-12T17:11:53.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3105 | 2026-02-12T17:11:53.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3106 | 2026-02-12T17:11:53.819Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 3107 | 2026-02-12T17:11:54.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3108 | 2026-02-12T17:11:54.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3109 | 2026-02-12T17:11:54.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3110 | 2026-02-12T17:11:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3111 | 2026-02-12T17:11:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3112 | 2026-02-12T17:11:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3113 | 2026-02-12T17:11:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3114 | 2026-02-12T17:11:54.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3115 | 2026-02-12T17:11:54.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3116 | 2026-02-12T17:11:55.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3117 | 2026-02-12T17:11:55.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3118 | 2026-02-12T17:11:55.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3119 | 2026-02-12T17:11:55.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3120 | 2026-02-12T17:11:55.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3121 | 2026-02-12T17:11:55.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3122 | 2026-02-12T17:11:55.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3123 | 2026-02-12T17:11:55.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3124 | 2026-02-12T17:11:55.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3125 | 2026-02-12T17:11:56.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3126 | 2026-02-12T17:11:56.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3127 | 2026-02-12T17:11:56.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3128 | 2026-02-12T17:11:56.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3129 | 2026-02-12T17:11:56.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3130 | 2026-02-12T17:11:56.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3131 | 2026-02-12T17:11:56.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3132 | 2026-02-12T17:11:56.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3133 | 2026-02-12T17:11:56.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3134 | 2026-02-12T17:11:57.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3135 | 2026-02-12T17:11:57.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3136 | 2026-02-12T17:11:57.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3137 | 2026-02-12T17:11:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3138 | 2026-02-12T17:11:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3139 | 2026-02-12T17:11:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3140 | 2026-02-12T17:11:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3141 | 2026-02-12T17:11:57.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3142 | 2026-02-12T17:11:57.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3143 | 2026-02-12T17:11:58.548Z | DEBG | oximeter (results-sink): inserting 938 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3144 | 2026-02-12T17:11:58.548Z | DEBG | oximeter (results-sink-cluster): inserting 938 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3145 | 2026-02-12T17:11:58.548Z | DEBG | oximeter (clickhouse-client): unrolling 938 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3146 | 2026-02-12T17:11:58.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = fields_ipaddr
|
| 3147 | 2026-02-12T17:11:58.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1261
table_name = fields_string
|
| 3148 | 2026-02-12T17:11:58.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 37
table_name = fields_u16
|
| 3149 | 2026-02-12T17:11:58.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 228
table_name = fields_u32
|
| 3150 | 2026-02-12T17:11:58.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 557
table_name = fields_uuid
|
| 3151 | 2026-02-12T17:11:58.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 847
table_name = measurements_cumulativeu64
|
| 3152 | 2026-02-12T17:11:58.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 3153 | 2026-02-12T17:11:58.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3154 | 2026-02-12T17:11:58.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3155 | 2026-02-12T17:11:58.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3156 | 2026-02-12T17:11:58.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3157 | 2026-02-12T17:11:58.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3158 | 2026-02-12T17:11:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3159 | 2026-02-12T17:11:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3160 | 2026-02-12T17:11:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3161 | 2026-02-12T17:11:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3162 | 2026-02-12T17:11:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3163 | 2026-02-12T17:11:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3164 | 2026-02-12T17:11:58.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3165 | 2026-02-12T17:11:58.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3166 | 2026-02-12T17:11:58.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3167 | 2026-02-12T17:11:59.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3168 | 2026-02-12T17:11:59.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3169 | 2026-02-12T17:11:59.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3170 | 2026-02-12T17:11:59.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3171 | 2026-02-12T17:11:59.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3172 | 2026-02-12T17:11:59.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3173 | 2026-02-12T17:11:59.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3174 | 2026-02-12T17:11:59.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3175 | 2026-02-12T17:11:59.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3176 | 2026-02-12T17:12:00.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3177 | 2026-02-12T17:12:00.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3178 | 2026-02-12T17:12:00.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3179 | 2026-02-12T17:12:00.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3180 | 2026-02-12T17:12:00.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3181 | 2026-02-12T17:12:00.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3182 | 2026-02-12T17:12:00.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3183 | 2026-02-12T17:12:00.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3184 | 2026-02-12T17:12:00.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3185 | 2026-02-12T17:12:01.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3186 | 2026-02-12T17:12:01.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3187 | 2026-02-12T17:12:01.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3188 | 2026-02-12T17:12:01.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3189 | 2026-02-12T17:12:01.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3190 | 2026-02-12T17:12:01.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3191 | 2026-02-12T17:12:01.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3192 | 2026-02-12T17:12:01.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3193 | 2026-02-12T17:12:01.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3194 | 2026-02-12T17:12:02.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3195 | 2026-02-12T17:12:02.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3196 | 2026-02-12T17:12:02.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3197 | 2026-02-12T17:12:02.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3198 | 2026-02-12T17:12:02.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3199 | 2026-02-12T17:12:02.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3200 | 2026-02-12T17:12:02.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3201 | 2026-02-12T17:12:02.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3202 | 2026-02-12T17:12:02.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3203 | 2026-02-12T17:12:03.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3204 | 2026-02-12T17:12:03.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3205 | 2026-02-12T17:12:03.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3206 | 2026-02-12T17:12:03.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 3207 | 2026-02-12T17:12:03.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 3208 | 2026-02-12T17:12:03.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 3209 | 2026-02-12T17:12:03.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3210 | 2026-02-12T17:12:03.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 3211 | 2026-02-12T17:12:03.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3212 | 2026-02-12T17:12:03.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3213 | 2026-02-12T17:12:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3214 | 2026-02-12T17:12:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3215 | 2026-02-12T17:12:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3216 | 2026-02-12T17:12:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3217 | 2026-02-12T17:12:03.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3218 | 2026-02-12T17:12:03.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3219 | 2026-02-12T17:12:03.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3220 | 2026-02-12T17:12:03.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3221 | 2026-02-12T17:12:03.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3222 | 2026-02-12T17:12:03.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3223 | 2026-02-12T17:12:03.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3224 | 2026-02-12T17:12:03.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3225 | 2026-02-12T17:12:03.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3226 | 2026-02-12T17:12:03.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3227 | 2026-02-12T17:12:03.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3228 | 2026-02-12T17:12:03.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3229 | 2026-02-12T17:12:03.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3230 | 2026-02-12T17:12:03.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3231 | 2026-02-12T17:12:04.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3232 | 2026-02-12T17:12:04.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3233 | 2026-02-12T17:12:04.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3234 | 2026-02-12T17:12:04.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3235 | 2026-02-12T17:12:04.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3236 | 2026-02-12T17:12:04.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3237 | 2026-02-12T17:12:04.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3238 | 2026-02-12T17:12:04.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3239 | 2026-02-12T17:12:04.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3240 | 2026-02-12T17:12:05.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3241 | 2026-02-12T17:12:05.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3242 | 2026-02-12T17:12:05.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3243 | 2026-02-12T17:12:05.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3244 | 2026-02-12T17:12:05.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3245 | 2026-02-12T17:12:05.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3246 | 2026-02-12T17:12:05.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3247 | 2026-02-12T17:12:05.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3248 | 2026-02-12T17:12:05.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3249 | 2026-02-12T17:12:06.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3250 | 2026-02-12T17:12:06.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3251 | 2026-02-12T17:12:06.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3252 | 2026-02-12T17:12:06.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3253 | 2026-02-12T17:12:06.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3254 | 2026-02-12T17:12:06.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3255 | 2026-02-12T17:12:06.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3256 | 2026-02-12T17:12:06.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3257 | 2026-02-12T17:12:06.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3258 | 2026-02-12T17:12:07.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3259 | 2026-02-12T17:12:07.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3260 | 2026-02-12T17:12:07.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3261 | 2026-02-12T17:12:07.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3262 | 2026-02-12T17:12:07.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3263 | 2026-02-12T17:12:07.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3264 | 2026-02-12T17:12:07.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3265 | 2026-02-12T17:12:07.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3266 | 2026-02-12T17:12:07.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3267 | 2026-02-12T17:12:08.548Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3268 | 2026-02-12T17:12:08.548Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3269 | 2026-02-12T17:12:08.548Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3270 | 2026-02-12T17:12:08.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 3271 | 2026-02-12T17:12:08.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 3272 | 2026-02-12T17:12:08.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 3273 | 2026-02-12T17:12:08.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3274 | 2026-02-12T17:12:08.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 3275 | 2026-02-12T17:12:08.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3276 | 2026-02-12T17:12:08.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3277 | 2026-02-12T17:12:08.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 3278 | 2026-02-12T17:12:08.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 3279 | 2026-02-12T17:12:08.781Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "41dc2234-399d-4143-a582-53e10452cfa7", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:12:08 GMT"} })
|
| 3280 | 2026-02-12T17:12:08.781Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 3281 | 2026-02-12T17:12:08.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3282 | 2026-02-12T17:12:08.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3283 | 2026-02-12T17:12:08.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 3284 | 2026-02-12T17:12:08.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 3285 | 2026-02-12T17:12:08.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3286 | 2026-02-12T17:12:08.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 3287 | 2026-02-12T17:12:08.793Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3288 | 2026-02-12T17:12:08.793Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3289 | 2026-02-12T17:12:08.793Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 3290 | 2026-02-12T17:12:08.793Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3291 | 2026-02-12T17:12:08.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3292 | 2026-02-12T17:12:08.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3293 | 2026-02-12T17:12:08.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3294 | 2026-02-12T17:12:08.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3295 | 2026-02-12T17:12:08.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3296 | 2026-02-12T17:12:08.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3297 | 2026-02-12T17:12:08.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3298 | 2026-02-12T17:12:08.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3299 | 2026-02-12T17:12:08.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3300 | 2026-02-12T17:12:08.879Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "1a7ff11b-c093-447f-98b2-ae53dc50934f", "content-length": "29", "date": "Thu, 12 Feb 2026 17:12:08 GMT"} })
|
| 3301 | 2026-02-12T17:12:08.879Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3302 | 2026-02-12T17:12:09.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3303 | 2026-02-12T17:12:09.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3304 | 2026-02-12T17:12:09.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3305 | 2026-02-12T17:12:09.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3306 | 2026-02-12T17:12:09.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3307 | 2026-02-12T17:12:09.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3308 | 2026-02-12T17:12:09.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3309 | 2026-02-12T17:12:09.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3310 | 2026-02-12T17:12:09.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3311 | 2026-02-12T17:12:10.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3312 | 2026-02-12T17:12:10.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3313 | 2026-02-12T17:12:10.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3314 | 2026-02-12T17:12:10.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3315 | 2026-02-12T17:12:10.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3316 | 2026-02-12T17:12:10.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3317 | 2026-02-12T17:12:10.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3318 | 2026-02-12T17:12:10.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3319 | 2026-02-12T17:12:10.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3320 | 2026-02-12T17:12:11.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3321 | 2026-02-12T17:12:11.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3322 | 2026-02-12T17:12:11.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3323 | 2026-02-12T17:12:11.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3324 | 2026-02-12T17:12:11.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3325 | 2026-02-12T17:12:11.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3326 | 2026-02-12T17:12:11.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3327 | 2026-02-12T17:12:11.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3328 | 2026-02-12T17:12:11.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3329 | 2026-02-12T17:12:12.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3330 | 2026-02-12T17:12:12.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3331 | 2026-02-12T17:12:12.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3332 | 2026-02-12T17:12:12.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3333 | 2026-02-12T17:12:12.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3334 | 2026-02-12T17:12:12.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3335 | 2026-02-12T17:12:12.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3336 | 2026-02-12T17:12:12.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3337 | 2026-02-12T17:12:12.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3338 | 2026-02-12T17:12:13.548Z | DEBG | oximeter (results-sink): inserting 270 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3339 | 2026-02-12T17:12:13.548Z | DEBG | oximeter (results-sink-cluster): inserting 270 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3340 | 2026-02-12T17:12:13.548Z | DEBG | oximeter (clickhouse-client): unrolling 270 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3341 | 2026-02-12T17:12:13.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_i16
|
| 3342 | 2026-02-12T17:12:13.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 8
table_name = fields_ipaddr
|
| 3343 | 2026-02-12T17:12:13.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 200
table_name = fields_string
|
| 3344 | 2026-02-12T17:12:13.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = fields_u16
|
| 3345 | 2026-02-12T17:12:13.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_u32
|
| 3346 | 2026-02-12T17:12:13.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = fields_u8
|
| 3347 | 2026-02-12T17:12:13.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_uuid
|
| 3348 | 2026-02-12T17:12:13.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 200
table_name = measurements_cumulativeu64
|
| 3349 | 2026-02-12T17:12:13.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 3350 | 2026-02-12T17:12:13.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3351 | 2026-02-12T17:12:13.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3352 | 2026-02-12T17:12:13.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3353 | 2026-02-12T17:12:13.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3354 | 2026-02-12T17:12:13.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3355 | 2026-02-12T17:12:13.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3356 | 2026-02-12T17:12:13.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3357 | 2026-02-12T17:12:13.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3358 | 2026-02-12T17:12:13.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3359 | 2026-02-12T17:12:13.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3360 | 2026-02-12T17:12:13.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3361 | 2026-02-12T17:12:13.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3362 | 2026-02-12T17:12:13.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3363 | 2026-02-12T17:12:13.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3364 | 2026-02-12T17:12:13.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3365 | 2026-02-12T17:12:13.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3366 | 2026-02-12T17:12:13.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3367 | 2026-02-12T17:12:13.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3368 | 2026-02-12T17:12:13.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3369 | 2026-02-12T17:12:13.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3370 | 2026-02-12T17:12:14.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3371 | 2026-02-12T17:12:14.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3372 | 2026-02-12T17:12:14.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3373 | 2026-02-12T17:12:14.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3374 | 2026-02-12T17:12:14.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3375 | 2026-02-12T17:12:14.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3376 | 2026-02-12T17:12:14.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3377 | 2026-02-12T17:12:14.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3378 | 2026-02-12T17:12:14.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3379 | 2026-02-12T17:12:15.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3380 | 2026-02-12T17:12:15.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3381 | 2026-02-12T17:12:15.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3382 | 2026-02-12T17:12:15.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3383 | 2026-02-12T17:12:15.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3384 | 2026-02-12T17:12:15.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3385 | 2026-02-12T17:12:15.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3386 | 2026-02-12T17:12:15.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3387 | 2026-02-12T17:12:15.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3388 | 2026-02-12T17:12:16.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3389 | 2026-02-12T17:12:16.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3390 | 2026-02-12T17:12:16.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3391 | 2026-02-12T17:12:16.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3392 | 2026-02-12T17:12:16.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3393 | 2026-02-12T17:12:16.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3394 | 2026-02-12T17:12:16.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3395 | 2026-02-12T17:12:16.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3396 | 2026-02-12T17:12:16.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3397 | 2026-02-12T17:12:17.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3398 | 2026-02-12T17:12:17.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3399 | 2026-02-12T17:12:17.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3400 | 2026-02-12T17:12:17.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3401 | 2026-02-12T17:12:17.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3402 | 2026-02-12T17:12:17.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3403 | 2026-02-12T17:12:17.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3404 | 2026-02-12T17:12:17.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3405 | 2026-02-12T17:12:17.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3406 | 2026-02-12T17:12:18.548Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3407 | 2026-02-12T17:12:18.548Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3408 | 2026-02-12T17:12:18.548Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3409 | 2026-02-12T17:12:18.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 3410 | 2026-02-12T17:12:18.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 3411 | 2026-02-12T17:12:18.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 3412 | 2026-02-12T17:12:18.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3413 | 2026-02-12T17:12:18.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 3414 | 2026-02-12T17:12:18.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3415 | 2026-02-12T17:12:18.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3416 | 2026-02-12T17:12:18.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3417 | 2026-02-12T17:12:18.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3418 | 2026-02-12T17:12:18.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3419 | 2026-02-12T17:12:18.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3420 | 2026-02-12T17:12:18.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3421 | 2026-02-12T17:12:18.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3422 | 2026-02-12T17:12:18.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3423 | 2026-02-12T17:12:18.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3424 | 2026-02-12T17:12:18.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3425 | 2026-02-12T17:12:18.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3426 | 2026-02-12T17:12:18.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3427 | 2026-02-12T17:12:18.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3428 | 2026-02-12T17:12:19.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3429 | 2026-02-12T17:12:19.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3430 | 2026-02-12T17:12:19.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3431 | 2026-02-12T17:12:19.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3432 | 2026-02-12T17:12:19.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3433 | 2026-02-12T17:12:19.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3434 | 2026-02-12T17:12:19.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3435 | 2026-02-12T17:12:19.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3436 | 2026-02-12T17:12:19.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3437 | 2026-02-12T17:12:20.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3438 | 2026-02-12T17:12:20.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3439 | 2026-02-12T17:12:20.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3440 | 2026-02-12T17:12:20.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3441 | 2026-02-12T17:12:20.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3442 | 2026-02-12T17:12:20.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3443 | 2026-02-12T17:12:20.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3444 | 2026-02-12T17:12:20.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3445 | 2026-02-12T17:12:20.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3446 | 2026-02-12T17:12:21.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3447 | 2026-02-12T17:12:21.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3448 | 2026-02-12T17:12:21.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3449 | 2026-02-12T17:12:21.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3450 | 2026-02-12T17:12:21.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3451 | 2026-02-12T17:12:21.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3452 | 2026-02-12T17:12:21.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3453 | 2026-02-12T17:12:21.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3454 | 2026-02-12T17:12:21.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3455 | 2026-02-12T17:12:22.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3456 | 2026-02-12T17:12:22.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3457 | 2026-02-12T17:12:22.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3458 | 2026-02-12T17:12:22.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3459 | 2026-02-12T17:12:22.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3460 | 2026-02-12T17:12:22.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3461 | 2026-02-12T17:12:22.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3462 | 2026-02-12T17:12:22.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3463 | 2026-02-12T17:12:22.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3464 | 2026-02-12T17:12:23.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3465 | 2026-02-12T17:12:23.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3466 | 2026-02-12T17:12:23.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3467 | 2026-02-12T17:12:23.558Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 3468 | 2026-02-12T17:12:23.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 3469 | 2026-02-12T17:12:23.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 3470 | 2026-02-12T17:12:23.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3471 | 2026-02-12T17:12:23.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 3472 | 2026-02-12T17:12:23.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3473 | 2026-02-12T17:12:23.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3474 | 2026-02-12T17:12:23.776Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 3475 | 2026-02-12T17:12:23.776Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 3476 | 2026-02-12T17:12:23.779Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "a1ba16bc-3990-4f52-88bb-4d4c06d90d31", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:12:23 GMT"} })
|
| 3477 | 2026-02-12T17:12:23.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 3478 | 2026-02-12T17:12:23.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3479 | 2026-02-12T17:12:23.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3480 | 2026-02-12T17:12:23.783Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "8f75e871-de68-4bfb-a5b5-f8e785bcfa35", "content-length": "29", "date": "Thu, 12 Feb 2026 17:12:23 GMT"} })
|
| 3481 | 2026-02-12T17:12:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3482 | 2026-02-12T17:12:23.783Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3483 | 2026-02-12T17:12:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3484 | 2026-02-12T17:12:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3485 | 2026-02-12T17:12:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3486 | 2026-02-12T17:12:23.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 3487 | 2026-02-12T17:12:23.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3488 | 2026-02-12T17:12:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 3489 | 2026-02-12T17:12:23.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3490 | 2026-02-12T17:12:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3491 | 2026-02-12T17:12:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3492 | 2026-02-12T17:12:23.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3493 | 2026-02-12T17:12:23.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3494 | 2026-02-12T17:12:23.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3495 | 2026-02-12T17:12:23.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3496 | 2026-02-12T17:12:23.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3497 | 2026-02-12T17:12:23.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3498 | 2026-02-12T17:12:23.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3499 | 2026-02-12T17:12:23.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3500 | 2026-02-12T17:12:23.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3501 | 2026-02-12T17:12:23.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3502 | 2026-02-12T17:12:23.816Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 3503 | 2026-02-12T17:12:24.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3504 | 2026-02-12T17:12:24.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3505 | 2026-02-12T17:12:24.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3506 | 2026-02-12T17:12:24.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3507 | 2026-02-12T17:12:24.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3508 | 2026-02-12T17:12:24.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3509 | 2026-02-12T17:12:24.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3510 | 2026-02-12T17:12:24.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3511 | 2026-02-12T17:12:24.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3512 | 2026-02-12T17:12:25.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3513 | 2026-02-12T17:12:25.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3514 | 2026-02-12T17:12:25.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3515 | 2026-02-12T17:12:25.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3516 | 2026-02-12T17:12:25.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3517 | 2026-02-12T17:12:25.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3518 | 2026-02-12T17:12:25.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3519 | 2026-02-12T17:12:25.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3520 | 2026-02-12T17:12:25.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3521 | 2026-02-12T17:12:26.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3522 | 2026-02-12T17:12:26.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3523 | 2026-02-12T17:12:26.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3524 | 2026-02-12T17:12:26.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3525 | 2026-02-12T17:12:26.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3526 | 2026-02-12T17:12:26.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3527 | 2026-02-12T17:12:26.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3528 | 2026-02-12T17:12:26.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3529 | 2026-02-12T17:12:26.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3530 | 2026-02-12T17:12:27.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3531 | 2026-02-12T17:12:27.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3532 | 2026-02-12T17:12:27.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3533 | 2026-02-12T17:12:27.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3534 | 2026-02-12T17:12:27.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3535 | 2026-02-12T17:12:27.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3536 | 2026-02-12T17:12:27.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3537 | 2026-02-12T17:12:27.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3538 | 2026-02-12T17:12:27.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3539 | 2026-02-12T17:12:28.548Z | DEBG | oximeter (results-sink): inserting 937 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3540 | 2026-02-12T17:12:28.548Z | DEBG | oximeter (results-sink-cluster): inserting 937 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3541 | 2026-02-12T17:12:28.548Z | DEBG | oximeter (clickhouse-client): unrolling 937 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3542 | 2026-02-12T17:12:28.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 4
table_name = fields_ipaddr
|
| 3543 | 2026-02-12T17:12:28.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1260
table_name = fields_string
|
| 3544 | 2026-02-12T17:12:28.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 35
table_name = fields_u16
|
| 3545 | 2026-02-12T17:12:28.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 228
table_name = fields_u32
|
| 3546 | 2026-02-12T17:12:28.595Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 555
table_name = fields_uuid
|
| 3547 | 2026-02-12T17:12:28.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 846
table_name = measurements_cumulativeu64
|
| 3548 | 2026-02-12T17:12:28.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 3549 | 2026-02-12T17:12:28.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3550 | 2026-02-12T17:12:28.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3551 | 2026-02-12T17:12:28.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3552 | 2026-02-12T17:12:28.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3553 | 2026-02-12T17:12:28.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3554 | 2026-02-12T17:12:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3555 | 2026-02-12T17:12:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3556 | 2026-02-12T17:12:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3557 | 2026-02-12T17:12:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3558 | 2026-02-12T17:12:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3559 | 2026-02-12T17:12:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3560 | 2026-02-12T17:12:28.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3561 | 2026-02-12T17:12:28.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3562 | 2026-02-12T17:12:28.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3563 | 2026-02-12T17:12:29.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3564 | 2026-02-12T17:12:29.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3565 | 2026-02-12T17:12:29.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3566 | 2026-02-12T17:12:29.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3567 | 2026-02-12T17:12:29.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3568 | 2026-02-12T17:12:29.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3569 | 2026-02-12T17:12:29.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3570 | 2026-02-12T17:12:29.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3571 | 2026-02-12T17:12:29.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3572 | 2026-02-12T17:12:30.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3573 | 2026-02-12T17:12:30.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3574 | 2026-02-12T17:12:30.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3575 | 2026-02-12T17:12:30.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3576 | 2026-02-12T17:12:30.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3577 | 2026-02-12T17:12:30.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3578 | 2026-02-12T17:12:30.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3579 | 2026-02-12T17:12:30.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3580 | 2026-02-12T17:12:30.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3581 | 2026-02-12T17:12:31.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3582 | 2026-02-12T17:12:31.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3583 | 2026-02-12T17:12:31.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3584 | 2026-02-12T17:12:31.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3585 | 2026-02-12T17:12:31.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3586 | 2026-02-12T17:12:31.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3587 | 2026-02-12T17:12:31.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3588 | 2026-02-12T17:12:31.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3589 | 2026-02-12T17:12:31.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3590 | 2026-02-12T17:12:32.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3591 | 2026-02-12T17:12:32.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3592 | 2026-02-12T17:12:32.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3593 | 2026-02-12T17:12:32.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3594 | 2026-02-12T17:12:32.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3595 | 2026-02-12T17:12:32.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3596 | 2026-02-12T17:12:32.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3597 | 2026-02-12T17:12:32.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3598 | 2026-02-12T17:12:32.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3599 | 2026-02-12T17:12:33.547Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3600 | 2026-02-12T17:12:33.547Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3601 | 2026-02-12T17:12:33.547Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3602 | 2026-02-12T17:12:33.558Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 3603 | 2026-02-12T17:12:33.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 3604 | 2026-02-12T17:12:33.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 3605 | 2026-02-12T17:12:33.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3606 | 2026-02-12T17:12:33.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 3607 | 2026-02-12T17:12:33.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3608 | 2026-02-12T17:12:33.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3609 | 2026-02-12T17:12:33.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3610 | 2026-02-12T17:12:33.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3611 | 2026-02-12T17:12:33.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3612 | 2026-02-12T17:12:33.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3613 | 2026-02-12T17:12:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3614 | 2026-02-12T17:12:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3615 | 2026-02-12T17:12:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3616 | 2026-02-12T17:12:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3617 | 2026-02-12T17:12:33.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3618 | 2026-02-12T17:12:33.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3619 | 2026-02-12T17:12:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3620 | 2026-02-12T17:12:33.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3621 | 2026-02-12T17:12:33.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3622 | 2026-02-12T17:12:33.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3623 | 2026-02-12T17:12:33.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3624 | 2026-02-12T17:12:33.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3625 | 2026-02-12T17:12:33.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3626 | 2026-02-12T17:12:33.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3627 | 2026-02-12T17:12:34.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3628 | 2026-02-12T17:12:34.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3629 | 2026-02-12T17:12:34.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3630 | 2026-02-12T17:12:34.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3631 | 2026-02-12T17:12:34.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3632 | 2026-02-12T17:12:34.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3633 | 2026-02-12T17:12:34.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3634 | 2026-02-12T17:12:34.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3635 | 2026-02-12T17:12:34.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3636 | 2026-02-12T17:12:35.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3637 | 2026-02-12T17:12:35.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3638 | 2026-02-12T17:12:35.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3639 | 2026-02-12T17:12:35.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3640 | 2026-02-12T17:12:35.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3641 | 2026-02-12T17:12:35.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3642 | 2026-02-12T17:12:35.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3643 | 2026-02-12T17:12:35.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3644 | 2026-02-12T17:12:35.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3645 | 2026-02-12T17:12:36.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3646 | 2026-02-12T17:12:36.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3647 | 2026-02-12T17:12:36.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3648 | 2026-02-12T17:12:36.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3649 | 2026-02-12T17:12:36.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3650 | 2026-02-12T17:12:36.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3651 | 2026-02-12T17:12:36.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3652 | 2026-02-12T17:12:36.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3653 | 2026-02-12T17:12:36.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3654 | 2026-02-12T17:12:37.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3655 | 2026-02-12T17:12:37.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3656 | 2026-02-12T17:12:37.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3657 | 2026-02-12T17:12:37.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3658 | 2026-02-12T17:12:37.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3659 | 2026-02-12T17:12:37.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3660 | 2026-02-12T17:12:37.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3661 | 2026-02-12T17:12:37.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3662 | 2026-02-12T17:12:37.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3663 | 2026-02-12T17:12:38.547Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3664 | 2026-02-12T17:12:38.547Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3665 | 2026-02-12T17:12:38.547Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3666 | 2026-02-12T17:12:38.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 3667 | 2026-02-12T17:12:38.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 3668 | 2026-02-12T17:12:38.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 3669 | 2026-02-12T17:12:38.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3670 | 2026-02-12T17:12:38.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 3671 | 2026-02-12T17:12:38.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3672 | 2026-02-12T17:12:38.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3673 | 2026-02-12T17:12:38.776Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 3674 | 2026-02-12T17:12:38.776Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 3675 | 2026-02-12T17:12:38.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "a7ceb499-c3bd-475f-99ed-c98028bbeaab", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:12:38 GMT"} })
|
| 3676 | 2026-02-12T17:12:38.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 3677 | 2026-02-12T17:12:38.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3678 | 2026-02-12T17:12:38.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3679 | 2026-02-12T17:12:38.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "bc804405-9c7e-4f44-97a1-7909e186c156", "content-length": "29", "date": "Thu, 12 Feb 2026 17:12:38 GMT"} })
|
| 3680 | 2026-02-12T17:12:38.782Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3681 | 2026-02-12T17:12:38.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 3682 | 2026-02-12T17:12:38.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 3683 | 2026-02-12T17:12:38.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3684 | 2026-02-12T17:12:38.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 3685 | 2026-02-12T17:12:38.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3686 | 2026-02-12T17:12:38.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3687 | 2026-02-12T17:12:38.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3688 | 2026-02-12T17:12:38.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3689 | 2026-02-12T17:12:38.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3690 | 2026-02-12T17:12:38.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3691 | 2026-02-12T17:12:38.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3692 | 2026-02-12T17:12:38.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3693 | 2026-02-12T17:12:38.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3694 | 2026-02-12T17:12:39.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3695 | 2026-02-12T17:12:39.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3696 | 2026-02-12T17:12:39.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3697 | 2026-02-12T17:12:39.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3698 | 2026-02-12T17:12:39.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3699 | 2026-02-12T17:12:39.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3700 | 2026-02-12T17:12:39.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3701 | 2026-02-12T17:12:39.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3702 | 2026-02-12T17:12:39.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3703 | 2026-02-12T17:12:40.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3704 | 2026-02-12T17:12:40.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3705 | 2026-02-12T17:12:40.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3706 | 2026-02-12T17:12:40.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3707 | 2026-02-12T17:12:40.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3708 | 2026-02-12T17:12:40.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3709 | 2026-02-12T17:12:40.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3710 | 2026-02-12T17:12:40.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3711 | 2026-02-12T17:12:40.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3712 | 2026-02-12T17:12:41.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3713 | 2026-02-12T17:12:41.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3714 | 2026-02-12T17:12:41.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3715 | 2026-02-12T17:12:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3716 | 2026-02-12T17:12:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3717 | 2026-02-12T17:12:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3718 | 2026-02-12T17:12:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3719 | 2026-02-12T17:12:41.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3720 | 2026-02-12T17:12:41.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3721 | 2026-02-12T17:12:42.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3722 | 2026-02-12T17:12:42.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3723 | 2026-02-12T17:12:42.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3724 | 2026-02-12T17:12:42.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3725 | 2026-02-12T17:12:42.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3726 | 2026-02-12T17:12:42.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3727 | 2026-02-12T17:12:42.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3728 | 2026-02-12T17:12:42.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3729 | 2026-02-12T17:12:42.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3730 | 2026-02-12T17:12:43.548Z | DEBG | oximeter (results-sink): inserting 266 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3731 | 2026-02-12T17:12:43.548Z | DEBG | oximeter (results-sink-cluster): inserting 266 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3732 | 2026-02-12T17:12:43.548Z | DEBG | oximeter (clickhouse-client): unrolling 266 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3733 | 2026-02-12T17:12:43.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_i16
|
| 3734 | 2026-02-12T17:12:43.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 196
table_name = fields_string
|
| 3735 | 2026-02-12T17:12:43.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 22
table_name = fields_u16
|
| 3736 | 2026-02-12T17:12:43.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_u32
|
| 3737 | 2026-02-12T17:12:43.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = fields_u8
|
| 3738 | 2026-02-12T17:12:43.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 110
table_name = fields_uuid
|
| 3739 | 2026-02-12T17:12:43.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 196
table_name = measurements_cumulativeu64
|
| 3740 | 2026-02-12T17:12:43.571Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 3741 | 2026-02-12T17:12:43.573Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3742 | 2026-02-12T17:12:43.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3743 | 2026-02-12T17:12:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3744 | 2026-02-12T17:12:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3745 | 2026-02-12T17:12:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3746 | 2026-02-12T17:12:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3747 | 2026-02-12T17:12:43.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3748 | 2026-02-12T17:12:43.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3749 | 2026-02-12T17:12:43.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3750 | 2026-02-12T17:12:43.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3751 | 2026-02-12T17:12:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3752 | 2026-02-12T17:12:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3753 | 2026-02-12T17:12:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3754 | 2026-02-12T17:12:43.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3755 | 2026-02-12T17:12:43.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3756 | 2026-02-12T17:12:43.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3757 | 2026-02-12T17:12:43.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3758 | 2026-02-12T17:12:43.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3759 | 2026-02-12T17:12:43.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3760 | 2026-02-12T17:12:43.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3761 | 2026-02-12T17:12:44.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3762 | 2026-02-12T17:12:44.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3763 | 2026-02-12T17:12:44.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3764 | 2026-02-12T17:12:44.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3765 | 2026-02-12T17:12:44.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3766 | 2026-02-12T17:12:44.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3767 | 2026-02-12T17:12:44.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3768 | 2026-02-12T17:12:44.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3769 | 2026-02-12T17:12:44.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3770 | 2026-02-12T17:12:45.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3771 | 2026-02-12T17:12:45.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3772 | 2026-02-12T17:12:45.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3773 | 2026-02-12T17:12:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3774 | 2026-02-12T17:12:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3775 | 2026-02-12T17:12:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3776 | 2026-02-12T17:12:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3777 | 2026-02-12T17:12:45.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3778 | 2026-02-12T17:12:45.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3779 | 2026-02-12T17:12:46.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3780 | 2026-02-12T17:12:46.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3781 | 2026-02-12T17:12:46.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3782 | 2026-02-12T17:12:46.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3783 | 2026-02-12T17:12:46.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3784 | 2026-02-12T17:12:46.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3785 | 2026-02-12T17:12:46.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3786 | 2026-02-12T17:12:46.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3787 | 2026-02-12T17:12:46.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3788 | 2026-02-12T17:12:47.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3789 | 2026-02-12T17:12:47.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3790 | 2026-02-12T17:12:47.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3791 | 2026-02-12T17:12:47.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3792 | 2026-02-12T17:12:47.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3793 | 2026-02-12T17:12:47.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3794 | 2026-02-12T17:12:47.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3795 | 2026-02-12T17:12:47.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3796 | 2026-02-12T17:12:47.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3797 | 2026-02-12T17:12:48.548Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3798 | 2026-02-12T17:12:48.548Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3799 | 2026-02-12T17:12:48.548Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3800 | 2026-02-12T17:12:48.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 3801 | 2026-02-12T17:12:48.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 3802 | 2026-02-12T17:12:48.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 3803 | 2026-02-12T17:12:48.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3804 | 2026-02-12T17:12:48.571Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 3805 | 2026-02-12T17:12:48.573Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3806 | 2026-02-12T17:12:48.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3807 | 2026-02-12T17:12:48.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3808 | 2026-02-12T17:12:48.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3809 | 2026-02-12T17:12:48.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3810 | 2026-02-12T17:12:48.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3811 | 2026-02-12T17:12:48.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3812 | 2026-02-12T17:12:48.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3813 | 2026-02-12T17:12:48.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3814 | 2026-02-12T17:12:48.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3815 | 2026-02-12T17:12:48.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3816 | 2026-02-12T17:12:48.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3817 | 2026-02-12T17:12:48.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3818 | 2026-02-12T17:12:48.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3819 | 2026-02-12T17:12:49.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3820 | 2026-02-12T17:12:49.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3821 | 2026-02-12T17:12:49.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3822 | 2026-02-12T17:12:49.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3823 | 2026-02-12T17:12:49.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3824 | 2026-02-12T17:12:49.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3825 | 2026-02-12T17:12:49.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3826 | 2026-02-12T17:12:49.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3827 | 2026-02-12T17:12:49.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3828 | 2026-02-12T17:12:50.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3829 | 2026-02-12T17:12:50.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3830 | 2026-02-12T17:12:50.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3831 | 2026-02-12T17:12:50.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3832 | 2026-02-12T17:12:50.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3833 | 2026-02-12T17:12:50.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3834 | 2026-02-12T17:12:50.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3835 | 2026-02-12T17:12:50.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3836 | 2026-02-12T17:12:50.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3837 | 2026-02-12T17:12:51.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3838 | 2026-02-12T17:12:51.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3839 | 2026-02-12T17:12:51.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3840 | 2026-02-12T17:12:51.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3841 | 2026-02-12T17:12:51.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3842 | 2026-02-12T17:12:51.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3843 | 2026-02-12T17:12:51.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3844 | 2026-02-12T17:12:51.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3845 | 2026-02-12T17:12:51.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3846 | 2026-02-12T17:12:52.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3847 | 2026-02-12T17:12:52.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3848 | 2026-02-12T17:12:52.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3849 | 2026-02-12T17:12:52.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3850 | 2026-02-12T17:12:52.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3851 | 2026-02-12T17:12:52.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3852 | 2026-02-12T17:12:52.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3853 | 2026-02-12T17:12:52.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3854 | 2026-02-12T17:12:52.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3855 | 2026-02-12T17:12:53.547Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3856 | 2026-02-12T17:12:53.547Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3857 | 2026-02-12T17:12:53.547Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3858 | 2026-02-12T17:12:53.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 3859 | 2026-02-12T17:12:53.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 3860 | 2026-02-12T17:12:53.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 3861 | 2026-02-12T17:12:53.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 3862 | 2026-02-12T17:12:53.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 3863 | 2026-02-12T17:12:53.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3864 | 2026-02-12T17:12:53.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3865 | 2026-02-12T17:12:53.776Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 3866 | 2026-02-12T17:12:53.776Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 3867 | 2026-02-12T17:12:53.778Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "6b3e1540-3f1a-47fd-92fb-79b4ac576376", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:12:53 GMT"} })
|
| 3868 | 2026-02-12T17:12:53.778Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 3869 | 2026-02-12T17:12:53.781Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "de11d9b8-cbd0-4538-bad1-f284d5069731", "content-length": "29", "date": "Thu, 12 Feb 2026 17:12:53 GMT"} })
|
| 3870 | 2026-02-12T17:12:53.781Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 3871 | 2026-02-12T17:12:53.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3872 | 2026-02-12T17:12:53.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3873 | 2026-02-12T17:12:53.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3874 | 2026-02-12T17:12:53.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3875 | 2026-02-12T17:12:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3876 | 2026-02-12T17:12:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3877 | 2026-02-12T17:12:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3878 | 2026-02-12T17:12:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 3879 | 2026-02-12T17:12:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 3880 | 2026-02-12T17:12:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3881 | 2026-02-12T17:12:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 3882 | 2026-02-12T17:12:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3883 | 2026-02-12T17:12:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3884 | 2026-02-12T17:12:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 3885 | 2026-02-12T17:12:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 3886 | 2026-02-12T17:12:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3887 | 2026-02-12T17:12:53.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 3888 | 2026-02-12T17:12:53.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3889 | 2026-02-12T17:12:53.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3890 | 2026-02-12T17:12:53.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3891 | 2026-02-12T17:12:53.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3892 | 2026-02-12T17:12:53.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3893 | 2026-02-12T17:12:53.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3894 | 2026-02-12T17:12:53.815Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 3895 | 2026-02-12T17:12:54.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3896 | 2026-02-12T17:12:54.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3897 | 2026-02-12T17:12:54.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3898 | 2026-02-12T17:12:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3899 | 2026-02-12T17:12:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3900 | 2026-02-12T17:12:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3901 | 2026-02-12T17:12:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3902 | 2026-02-12T17:12:54.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3903 | 2026-02-12T17:12:54.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3904 | 2026-02-12T17:12:55.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3905 | 2026-02-12T17:12:55.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3906 | 2026-02-12T17:12:55.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3907 | 2026-02-12T17:12:55.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3908 | 2026-02-12T17:12:55.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3909 | 2026-02-12T17:12:55.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3910 | 2026-02-12T17:12:55.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3911 | 2026-02-12T17:12:55.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3912 | 2026-02-12T17:12:55.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3913 | 2026-02-12T17:12:56.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3914 | 2026-02-12T17:12:56.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3915 | 2026-02-12T17:12:56.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3916 | 2026-02-12T17:12:56.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3917 | 2026-02-12T17:12:56.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3918 | 2026-02-12T17:12:56.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3919 | 2026-02-12T17:12:56.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3920 | 2026-02-12T17:12:56.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3921 | 2026-02-12T17:12:56.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3922 | 2026-02-12T17:12:57.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3923 | 2026-02-12T17:12:57.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3924 | 2026-02-12T17:12:57.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3925 | 2026-02-12T17:12:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3926 | 2026-02-12T17:12:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3927 | 2026-02-12T17:12:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3928 | 2026-02-12T17:12:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3929 | 2026-02-12T17:12:57.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3930 | 2026-02-12T17:12:57.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3931 | 2026-02-12T17:12:58.548Z | DEBG | oximeter (results-sink): inserting 939 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3932 | 2026-02-12T17:12:58.548Z | DEBG | oximeter (results-sink-cluster): inserting 939 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3933 | 2026-02-12T17:12:58.548Z | DEBG | oximeter (clickhouse-client): unrolling 939 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3934 | 2026-02-12T17:12:58.551Z | DEBG | oximeter (clickhouse-client): retrieving timeseries schema from database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3935 | 2026-02-12T17:12:58.559Z | DEBG | oximeter (clickhouse-client): new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
schema = TimeseriesSchema { timeseries_name: TimeseriesName("database_transaction:retry_data"), description: TimeseriesDescription { target: "", metric: "" }, field_schema: {FieldSchema { name: "attempt", field_type: U32, source: Metric, description: "" }, FieldSchema { name: "name", field_type: String, source: Target, description: "" }}, datum_type: F64, version: 1, authz_scope: Fleet, units: Count, created: 2026-02-12T17:12:58.551673669Z }
timeseries_name = database_transaction:retry_data
|
| 3936 | 2026-02-12T17:12:58.595Z | DEBG | oximeter (clickhouse-client): inserting 1 new timeseries schema
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3937 | 2026-02-12T17:12:58.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = fields_ipaddr
|
| 3938 | 2026-02-12T17:12:58.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1262
table_name = fields_string
|
| 3939 | 2026-02-12T17:12:58.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 37
table_name = fields_u16
|
| 3940 | 2026-02-12T17:12:58.603Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 229
table_name = fields_u32
|
| 3941 | 2026-02-12T17:12:58.604Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 557
table_name = fields_uuid
|
| 3942 | 2026-02-12T17:12:58.606Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 847
table_name = measurements_cumulativeu64
|
| 3943 | 2026-02-12T17:12:58.607Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1
table_name = measurements_f64
|
| 3944 | 2026-02-12T17:12:58.609Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 3945 | 2026-02-12T17:12:58.610Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 3946 | 2026-02-12T17:12:58.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 3947 | 2026-02-12T17:12:58.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3948 | 2026-02-12T17:12:58.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3949 | 2026-02-12T17:12:58.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3950 | 2026-02-12T17:12:58.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3951 | 2026-02-12T17:12:58.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3952 | 2026-02-12T17:12:58.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3953 | 2026-02-12T17:12:58.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3954 | 2026-02-12T17:12:58.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3955 | 2026-02-12T17:12:58.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3956 | 2026-02-12T17:12:58.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3957 | 2026-02-12T17:12:58.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 3958 | 2026-02-12T17:12:58.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3959 | 2026-02-12T17:12:59.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3960 | 2026-02-12T17:12:59.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3961 | 2026-02-12T17:12:59.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3962 | 2026-02-12T17:12:59.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3963 | 2026-02-12T17:12:59.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3964 | 2026-02-12T17:12:59.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3965 | 2026-02-12T17:12:59.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3966 | 2026-02-12T17:12:59.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3967 | 2026-02-12T17:12:59.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3968 | 2026-02-12T17:13:00.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3969 | 2026-02-12T17:13:00.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3970 | 2026-02-12T17:13:00.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3971 | 2026-02-12T17:13:00.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3972 | 2026-02-12T17:13:00.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3973 | 2026-02-12T17:13:00.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3974 | 2026-02-12T17:13:00.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3975 | 2026-02-12T17:13:00.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3976 | 2026-02-12T17:13:00.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3977 | 2026-02-12T17:13:01.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3978 | 2026-02-12T17:13:01.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3979 | 2026-02-12T17:13:01.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3980 | 2026-02-12T17:13:01.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3981 | 2026-02-12T17:13:01.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3982 | 2026-02-12T17:13:01.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3983 | 2026-02-12T17:13:01.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3984 | 2026-02-12T17:13:01.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3985 | 2026-02-12T17:13:01.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3986 | 2026-02-12T17:13:02.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3987 | 2026-02-12T17:13:02.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3988 | 2026-02-12T17:13:02.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 3989 | 2026-02-12T17:13:02.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3990 | 2026-02-12T17:13:02.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3991 | 2026-02-12T17:13:02.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3992 | 2026-02-12T17:13:02.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3993 | 2026-02-12T17:13:02.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 3994 | 2026-02-12T17:13:02.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 3995 | 2026-02-12T17:13:03.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3996 | 2026-02-12T17:13:03.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 3997 | 2026-02-12T17:13:03.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 3998 | 2026-02-12T17:13:03.558Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 3999 | 2026-02-12T17:13:03.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 4000 | 2026-02-12T17:13:03.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 4001 | 2026-02-12T17:13:03.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4002 | 2026-02-12T17:13:03.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 4003 | 2026-02-12T17:13:03.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 4004 | 2026-02-12T17:13:03.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4005 | 2026-02-12T17:13:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4006 | 2026-02-12T17:13:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4007 | 2026-02-12T17:13:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4008 | 2026-02-12T17:13:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4009 | 2026-02-12T17:13:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4010 | 2026-02-12T17:13:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4011 | 2026-02-12T17:13:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4012 | 2026-02-12T17:13:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4013 | 2026-02-12T17:13:03.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4014 | 2026-02-12T17:13:03.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4015 | 2026-02-12T17:13:03.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4016 | 2026-02-12T17:13:03.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4017 | 2026-02-12T17:13:03.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4018 | 2026-02-12T17:13:03.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4019 | 2026-02-12T17:13:03.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4020 | 2026-02-12T17:13:03.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4021 | 2026-02-12T17:13:03.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4022 | 2026-02-12T17:13:03.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4023 | 2026-02-12T17:13:04.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4024 | 2026-02-12T17:13:04.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4025 | 2026-02-12T17:13:04.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4026 | 2026-02-12T17:13:04.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4027 | 2026-02-12T17:13:04.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4028 | 2026-02-12T17:13:04.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4029 | 2026-02-12T17:13:04.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4030 | 2026-02-12T17:13:04.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4031 | 2026-02-12T17:13:04.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4032 | 2026-02-12T17:13:05.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4033 | 2026-02-12T17:13:05.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4034 | 2026-02-12T17:13:05.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4035 | 2026-02-12T17:13:05.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4036 | 2026-02-12T17:13:05.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4037 | 2026-02-12T17:13:05.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4038 | 2026-02-12T17:13:05.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4039 | 2026-02-12T17:13:05.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4040 | 2026-02-12T17:13:05.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4041 | 2026-02-12T17:13:06.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4042 | 2026-02-12T17:13:06.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4043 | 2026-02-12T17:13:06.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4044 | 2026-02-12T17:13:06.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4045 | 2026-02-12T17:13:06.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4046 | 2026-02-12T17:13:06.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4047 | 2026-02-12T17:13:06.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4048 | 2026-02-12T17:13:06.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4049 | 2026-02-12T17:13:06.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4050 | 2026-02-12T17:13:07.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4051 | 2026-02-12T17:13:07.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4052 | 2026-02-12T17:13:07.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4053 | 2026-02-12T17:13:07.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4054 | 2026-02-12T17:13:07.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4055 | 2026-02-12T17:13:07.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4056 | 2026-02-12T17:13:07.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4057 | 2026-02-12T17:13:07.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4058 | 2026-02-12T17:13:07.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4059 | 2026-02-12T17:13:08.548Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4060 | 2026-02-12T17:13:08.548Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4061 | 2026-02-12T17:13:08.548Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4062 | 2026-02-12T17:13:08.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 4063 | 2026-02-12T17:13:08.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 4064 | 2026-02-12T17:13:08.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 4065 | 2026-02-12T17:13:08.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4066 | 2026-02-12T17:13:08.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 4067 | 2026-02-12T17:13:08.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 4068 | 2026-02-12T17:13:08.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4069 | 2026-02-12T17:13:08.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 4070 | 2026-02-12T17:13:08.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 4071 | 2026-02-12T17:13:08.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "fe6113ab-27d9-4b58-85bf-54a5614975c0", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:13:08 GMT"} })
|
| 4072 | 2026-02-12T17:13:08.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 4073 | 2026-02-12T17:13:08.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4074 | 2026-02-12T17:13:08.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4075 | 2026-02-12T17:13:08.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "07825841-0eb6-4f60-aafc-304b51e8381f", "content-length": "29", "date": "Thu, 12 Feb 2026 17:13:08 GMT"} })
|
| 4076 | 2026-02-12T17:13:08.782Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:48120
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
interval = 10s
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
|
| 4077 | 2026-02-12T17:13:08.782Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4078 | 2026-02-12T17:13:08.782Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4079 | 2026-02-12T17:13:08.782Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:48120
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
interval = 10s
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4080 | 2026-02-12T17:13:08.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4081 | 2026-02-12T17:13:08.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4082 | 2026-02-12T17:13:08.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4083 | 2026-02-12T17:13:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4084 | 2026-02-12T17:13:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4085 | 2026-02-12T17:13:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4086 | 2026-02-12T17:13:08.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4087 | 2026-02-12T17:13:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4088 | 2026-02-12T17:13:08.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4089 | 2026-02-12T17:13:08.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4090 | 2026-02-12T17:13:08.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4091 | 2026-02-12T17:13:08.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4092 | 2026-02-12T17:13:08.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4093 | 2026-02-12T17:13:08.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4094 | 2026-02-12T17:13:08.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4095 | 2026-02-12T17:13:08.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4096 | 2026-02-12T17:13:08.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4097 | 2026-02-12T17:13:09.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4098 | 2026-02-12T17:13:09.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4099 | 2026-02-12T17:13:09.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4100 | 2026-02-12T17:13:09.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4101 | 2026-02-12T17:13:09.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4102 | 2026-02-12T17:13:09.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4103 | 2026-02-12T17:13:09.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4104 | 2026-02-12T17:13:09.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4105 | 2026-02-12T17:13:09.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4106 | 2026-02-12T17:13:10.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4107 | 2026-02-12T17:13:10.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4108 | 2026-02-12T17:13:10.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4109 | 2026-02-12T17:13:10.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4110 | 2026-02-12T17:13:10.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4111 | 2026-02-12T17:13:10.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4112 | 2026-02-12T17:13:10.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4113 | 2026-02-12T17:13:10.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4114 | 2026-02-12T17:13:10.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4115 | 2026-02-12T17:13:11.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4116 | 2026-02-12T17:13:11.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4117 | 2026-02-12T17:13:11.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4118 | 2026-02-12T17:13:11.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4119 | 2026-02-12T17:13:11.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4120 | 2026-02-12T17:13:11.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4121 | 2026-02-12T17:13:11.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4122 | 2026-02-12T17:13:11.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4123 | 2026-02-12T17:13:11.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4124 | 2026-02-12T17:13:12.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4125 | 2026-02-12T17:13:12.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4126 | 2026-02-12T17:13:12.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4127 | 2026-02-12T17:13:12.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4128 | 2026-02-12T17:13:12.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4129 | 2026-02-12T17:13:12.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4130 | 2026-02-12T17:13:12.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4131 | 2026-02-12T17:13:12.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4132 | 2026-02-12T17:13:12.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4133 | 2026-02-12T17:13:13.548Z | DEBG | oximeter (results-sink): inserting 367 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4134 | 2026-02-12T17:13:13.548Z | DEBG | oximeter (results-sink-cluster): inserting 367 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4135 | 2026-02-12T17:13:13.548Z | DEBG | oximeter (clickhouse-client): unrolling 367 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4136 | 2026-02-12T17:13:13.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 266
table_name = fields_i16
|
| 4137 | 2026-02-12T17:13:13.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 8
table_name = fields_ipaddr
|
| 4138 | 2026-02-12T17:13:13.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 776
table_name = fields_string
|
| 4139 | 2026-02-12T17:13:13.571Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 151
table_name = fields_u16
|
| 4140 | 2026-02-12T17:13:13.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 140
table_name = fields_u32
|
| 4141 | 2026-02-12T17:13:13.573Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 139
table_name = fields_u8
|
| 4142 | 2026-02-12T17:13:13.575Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 481
table_name = fields_uuid
|
| 4143 | 2026-02-12T17:13:13.576Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = measurements_bool
|
| 4144 | 2026-02-12T17:13:13.577Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 262
table_name = measurements_cumulativeu64
|
| 4145 | 2026-02-12T17:13:13.579Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1
table_name = measurements_f64
|
| 4146 | 2026-02-12T17:13:13.581Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 4147 | 2026-02-12T17:13:13.582Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 88
table_name = measurements_u64
|
| 4148 | 2026-02-12T17:13:13.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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-02-12T17:13:13.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4150 | 2026-02-12T17:13:13.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4151 | 2026-02-12T17:13:13.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4152 | 2026-02-12T17:13:13.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4153 | 2026-02-12T17:13:13.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4154 | 2026-02-12T17:13:13.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4155 | 2026-02-12T17:13:13.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4156 | 2026-02-12T17:13:13.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4157 | 2026-02-12T17:13:13.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4158 | 2026-02-12T17:13:13.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4159 | 2026-02-12T17:13:13.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4160 | 2026-02-12T17:13:13.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4161 | 2026-02-12T17:13:13.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4162 | 2026-02-12T17:13:13.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4163 | 2026-02-12T17:13:13.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4164 | 2026-02-12T17:13:13.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4165 | 2026-02-12T17:13:13.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4166 | 2026-02-12T17:13:13.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4167 | 2026-02-12T17:13:14.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4168 | 2026-02-12T17:13:14.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4169 | 2026-02-12T17:13:14.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4170 | 2026-02-12T17:13:14.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4171 | 2026-02-12T17:13:14.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4172 | 2026-02-12T17:13:14.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4173 | 2026-02-12T17:13:14.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4174 | 2026-02-12T17:13:14.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4175 | 2026-02-12T17:13:14.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4176 | 2026-02-12T17:13:15.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4177 | 2026-02-12T17:13:15.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4178 | 2026-02-12T17:13:15.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4179 | 2026-02-12T17:13:15.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4180 | 2026-02-12T17:13:15.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4181 | 2026-02-12T17:13:15.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4182 | 2026-02-12T17:13:15.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4183 | 2026-02-12T17:13:15.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4184 | 2026-02-12T17:13:15.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4185 | 2026-02-12T17:13:16.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4186 | 2026-02-12T17:13:16.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4187 | 2026-02-12T17:13:16.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4188 | 2026-02-12T17:13:16.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4189 | 2026-02-12T17:13:16.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4190 | 2026-02-12T17:13:16.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4191 | 2026-02-12T17:13:16.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4192 | 2026-02-12T17:13:16.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4193 | 2026-02-12T17:13:16.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4194 | 2026-02-12T17:13:17.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4195 | 2026-02-12T17:13:17.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4196 | 2026-02-12T17:13:17.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4197 | 2026-02-12T17:13:17.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4198 | 2026-02-12T17:13:17.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4199 | 2026-02-12T17:13:17.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4200 | 2026-02-12T17:13:17.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4201 | 2026-02-12T17:13:17.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4202 | 2026-02-12T17:13:17.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4203 | 2026-02-12T17:13:18.548Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4204 | 2026-02-12T17:13:18.548Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4205 | 2026-02-12T17:13:18.548Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4206 | 2026-02-12T17:13:18.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 4207 | 2026-02-12T17:13:18.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 4208 | 2026-02-12T17:13:18.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 4209 | 2026-02-12T17:13:18.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4210 | 2026-02-12T17:13:18.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 4211 | 2026-02-12T17:13:18.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 4212 | 2026-02-12T17:13:18.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4213 | 2026-02-12T17:13:18.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4214 | 2026-02-12T17:13:18.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4215 | 2026-02-12T17:13:18.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4216 | 2026-02-12T17:13:18.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4217 | 2026-02-12T17:13:18.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4218 | 2026-02-12T17:13:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4219 | 2026-02-12T17:13:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4220 | 2026-02-12T17:13:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4221 | 2026-02-12T17:13:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4222 | 2026-02-12T17:13:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4223 | 2026-02-12T17:13:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4224 | 2026-02-12T17:13:18.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4225 | 2026-02-12T17:13:18.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4226 | 2026-02-12T17:13:18.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4227 | 2026-02-12T17:13:18.795Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4228 | 2026-02-12T17:13:19.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4229 | 2026-02-12T17:13:19.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4230 | 2026-02-12T17:13:19.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4231 | 2026-02-12T17:13:19.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4232 | 2026-02-12T17:13:19.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4233 | 2026-02-12T17:13:19.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4234 | 2026-02-12T17:13:19.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4235 | 2026-02-12T17:13:19.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4236 | 2026-02-12T17:13:19.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4237 | 2026-02-12T17:13:20.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4238 | 2026-02-12T17:13:20.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4239 | 2026-02-12T17:13:20.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4240 | 2026-02-12T17:13:20.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4241 | 2026-02-12T17:13:20.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4242 | 2026-02-12T17:13:20.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4243 | 2026-02-12T17:13:20.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4244 | 2026-02-12T17:13:20.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4245 | 2026-02-12T17:13:20.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4246 | 2026-02-12T17:13:21.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4247 | 2026-02-12T17:13:21.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4248 | 2026-02-12T17:13:21.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4249 | 2026-02-12T17:13:21.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4250 | 2026-02-12T17:13:21.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4251 | 2026-02-12T17:13:21.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4252 | 2026-02-12T17:13:21.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4253 | 2026-02-12T17:13:21.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4254 | 2026-02-12T17:13:21.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4255 | 2026-02-12T17:13:22.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4256 | 2026-02-12T17:13:22.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4257 | 2026-02-12T17:13:22.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4258 | 2026-02-12T17:13:22.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4259 | 2026-02-12T17:13:22.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4260 | 2026-02-12T17:13:22.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4261 | 2026-02-12T17:13:22.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4262 | 2026-02-12T17:13:22.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4263 | 2026-02-12T17:13:22.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4264 | 2026-02-12T17:13:23.548Z | DEBG | oximeter (results-sink): inserting 363 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4265 | 2026-02-12T17:13:23.548Z | DEBG | oximeter (results-sink-cluster): inserting 363 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4266 | 2026-02-12T17:13:23.548Z | DEBG | oximeter (clickhouse-client): unrolling 363 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4267 | 2026-02-12T17:13:23.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 266
table_name = fields_i16
|
| 4268 | 2026-02-12T17:13:23.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 772
table_name = fields_string
|
| 4269 | 2026-02-12T17:13:23.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 143
table_name = fields_u16
|
| 4270 | 2026-02-12T17:13:23.571Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 140
table_name = fields_u32
|
| 4271 | 2026-02-12T17:13:23.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 139
table_name = fields_u8
|
| 4272 | 2026-02-12T17:13:23.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 473
table_name = fields_uuid
|
| 4273 | 2026-02-12T17:13:23.575Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = measurements_bool
|
| 4274 | 2026-02-12T17:13:23.577Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 258
table_name = measurements_cumulativeu64
|
| 4275 | 2026-02-12T17:13:23.578Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1
table_name = measurements_f64
|
| 4276 | 2026-02-12T17:13:23.580Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 4277 | 2026-02-12T17:13:23.581Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 88
table_name = measurements_u64
|
| 4278 | 2026-02-12T17:13:23.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4279 | 2026-02-12T17:13:23.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 4280 | 2026-02-12T17:13:23.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 4281 | 2026-02-12T17:13:23.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "5cee3748-ca05-4cc9-91ad-1fb9f5532ea0", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:13:23 GMT"} })
|
| 4282 | 2026-02-12T17:13:23.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 4283 | 2026-02-12T17:13:23.782Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4284 | 2026-02-12T17:13:23.782Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4285 | 2026-02-12T17:13:23.783Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "fce36ceb-9f18-48c7-8c84-966dab92f306", "content-length": "29", "date": "Thu, 12 Feb 2026 17:13:23 GMT"} })
|
| 4286 | 2026-02-12T17:13:23.783Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4287 | 2026-02-12T17:13:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4288 | 2026-02-12T17:13:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4289 | 2026-02-12T17:13:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4290 | 2026-02-12T17:13:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4291 | 2026-02-12T17:13:23.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 4292 | 2026-02-12T17:13:23.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4293 | 2026-02-12T17:13:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 4294 | 2026-02-12T17:13:23.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4295 | 2026-02-12T17:13:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4296 | 2026-02-12T17:13:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4297 | 2026-02-12T17:13:23.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4298 | 2026-02-12T17:13:23.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4299 | 2026-02-12T17:13:23.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4300 | 2026-02-12T17:13:23.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4301 | 2026-02-12T17:13:23.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4302 | 2026-02-12T17:13:23.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4303 | 2026-02-12T17:13:23.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4304 | 2026-02-12T17:13:23.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4305 | 2026-02-12T17:13:23.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4306 | 2026-02-12T17:13:23.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4307 | 2026-02-12T17:13:23.814Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 4308 | 2026-02-12T17:13:24.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4309 | 2026-02-12T17:13:24.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4310 | 2026-02-12T17:13:24.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4311 | 2026-02-12T17:13:24.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4312 | 2026-02-12T17:13:24.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4313 | 2026-02-12T17:13:24.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4314 | 2026-02-12T17:13:24.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4315 | 2026-02-12T17:13:24.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4316 | 2026-02-12T17:13:24.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4317 | 2026-02-12T17:13:25.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4318 | 2026-02-12T17:13:25.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4319 | 2026-02-12T17:13:25.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4320 | 2026-02-12T17:13:25.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4321 | 2026-02-12T17:13:25.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4322 | 2026-02-12T17:13:25.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4323 | 2026-02-12T17:13:25.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4324 | 2026-02-12T17:13:25.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4325 | 2026-02-12T17:13:25.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4326 | 2026-02-12T17:13:26.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4327 | 2026-02-12T17:13:26.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4328 | 2026-02-12T17:13:26.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4329 | 2026-02-12T17:13:26.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4330 | 2026-02-12T17:13:26.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4331 | 2026-02-12T17:13:26.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4332 | 2026-02-12T17:13:26.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4333 | 2026-02-12T17:13:26.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4334 | 2026-02-12T17:13:26.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4335 | 2026-02-12T17:13:27.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4336 | 2026-02-12T17:13:27.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4337 | 2026-02-12T17:13:27.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4338 | 2026-02-12T17:13:27.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4339 | 2026-02-12T17:13:27.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4340 | 2026-02-12T17:13:27.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4341 | 2026-02-12T17:13:27.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4342 | 2026-02-12T17:13:27.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4343 | 2026-02-12T17:13:27.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4344 | 2026-02-12T17:13:28.548Z | DEBG | oximeter (results-sink): inserting 937 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4345 | 2026-02-12T17:13:28.548Z | DEBG | oximeter (results-sink-cluster): inserting 937 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4346 | 2026-02-12T17:13:28.548Z | DEBG | oximeter (clickhouse-client): unrolling 937 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4347 | 2026-02-12T17:13:28.589Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 4
table_name = fields_ipaddr
|
| 4348 | 2026-02-12T17:13:28.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1260
table_name = fields_string
|
| 4349 | 2026-02-12T17:13:28.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 35
table_name = fields_u16
|
| 4350 | 2026-02-12T17:13:28.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 228
table_name = fields_u32
|
| 4351 | 2026-02-12T17:13:28.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 555
table_name = fields_uuid
|
| 4352 | 2026-02-12T17:13:28.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 846
table_name = measurements_cumulativeu64
|
| 4353 | 2026-02-12T17:13:28.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 4354 | 2026-02-12T17:13:28.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 4355 | 2026-02-12T17:13:28.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4356 | 2026-02-12T17:13:28.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4357 | 2026-02-12T17:13:28.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4358 | 2026-02-12T17:13:28.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4359 | 2026-02-12T17:13:28.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4360 | 2026-02-12T17:13:28.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4361 | 2026-02-12T17:13:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4362 | 2026-02-12T17:13:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4363 | 2026-02-12T17:13:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4364 | 2026-02-12T17:13:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4365 | 2026-02-12T17:13:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4366 | 2026-02-12T17:13:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4367 | 2026-02-12T17:13:28.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4368 | 2026-02-12T17:13:28.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4369 | 2026-02-12T17:13:28.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4370 | 2026-02-12T17:13:28.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4371 | 2026-02-12T17:13:29.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4372 | 2026-02-12T17:13:29.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4373 | 2026-02-12T17:13:29.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4374 | 2026-02-12T17:13:29.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4375 | 2026-02-12T17:13:29.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4376 | 2026-02-12T17:13:29.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4377 | 2026-02-12T17:13:29.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4378 | 2026-02-12T17:13:29.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4379 | 2026-02-12T17:13:29.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4380 | 2026-02-12T17:13:30.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4381 | 2026-02-12T17:13:30.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4382 | 2026-02-12T17:13:30.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4383 | 2026-02-12T17:13:30.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4384 | 2026-02-12T17:13:30.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4385 | 2026-02-12T17:13:30.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4386 | 2026-02-12T17:13:30.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4387 | 2026-02-12T17:13:30.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4388 | 2026-02-12T17:13:30.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4389 | 2026-02-12T17:13:31.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4390 | 2026-02-12T17:13:31.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4391 | 2026-02-12T17:13:31.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4392 | 2026-02-12T17:13:31.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4393 | 2026-02-12T17:13:31.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4394 | 2026-02-12T17:13:31.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4395 | 2026-02-12T17:13:31.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4396 | 2026-02-12T17:13:31.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4397 | 2026-02-12T17:13:31.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4398 | 2026-02-12T17:13:32.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4399 | 2026-02-12T17:13:32.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4400 | 2026-02-12T17:13:32.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4401 | 2026-02-12T17:13:32.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4402 | 2026-02-12T17:13:32.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4403 | 2026-02-12T17:13:32.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4404 | 2026-02-12T17:13:32.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4405 | 2026-02-12T17:13:32.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4406 | 2026-02-12T17:13:32.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4407 | 2026-02-12T17:13:33.548Z | DEBG | oximeter (results-sink): inserting 363 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4408 | 2026-02-12T17:13:33.548Z | DEBG | oximeter (results-sink-cluster): inserting 363 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4409 | 2026-02-12T17:13:33.548Z | DEBG | oximeter (clickhouse-client): unrolling 363 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4410 | 2026-02-12T17:13:33.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 266
table_name = fields_i16
|
| 4411 | 2026-02-12T17:13:33.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 772
table_name = fields_string
|
| 4412 | 2026-02-12T17:13:33.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 143
table_name = fields_u16
|
| 4413 | 2026-02-12T17:13:33.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 140
table_name = fields_u32
|
| 4414 | 2026-02-12T17:13:33.573Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 139
table_name = fields_u8
|
| 4415 | 2026-02-12T17:13:33.575Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 473
table_name = fields_uuid
|
| 4416 | 2026-02-12T17:13:33.576Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = measurements_bool
|
| 4417 | 2026-02-12T17:13:33.578Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 258
table_name = measurements_cumulativeu64
|
| 4418 | 2026-02-12T17:13:33.579Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1
table_name = measurements_f64
|
| 4419 | 2026-02-12T17:13:33.582Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 4420 | 2026-02-12T17:13:33.583Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 88
table_name = measurements_u64
|
| 4421 | 2026-02-12T17:13:33.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4422 | 2026-02-12T17:13:33.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4423 | 2026-02-12T17:13:33.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4424 | 2026-02-12T17:13:33.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4425 | 2026-02-12T17:13:33.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4426 | 2026-02-12T17:13:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4427 | 2026-02-12T17:13:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4428 | 2026-02-12T17:13:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4429 | 2026-02-12T17:13:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4430 | 2026-02-12T17:13:33.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4431 | 2026-02-12T17:13:33.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4432 | 2026-02-12T17:13:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4433 | 2026-02-12T17:13:33.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4434 | 2026-02-12T17:13:33.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4435 | 2026-02-12T17:13:33.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4436 | 2026-02-12T17:13:33.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4437 | 2026-02-12T17:13:33.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4438 | 2026-02-12T17:13:33.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4439 | 2026-02-12T17:13:33.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4440 | 2026-02-12T17:13:34.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4441 | 2026-02-12T17:13:34.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4442 | 2026-02-12T17:13:34.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4443 | 2026-02-12T17:13:34.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4444 | 2026-02-12T17:13:34.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4445 | 2026-02-12T17:13:34.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4446 | 2026-02-12T17:13:34.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4447 | 2026-02-12T17:13:34.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4448 | 2026-02-12T17:13:34.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4449 | 2026-02-12T17:13:35.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4450 | 2026-02-12T17:13:35.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4451 | 2026-02-12T17:13:35.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4452 | 2026-02-12T17:13:35.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4453 | 2026-02-12T17:13:35.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4454 | 2026-02-12T17:13:35.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4455 | 2026-02-12T17:13:35.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4456 | 2026-02-12T17:13:35.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4457 | 2026-02-12T17:13:35.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4458 | 2026-02-12T17:13:36.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4459 | 2026-02-12T17:13:36.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4460 | 2026-02-12T17:13:36.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4461 | 2026-02-12T17:13:36.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4462 | 2026-02-12T17:13:36.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4463 | 2026-02-12T17:13:36.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4464 | 2026-02-12T17:13:36.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4465 | 2026-02-12T17:13:36.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4466 | 2026-02-12T17:13:36.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4467 | 2026-02-12T17:13:37.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4468 | 2026-02-12T17:13:37.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4469 | 2026-02-12T17:13:37.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4470 | 2026-02-12T17:13:37.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4471 | 2026-02-12T17:13:37.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4472 | 2026-02-12T17:13:37.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4473 | 2026-02-12T17:13:37.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4474 | 2026-02-12T17:13:37.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4475 | 2026-02-12T17:13:37.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4476 | 2026-02-12T17:13:38.547Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4477 | 2026-02-12T17:13:38.547Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4478 | 2026-02-12T17:13:38.547Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4479 | 2026-02-12T17:13:38.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 4480 | 2026-02-12T17:13:38.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 4481 | 2026-02-12T17:13:38.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 4482 | 2026-02-12T17:13:38.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4483 | 2026-02-12T17:13:38.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 4484 | 2026-02-12T17:13:38.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 4485 | 2026-02-12T17:13:38.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4486 | 2026-02-12T17:13:38.776Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 4487 | 2026-02-12T17:13:38.776Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 4488 | 2026-02-12T17:13:38.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "7da5d0b0-7302-4a9d-ba88-193ebcb7fe93", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:13:38 GMT"} })
|
| 4489 | 2026-02-12T17:13:38.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 4490 | 2026-02-12T17:13:38.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::b]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "99017a8c-11dc-46c6-a386-64f9907464c4", "content-length": "29", "date": "Thu, 12 Feb 2026 17:13:38 GMT"} })
|
| 4491 | 2026-02-12T17:13:38.782Z | DEBG | oximeter (oximeter-agent): received request to register existing metric producer, updating collection information
address = [fd00:1122:3344:101::2]:47819
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
|
| 4492 | 2026-02-12T17:13:38.782Z | DEBG | oximeter (collection-task-handle): notified collection task of new producer endpoint
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4493 | 2026-02-12T17:13:38.782Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4494 | 2026-02-12T17:13:38.782Z | DEBG | oximeter (collection-task): collection task received request to update its producer information
address = [fd00:1122:3344:101::2]:47819
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
interval = 30s
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4495 | 2026-02-12T17:13:38.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4496 | 2026-02-12T17:13:38.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4497 | 2026-02-12T17:13:38.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4498 | 2026-02-12T17:13:38.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4499 | 2026-02-12T17:13:38.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4500 | 2026-02-12T17:13:38.788Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4501 | 2026-02-12T17:13:38.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4502 | 2026-02-12T17:13:38.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4503 | 2026-02-12T17:13:38.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4504 | 2026-02-12T17:13:38.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4505 | 2026-02-12T17:13:38.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4506 | 2026-02-12T17:13:38.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4507 | 2026-02-12T17:13:38.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4508 | 2026-02-12T17:13:38.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4509 | 2026-02-12T17:13:38.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4510 | 2026-02-12T17:13:39.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4511 | 2026-02-12T17:13:39.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4512 | 2026-02-12T17:13:39.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4513 | 2026-02-12T17:13:39.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4514 | 2026-02-12T17:13:39.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4515 | 2026-02-12T17:13:39.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4516 | 2026-02-12T17:13:39.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4517 | 2026-02-12T17:13:39.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4518 | 2026-02-12T17:13:39.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4519 | 2026-02-12T17:13:40.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4520 | 2026-02-12T17:13:40.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4521 | 2026-02-12T17:13:40.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4522 | 2026-02-12T17:13:40.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4523 | 2026-02-12T17:13:40.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4524 | 2026-02-12T17:13:40.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4525 | 2026-02-12T17:13:40.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4526 | 2026-02-12T17:13:40.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4527 | 2026-02-12T17:13:40.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4528 | 2026-02-12T17:13:41.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4529 | 2026-02-12T17:13:41.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4530 | 2026-02-12T17:13:41.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4531 | 2026-02-12T17:13:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4532 | 2026-02-12T17:13:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4533 | 2026-02-12T17:13:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4534 | 2026-02-12T17:13:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4535 | 2026-02-12T17:13:41.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4536 | 2026-02-12T17:13:41.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4537 | 2026-02-12T17:13:42.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4538 | 2026-02-12T17:13:42.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4539 | 2026-02-12T17:13:42.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4540 | 2026-02-12T17:13:42.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4541 | 2026-02-12T17:13:42.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4542 | 2026-02-12T17:13:42.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4543 | 2026-02-12T17:13:42.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4544 | 2026-02-12T17:13:42.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4545 | 2026-02-12T17:13:42.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4546 | 2026-02-12T17:13:43.548Z | DEBG | oximeter (results-sink): inserting 302 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4547 | 2026-02-12T17:13:43.548Z | DEBG | oximeter (results-sink-cluster): inserting 302 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4548 | 2026-02-12T17:13:43.548Z | DEBG | oximeter (clickhouse-client): unrolling 302 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4549 | 2026-02-12T17:13:43.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_i16
|
| 4550 | 2026-02-12T17:13:43.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 196
table_name = fields_string
|
| 4551 | 2026-02-12T17:13:43.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 22
table_name = fields_u16
|
| 4552 | 2026-02-12T17:13:43.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_u32
|
| 4553 | 2026-02-12T17:13:43.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = fields_u8
|
| 4554 | 2026-02-12T17:13:43.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 110
table_name = fields_uuid
|
| 4555 | 2026-02-12T17:13:43.571Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 232
table_name = measurements_cumulativeu64
|
| 4556 | 2026-02-12T17:13:43.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 4557 | 2026-02-12T17:13:43.575Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 4558 | 2026-02-12T17:13:43.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4559 | 2026-02-12T17:13:43.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4560 | 2026-02-12T17:13:43.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4561 | 2026-02-12T17:13:43.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4562 | 2026-02-12T17:13:43.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4563 | 2026-02-12T17:13:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4564 | 2026-02-12T17:13:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4565 | 2026-02-12T17:13:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4566 | 2026-02-12T17:13:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4567 | 2026-02-12T17:13:43.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4568 | 2026-02-12T17:13:43.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4569 | 2026-02-12T17:13:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4570 | 2026-02-12T17:13:43.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4571 | 2026-02-12T17:13:43.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4572 | 2026-02-12T17:13:43.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4573 | 2026-02-12T17:13:43.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4574 | 2026-02-12T17:13:43.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4575 | 2026-02-12T17:13:43.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4576 | 2026-02-12T17:13:43.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4577 | 2026-02-12T17:13:44.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4578 | 2026-02-12T17:13:44.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4579 | 2026-02-12T17:13:44.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4580 | 2026-02-12T17:13:44.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4581 | 2026-02-12T17:13:44.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4582 | 2026-02-12T17:13:44.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4583 | 2026-02-12T17:13:44.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4584 | 2026-02-12T17:13:44.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4585 | 2026-02-12T17:13:44.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4586 | 2026-02-12T17:13:45.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4587 | 2026-02-12T17:13:45.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4588 | 2026-02-12T17:13:45.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4589 | 2026-02-12T17:13:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4590 | 2026-02-12T17:13:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4591 | 2026-02-12T17:13:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4592 | 2026-02-12T17:13:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4593 | 2026-02-12T17:13:45.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4594 | 2026-02-12T17:13:45.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4595 | 2026-02-12T17:13:46.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4596 | 2026-02-12T17:13:46.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4597 | 2026-02-12T17:13:46.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4598 | 2026-02-12T17:13:46.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4599 | 2026-02-12T17:13:46.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4600 | 2026-02-12T17:13:46.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4601 | 2026-02-12T17:13:46.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4602 | 2026-02-12T17:13:46.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4603 | 2026-02-12T17:13:46.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4604 | 2026-02-12T17:13:47.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4605 | 2026-02-12T17:13:47.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4606 | 2026-02-12T17:13:47.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4607 | 2026-02-12T17:13:47.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4608 | 2026-02-12T17:13:47.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4609 | 2026-02-12T17:13:47.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4610 | 2026-02-12T17:13:47.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4611 | 2026-02-12T17:13:47.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4612 | 2026-02-12T17:13:47.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4613 | 2026-02-12T17:13:48.548Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4614 | 2026-02-12T17:13:48.548Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4615 | 2026-02-12T17:13:48.548Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4616 | 2026-02-12T17:13:48.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 4617 | 2026-02-12T17:13:48.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 4618 | 2026-02-12T17:13:48.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 4619 | 2026-02-12T17:13:48.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4620 | 2026-02-12T17:13:48.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 4621 | 2026-02-12T17:13:48.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 4622 | 2026-02-12T17:13:48.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4623 | 2026-02-12T17:13:48.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4624 | 2026-02-12T17:13:48.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4625 | 2026-02-12T17:13:48.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4626 | 2026-02-12T17:13:48.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4627 | 2026-02-12T17:13:48.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4628 | 2026-02-12T17:13:48.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4629 | 2026-02-12T17:13:48.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4630 | 2026-02-12T17:13:48.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4631 | 2026-02-12T17:13:48.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4632 | 2026-02-12T17:13:48.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4633 | 2026-02-12T17:13:48.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4634 | 2026-02-12T17:13:48.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4635 | 2026-02-12T17:13:49.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4636 | 2026-02-12T17:13:49.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4637 | 2026-02-12T17:13:49.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4638 | 2026-02-12T17:13:49.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4639 | 2026-02-12T17:13:49.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4640 | 2026-02-12T17:13:49.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4641 | 2026-02-12T17:13:49.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4642 | 2026-02-12T17:13:49.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4643 | 2026-02-12T17:13:49.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4644 | 2026-02-12T17:13:50.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4645 | 2026-02-12T17:13:50.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4646 | 2026-02-12T17:13:50.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4647 | 2026-02-12T17:13:50.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4648 | 2026-02-12T17:13:50.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4649 | 2026-02-12T17:13:50.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4650 | 2026-02-12T17:13:50.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4651 | 2026-02-12T17:13:50.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4652 | 2026-02-12T17:13:50.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4653 | 2026-02-12T17:13:51.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4654 | 2026-02-12T17:13:51.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4655 | 2026-02-12T17:13:51.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4656 | 2026-02-12T17:13:51.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4657 | 2026-02-12T17:13:51.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4658 | 2026-02-12T17:13:51.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4659 | 2026-02-12T17:13:51.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4660 | 2026-02-12T17:13:51.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4661 | 2026-02-12T17:13:51.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4662 | 2026-02-12T17:13:52.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4663 | 2026-02-12T17:13:52.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4664 | 2026-02-12T17:13:52.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4665 | 2026-02-12T17:13:52.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4666 | 2026-02-12T17:13:52.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4667 | 2026-02-12T17:13:52.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4668 | 2026-02-12T17:13:52.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4669 | 2026-02-12T17:13:52.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4670 | 2026-02-12T17:13:52.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4671 | 2026-02-12T17:13:53.547Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4672 | 2026-02-12T17:13:53.547Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4673 | 2026-02-12T17:13:53.547Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4674 | 2026-02-12T17:13:53.558Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 4675 | 2026-02-12T17:13:53.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 4676 | 2026-02-12T17:13:53.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 4677 | 2026-02-12T17:13:53.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4678 | 2026-02-12T17:13:53.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 4679 | 2026-02-12T17:13:53.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 4680 | 2026-02-12T17:13:53.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4681 | 2026-02-12T17:13:53.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 4682 | 2026-02-12T17:13:53.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 4683 | 2026-02-12T17:13:53.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "939f8092-5f10-47ef-80f7-5b8706cdb494", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:13:53 GMT"} })
|
| 4684 | 2026-02-12T17:13:53.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 4685 | 2026-02-12T17:13:53.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4686 | 2026-02-12T17:13:53.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4687 | 2026-02-12T17:13:53.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4688 | 2026-02-12T17:13:53.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4689 | 2026-02-12T17:13:53.783Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "1e7bc8e0-f794-45cb-a482-aa3c5bdf57a2", "content-length": "29", "date": "Thu, 12 Feb 2026 17:13:53 GMT"} })
|
| 4690 | 2026-02-12T17:13:53.783Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4691 | 2026-02-12T17:13:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4692 | 2026-02-12T17:13:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4693 | 2026-02-12T17:13:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 4694 | 2026-02-12T17:13:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4695 | 2026-02-12T17:13:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4696 | 2026-02-12T17:13:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4697 | 2026-02-12T17:13:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4698 | 2026-02-12T17:13:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 4699 | 2026-02-12T17:13:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 4700 | 2026-02-12T17:13:53.784Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4701 | 2026-02-12T17:13:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4702 | 2026-02-12T17:13:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4703 | 2026-02-12T17:13:53.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4704 | 2026-02-12T17:13:53.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4705 | 2026-02-12T17:13:53.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4706 | 2026-02-12T17:13:53.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4707 | 2026-02-12T17:13:53.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4708 | 2026-02-12T17:13:53.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4709 | 2026-02-12T17:13:53.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4710 | 2026-02-12T17:13:53.815Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 4711 | 2026-02-12T17:13:54.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4712 | 2026-02-12T17:13:54.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4713 | 2026-02-12T17:13:54.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4714 | 2026-02-12T17:13:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4715 | 2026-02-12T17:13:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4716 | 2026-02-12T17:13:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4717 | 2026-02-12T17:13:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4718 | 2026-02-12T17:13:54.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4719 | 2026-02-12T17:13:54.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4720 | 2026-02-12T17:13:55.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4721 | 2026-02-12T17:13:55.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4722 | 2026-02-12T17:13:55.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4723 | 2026-02-12T17:13:55.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4724 | 2026-02-12T17:13:55.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4725 | 2026-02-12T17:13:55.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4726 | 2026-02-12T17:13:55.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4727 | 2026-02-12T17:13:55.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4728 | 2026-02-12T17:13:55.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4729 | 2026-02-12T17:13:56.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4730 | 2026-02-12T17:13:56.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4731 | 2026-02-12T17:13:56.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4732 | 2026-02-12T17:13:56.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4733 | 2026-02-12T17:13:56.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4734 | 2026-02-12T17:13:56.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4735 | 2026-02-12T17:13:56.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4736 | 2026-02-12T17:13:56.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4737 | 2026-02-12T17:13:56.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4738 | 2026-02-12T17:13:57.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4739 | 2026-02-12T17:13:57.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4740 | 2026-02-12T17:13:57.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4741 | 2026-02-12T17:13:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4742 | 2026-02-12T17:13:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4743 | 2026-02-12T17:13:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4744 | 2026-02-12T17:13:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4745 | 2026-02-12T17:13:57.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4746 | 2026-02-12T17:13:57.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4747 | 2026-02-12T17:13:58.548Z | DEBG | oximeter (results-sink): inserting 938 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4748 | 2026-02-12T17:13:58.548Z | DEBG | oximeter (results-sink-cluster): inserting 938 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4749 | 2026-02-12T17:13:58.548Z | DEBG | oximeter (clickhouse-client): unrolling 938 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4750 | 2026-02-12T17:13:58.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = fields_ipaddr
|
| 4751 | 2026-02-12T17:13:58.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1261
table_name = fields_string
|
| 4752 | 2026-02-12T17:13:58.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 37
table_name = fields_u16
|
| 4753 | 2026-02-12T17:13:58.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 228
table_name = fields_u32
|
| 4754 | 2026-02-12T17:13:58.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 557
table_name = fields_uuid
|
| 4755 | 2026-02-12T17:13:58.597Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 847
table_name = measurements_cumulativeu64
|
| 4756 | 2026-02-12T17:13:58.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 4757 | 2026-02-12T17:13:58.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 4758 | 2026-02-12T17:13:58.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4759 | 2026-02-12T17:13:58.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4760 | 2026-02-12T17:13:58.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4761 | 2026-02-12T17:13:58.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4762 | 2026-02-12T17:13:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4763 | 2026-02-12T17:13:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4764 | 2026-02-12T17:13:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4765 | 2026-02-12T17:13:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4766 | 2026-02-12T17:13:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4767 | 2026-02-12T17:13:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4768 | 2026-02-12T17:13:58.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4769 | 2026-02-12T17:13:58.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4770 | 2026-02-12T17:13:58.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4771 | 2026-02-12T17:13:59.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4772 | 2026-02-12T17:13:59.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4773 | 2026-02-12T17:13:59.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4774 | 2026-02-12T17:13:59.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4775 | 2026-02-12T17:13:59.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4776 | 2026-02-12T17:13:59.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4777 | 2026-02-12T17:13:59.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4778 | 2026-02-12T17:13:59.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4779 | 2026-02-12T17:13:59.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4780 | 2026-02-12T17:14:00.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4781 | 2026-02-12T17:14:00.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4782 | 2026-02-12T17:14:00.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4783 | 2026-02-12T17:14:00.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4784 | 2026-02-12T17:14:00.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4785 | 2026-02-12T17:14:00.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4786 | 2026-02-12T17:14:00.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4787 | 2026-02-12T17:14:00.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4788 | 2026-02-12T17:14:00.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4789 | 2026-02-12T17:14:01.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4790 | 2026-02-12T17:14:01.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4791 | 2026-02-12T17:14:01.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4792 | 2026-02-12T17:14:01.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4793 | 2026-02-12T17:14:01.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4794 | 2026-02-12T17:14:01.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4795 | 2026-02-12T17:14:01.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4796 | 2026-02-12T17:14:01.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4797 | 2026-02-12T17:14:01.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4798 | 2026-02-12T17:14:02.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4799 | 2026-02-12T17:14:02.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4800 | 2026-02-12T17:14:02.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4801 | 2026-02-12T17:14:02.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4802 | 2026-02-12T17:14:02.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4803 | 2026-02-12T17:14:02.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4804 | 2026-02-12T17:14:02.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4805 | 2026-02-12T17:14:02.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4806 | 2026-02-12T17:14:02.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4807 | 2026-02-12T17:14:03.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4808 | 2026-02-12T17:14:03.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4809 | 2026-02-12T17:14:03.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4810 | 2026-02-12T17:14:03.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 4811 | 2026-02-12T17:14:03.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 4812 | 2026-02-12T17:14:03.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 4813 | 2026-02-12T17:14:03.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4814 | 2026-02-12T17:14:03.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 4815 | 2026-02-12T17:14:03.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 4816 | 2026-02-12T17:14:03.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4817 | 2026-02-12T17:14:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4818 | 2026-02-12T17:14:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4819 | 2026-02-12T17:14:03.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4820 | 2026-02-12T17:14:03.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4821 | 2026-02-12T17:14:03.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4822 | 2026-02-12T17:14:03.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4823 | 2026-02-12T17:14:03.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4824 | 2026-02-12T17:14:03.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4825 | 2026-02-12T17:14:03.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4826 | 2026-02-12T17:14:03.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4827 | 2026-02-12T17:14:03.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4828 | 2026-02-12T17:14:03.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4829 | 2026-02-12T17:14:03.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4830 | 2026-02-12T17:14:03.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4831 | 2026-02-12T17:14:03.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4832 | 2026-02-12T17:14:03.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4833 | 2026-02-12T17:14:03.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4834 | 2026-02-12T17:14:03.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4835 | 2026-02-12T17:14:04.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4836 | 2026-02-12T17:14:04.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4837 | 2026-02-12T17:14:04.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4838 | 2026-02-12T17:14:04.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4839 | 2026-02-12T17:14:04.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4840 | 2026-02-12T17:14:04.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4841 | 2026-02-12T17:14:04.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4842 | 2026-02-12T17:14:04.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4843 | 2026-02-12T17:14:04.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4844 | 2026-02-12T17:14:05.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4845 | 2026-02-12T17:14:05.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4846 | 2026-02-12T17:14:05.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4847 | 2026-02-12T17:14:05.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4848 | 2026-02-12T17:14:05.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4849 | 2026-02-12T17:14:05.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4850 | 2026-02-12T17:14:05.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4851 | 2026-02-12T17:14:05.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4852 | 2026-02-12T17:14:05.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4853 | 2026-02-12T17:14:06.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4854 | 2026-02-12T17:14:06.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4855 | 2026-02-12T17:14:06.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4856 | 2026-02-12T17:14:06.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4857 | 2026-02-12T17:14:06.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4858 | 2026-02-12T17:14:06.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4859 | 2026-02-12T17:14:06.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4860 | 2026-02-12T17:14:06.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4861 | 2026-02-12T17:14:06.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4862 | 2026-02-12T17:14:07.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4863 | 2026-02-12T17:14:07.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4864 | 2026-02-12T17:14:07.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4865 | 2026-02-12T17:14:07.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4866 | 2026-02-12T17:14:07.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4867 | 2026-02-12T17:14:07.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4868 | 2026-02-12T17:14:07.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4869 | 2026-02-12T17:14:07.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4870 | 2026-02-12T17:14:07.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4871 | 2026-02-12T17:14:08.547Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4872 | 2026-02-12T17:14:08.547Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4873 | 2026-02-12T17:14:08.547Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4874 | 2026-02-12T17:14:08.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 4875 | 2026-02-12T17:14:08.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 4876 | 2026-02-12T17:14:08.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 4877 | 2026-02-12T17:14:08.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 4878 | 2026-02-12T17:14:08.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 4879 | 2026-02-12T17:14:08.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 4880 | 2026-02-12T17:14:08.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4881 | 2026-02-12T17:14:08.776Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 4882 | 2026-02-12T17:14:08.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 4883 | 2026-02-12T17:14:08.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "ac14fc0c-f3d5-4b78-b53b-9eb2931fbcc4", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:14:08 GMT"} })
|
| 4884 | 2026-02-12T17:14:08.782Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 4885 | 2026-02-12T17:14:08.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4886 | 2026-02-12T17:14:08.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4887 | 2026-02-12T17:14:08.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4888 | 2026-02-12T17:14:08.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4889 | 2026-02-12T17:14:08.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4890 | 2026-02-12T17:14:08.785Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "65e489c9-b5f9-4c22-ac13-590062159849", "content-length": "29", "date": "Thu, 12 Feb 2026 17:14:08 GMT"} })
|
| 4891 | 2026-02-12T17:14:08.785Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 4892 | 2026-02-12T17:14:08.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4893 | 2026-02-12T17:14:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 4894 | 2026-02-12T17:14:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4895 | 2026-02-12T17:14:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4896 | 2026-02-12T17:14:08.792Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4897 | 2026-02-12T17:14:08.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4898 | 2026-02-12T17:14:08.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4899 | 2026-02-12T17:14:08.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4900 | 2026-02-12T17:14:08.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4901 | 2026-02-12T17:14:08.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4902 | 2026-02-12T17:14:08.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4903 | 2026-02-12T17:14:08.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4904 | 2026-02-12T17:14:08.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4905 | 2026-02-12T17:14:08.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 4906 | 2026-02-12T17:14:09.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4907 | 2026-02-12T17:14:09.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4908 | 2026-02-12T17:14:09.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4909 | 2026-02-12T17:14:09.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4910 | 2026-02-12T17:14:09.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4911 | 2026-02-12T17:14:09.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4912 | 2026-02-12T17:14:09.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4913 | 2026-02-12T17:14:09.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4914 | 2026-02-12T17:14:09.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4915 | 2026-02-12T17:14:10.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4916 | 2026-02-12T17:14:10.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4917 | 2026-02-12T17:14:10.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4918 | 2026-02-12T17:14:10.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4919 | 2026-02-12T17:14:10.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4920 | 2026-02-12T17:14:10.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4921 | 2026-02-12T17:14:10.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4922 | 2026-02-12T17:14:10.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4923 | 2026-02-12T17:14:10.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4924 | 2026-02-12T17:14:11.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4925 | 2026-02-12T17:14:11.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4926 | 2026-02-12T17:14:11.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4927 | 2026-02-12T17:14:11.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4928 | 2026-02-12T17:14:11.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4929 | 2026-02-12T17:14:11.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4930 | 2026-02-12T17:14:11.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4931 | 2026-02-12T17:14:11.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4932 | 2026-02-12T17:14:11.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4933 | 2026-02-12T17:14:12.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4934 | 2026-02-12T17:14:12.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4935 | 2026-02-12T17:14:12.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4936 | 2026-02-12T17:14:12.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4937 | 2026-02-12T17:14:12.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4938 | 2026-02-12T17:14:12.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4939 | 2026-02-12T17:14:12.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4940 | 2026-02-12T17:14:12.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4941 | 2026-02-12T17:14:12.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4942 | 2026-02-12T17:14:13.548Z | DEBG | oximeter (results-sink): inserting 270 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4943 | 2026-02-12T17:14:13.548Z | DEBG | oximeter (results-sink-cluster): inserting 270 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 4944 | 2026-02-12T17:14:13.548Z | DEBG | oximeter (clickhouse-client): unrolling 270 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 4945 | 2026-02-12T17:14:13.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_i16
|
| 4946 | 2026-02-12T17:14:13.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 8
table_name = fields_ipaddr
|
| 4947 | 2026-02-12T17:14:13.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 200
table_name = fields_string
|
| 4948 | 2026-02-12T17:14:13.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 30
table_name = fields_u16
|
| 4949 | 2026-02-12T17:14:13.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_u32
|
| 4950 | 2026-02-12T17:14:13.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = fields_u8
|
| 4951 | 2026-02-12T17:14:13.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_uuid
|
| 4952 | 2026-02-12T17:14:13.572Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 200
table_name = measurements_cumulativeu64
|
| 4953 | 2026-02-12T17:14:13.574Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 4954 | 2026-02-12T17:14:13.575Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 4955 | 2026-02-12T17:14:13.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 4956 | 2026-02-12T17:14:13.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4957 | 2026-02-12T17:14:13.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4958 | 2026-02-12T17:14:13.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4959 | 2026-02-12T17:14:13.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4960 | 2026-02-12T17:14:13.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4961 | 2026-02-12T17:14:13.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4962 | 2026-02-12T17:14:13.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4963 | 2026-02-12T17:14:13.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4964 | 2026-02-12T17:14:13.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 4965 | 2026-02-12T17:14:13.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 4966 | 2026-02-12T17:14:13.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4967 | 2026-02-12T17:14:13.788Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 4968 | 2026-02-12T17:14:13.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4969 | 2026-02-12T17:14:13.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4970 | 2026-02-12T17:14:13.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4971 | 2026-02-12T17:14:13.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4972 | 2026-02-12T17:14:13.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4973 | 2026-02-12T17:14:13.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4974 | 2026-02-12T17:14:14.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4975 | 2026-02-12T17:14:14.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4976 | 2026-02-12T17:14:14.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4977 | 2026-02-12T17:14:14.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4978 | 2026-02-12T17:14:14.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4979 | 2026-02-12T17:14:14.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4980 | 2026-02-12T17:14:14.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4981 | 2026-02-12T17:14:14.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4982 | 2026-02-12T17:14:14.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4983 | 2026-02-12T17:14:15.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4984 | 2026-02-12T17:14:15.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4985 | 2026-02-12T17:14:15.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4986 | 2026-02-12T17:14:15.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4987 | 2026-02-12T17:14:15.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4988 | 2026-02-12T17:14:15.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4989 | 2026-02-12T17:14:15.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4990 | 2026-02-12T17:14:15.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4991 | 2026-02-12T17:14:15.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4992 | 2026-02-12T17:14:16.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4993 | 2026-02-12T17:14:16.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4994 | 2026-02-12T17:14:16.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 4995 | 2026-02-12T17:14:16.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4996 | 2026-02-12T17:14:16.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 4997 | 2026-02-12T17:14:16.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4998 | 2026-02-12T17:14:16.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 4999 | 2026-02-12T17:14:16.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5000 | 2026-02-12T17:14:16.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5001 | 2026-02-12T17:14:17.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5002 | 2026-02-12T17:14:17.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5003 | 2026-02-12T17:14:17.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5004 | 2026-02-12T17:14:17.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5005 | 2026-02-12T17:14:17.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5006 | 2026-02-12T17:14:17.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5007 | 2026-02-12T17:14:17.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5008 | 2026-02-12T17:14:17.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5009 | 2026-02-12T17:14:17.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5010 | 2026-02-12T17:14:18.548Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5011 | 2026-02-12T17:14:18.548Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5012 | 2026-02-12T17:14:18.548Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 5013 | 2026-02-12T17:14:18.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 5014 | 2026-02-12T17:14:18.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 5015 | 2026-02-12T17:14:18.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 5016 | 2026-02-12T17:14:18.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 5017 | 2026-02-12T17:14:18.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 5018 | 2026-02-12T17:14:18.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 5019 | 2026-02-12T17:14:18.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 5020 | 2026-02-12T17:14:18.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5021 | 2026-02-12T17:14:18.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5022 | 2026-02-12T17:14:18.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5023 | 2026-02-12T17:14:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5024 | 2026-02-12T17:14:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5025 | 2026-02-12T17:14:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5026 | 2026-02-12T17:14:18.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5027 | 2026-02-12T17:14:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5028 | 2026-02-12T17:14:18.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5029 | 2026-02-12T17:14:18.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5030 | 2026-02-12T17:14:18.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5031 | 2026-02-12T17:14:18.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5032 | 2026-02-12T17:14:19.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5033 | 2026-02-12T17:14:19.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5034 | 2026-02-12T17:14:19.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5035 | 2026-02-12T17:14:19.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5036 | 2026-02-12T17:14:19.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5037 | 2026-02-12T17:14:19.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5038 | 2026-02-12T17:14:19.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5039 | 2026-02-12T17:14:19.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5040 | 2026-02-12T17:14:19.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5041 | 2026-02-12T17:14:20.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5042 | 2026-02-12T17:14:20.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5043 | 2026-02-12T17:14:20.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5044 | 2026-02-12T17:14:20.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5045 | 2026-02-12T17:14:20.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5046 | 2026-02-12T17:14:20.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5047 | 2026-02-12T17:14:20.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5048 | 2026-02-12T17:14:20.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5049 | 2026-02-12T17:14:20.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5050 | 2026-02-12T17:14:21.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5051 | 2026-02-12T17:14:21.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5052 | 2026-02-12T17:14:21.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5053 | 2026-02-12T17:14:21.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5054 | 2026-02-12T17:14:21.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5055 | 2026-02-12T17:14:21.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5056 | 2026-02-12T17:14:21.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5057 | 2026-02-12T17:14:21.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5058 | 2026-02-12T17:14:21.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5059 | 2026-02-12T17:14:22.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5060 | 2026-02-12T17:14:22.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5061 | 2026-02-12T17:14:22.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5062 | 2026-02-12T17:14:22.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5063 | 2026-02-12T17:14:22.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5064 | 2026-02-12T17:14:22.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5065 | 2026-02-12T17:14:22.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5066 | 2026-02-12T17:14:22.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5067 | 2026-02-12T17:14:22.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5068 | 2026-02-12T17:14:23.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5069 | 2026-02-12T17:14:23.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5070 | 2026-02-12T17:14:23.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 5071 | 2026-02-12T17:14:23.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 5072 | 2026-02-12T17:14:23.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 5073 | 2026-02-12T17:14:23.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 5074 | 2026-02-12T17:14:23.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 5075 | 2026-02-12T17:14:23.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 5076 | 2026-02-12T17:14:23.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 5077 | 2026-02-12T17:14:23.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 5078 | 2026-02-12T17:14:23.776Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 5079 | 2026-02-12T17:14:23.776Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 5080 | 2026-02-12T17:14:23.779Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "84d7443b-c95a-4a82-9fb4-7e7518e54499", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:14:23 GMT"} })
|
| 5081 | 2026-02-12T17:14:23.779Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 5082 | 2026-02-12T17:14:23.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "a82ee663-4199-4e13-9a4a-a4a8c685ed56", "content-length": "29", "date": "Thu, 12 Feb 2026 17:14:23 GMT"} })
|
| 5083 | 2026-02-12T17:14:23.782Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 5084 | 2026-02-12T17:14:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5085 | 2026-02-12T17:14:23.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5086 | 2026-02-12T17:14:23.783Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5087 | 2026-02-12T17:14:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5088 | 2026-02-12T17:14:23.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5089 | 2026-02-12T17:14:23.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5090 | 2026-02-12T17:14:23.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 5091 | 2026-02-12T17:14:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 5092 | 2026-02-12T17:14:23.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5093 | 2026-02-12T17:14:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5094 | 2026-02-12T17:14:23.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5095 | 2026-02-12T17:14:23.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5096 | 2026-02-12T17:14:23.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5097 | 2026-02-12T17:14:23.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5098 | 2026-02-12T17:14:23.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5099 | 2026-02-12T17:14:23.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5100 | 2026-02-12T17:14:23.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5101 | 2026-02-12T17:14:23.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5102 | 2026-02-12T17:14:23.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5103 | 2026-02-12T17:14:23.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5104 | 2026-02-12T17:14:23.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5105 | 2026-02-12T17:14:23.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5106 | 2026-02-12T17:14:23.816Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 5107 | 2026-02-12T17:14:24.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5108 | 2026-02-12T17:14:24.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5109 | 2026-02-12T17:14:24.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5110 | 2026-02-12T17:14:24.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5111 | 2026-02-12T17:14:24.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5112 | 2026-02-12T17:14:24.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5113 | 2026-02-12T17:14:24.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5114 | 2026-02-12T17:14:24.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5115 | 2026-02-12T17:14:24.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5116 | 2026-02-12T17:14:25.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5117 | 2026-02-12T17:14:25.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5118 | 2026-02-12T17:14:25.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5119 | 2026-02-12T17:14:25.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5120 | 2026-02-12T17:14:25.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5121 | 2026-02-12T17:14:25.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5122 | 2026-02-12T17:14:25.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5123 | 2026-02-12T17:14:25.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5124 | 2026-02-12T17:14:25.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5125 | 2026-02-12T17:14:26.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5126 | 2026-02-12T17:14:26.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5127 | 2026-02-12T17:14:26.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5128 | 2026-02-12T17:14:26.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5129 | 2026-02-12T17:14:26.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5130 | 2026-02-12T17:14:26.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5131 | 2026-02-12T17:14:26.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5132 | 2026-02-12T17:14:26.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5133 | 2026-02-12T17:14:26.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5134 | 2026-02-12T17:14:27.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5135 | 2026-02-12T17:14:27.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5136 | 2026-02-12T17:14:27.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5137 | 2026-02-12T17:14:27.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5138 | 2026-02-12T17:14:27.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5139 | 2026-02-12T17:14:27.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5140 | 2026-02-12T17:14:27.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5141 | 2026-02-12T17:14:27.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5142 | 2026-02-12T17:14:27.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5143 | 2026-02-12T17:14:28.548Z | DEBG | oximeter (results-sink): inserting 937 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5144 | 2026-02-12T17:14:28.548Z | DEBG | oximeter (results-sink-cluster): inserting 937 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5145 | 2026-02-12T17:14:28.548Z | DEBG | oximeter (clickhouse-client): unrolling 937 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 5146 | 2026-02-12T17:14:28.588Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 4
table_name = fields_ipaddr
|
| 5147 | 2026-02-12T17:14:28.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1260
table_name = fields_string
|
| 5148 | 2026-02-12T17:14:28.592Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 35
table_name = fields_u16
|
| 5149 | 2026-02-12T17:14:28.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 228
table_name = fields_u32
|
| 5150 | 2026-02-12T17:14:28.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 555
table_name = fields_uuid
|
| 5151 | 2026-02-12T17:14:28.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 846
table_name = measurements_cumulativeu64
|
| 5152 | 2026-02-12T17:14:28.600Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 5153 | 2026-02-12T17:14:28.601Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 5154 | 2026-02-12T17:14:28.648Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 5155 | 2026-02-12T17:14:28.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5156 | 2026-02-12T17:14:28.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5157 | 2026-02-12T17:14:28.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5158 | 2026-02-12T17:14:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5159 | 2026-02-12T17:14:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5160 | 2026-02-12T17:14:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5161 | 2026-02-12T17:14:28.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5162 | 2026-02-12T17:14:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5163 | 2026-02-12T17:14:28.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5164 | 2026-02-12T17:14:28.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5165 | 2026-02-12T17:14:28.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5166 | 2026-02-12T17:14:28.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5167 | 2026-02-12T17:14:29.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5168 | 2026-02-12T17:14:29.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5169 | 2026-02-12T17:14:29.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5170 | 2026-02-12T17:14:29.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5171 | 2026-02-12T17:14:29.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5172 | 2026-02-12T17:14:29.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5173 | 2026-02-12T17:14:29.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5174 | 2026-02-12T17:14:29.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5175 | 2026-02-12T17:14:29.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5176 | 2026-02-12T17:14:30.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5177 | 2026-02-12T17:14:30.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5178 | 2026-02-12T17:14:30.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5179 | 2026-02-12T17:14:30.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5180 | 2026-02-12T17:14:30.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5181 | 2026-02-12T17:14:30.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5182 | 2026-02-12T17:14:30.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5183 | 2026-02-12T17:14:30.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5184 | 2026-02-12T17:14:30.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5185 | 2026-02-12T17:14:31.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5186 | 2026-02-12T17:14:31.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5187 | 2026-02-12T17:14:31.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5188 | 2026-02-12T17:14:31.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5189 | 2026-02-12T17:14:31.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5190 | 2026-02-12T17:14:31.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5191 | 2026-02-12T17:14:31.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5192 | 2026-02-12T17:14:31.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5193 | 2026-02-12T17:14:31.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5194 | 2026-02-12T17:14:32.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5195 | 2026-02-12T17:14:32.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5196 | 2026-02-12T17:14:32.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5197 | 2026-02-12T17:14:32.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5198 | 2026-02-12T17:14:32.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5199 | 2026-02-12T17:14:32.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5200 | 2026-02-12T17:14:32.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5201 | 2026-02-12T17:14:32.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5202 | 2026-02-12T17:14:32.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5203 | 2026-02-12T17:14:33.548Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5204 | 2026-02-12T17:14:33.548Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 5205 | 2026-02-12T17:14:33.548Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5206 | 2026-02-12T17:14:33.558Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 5207 | 2026-02-12T17:14:33.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 5208 | 2026-02-12T17:14:33.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 5209 | 2026-02-12T17:14:33.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 5210 | 2026-02-12T17:14:33.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 5211 | 2026-02-12T17:14:33.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 5212 | 2026-02-12T17:14:33.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 5213 | 2026-02-12T17:14:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5214 | 2026-02-12T17:14:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5215 | 2026-02-12T17:14:33.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5216 | 2026-02-12T17:14:33.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5217 | 2026-02-12T17:14:33.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5218 | 2026-02-12T17:14:33.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5219 | 2026-02-12T17:14:33.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5220 | 2026-02-12T17:14:33.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5221 | 2026-02-12T17:14:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5222 | 2026-02-12T17:14:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5223 | 2026-02-12T17:14:33.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5224 | 2026-02-12T17:14:33.787Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5225 | 2026-02-12T17:14:33.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5226 | 2026-02-12T17:14:33.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5227 | 2026-02-12T17:14:33.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5228 | 2026-02-12T17:14:33.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5229 | 2026-02-12T17:14:33.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5230 | 2026-02-12T17:14:33.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5231 | 2026-02-12T17:14:34.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5232 | 2026-02-12T17:14:34.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5233 | 2026-02-12T17:14:34.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5234 | 2026-02-12T17:14:34.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5235 | 2026-02-12T17:14:34.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5236 | 2026-02-12T17:14:34.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5237 | 2026-02-12T17:14:34.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5238 | 2026-02-12T17:14:34.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5239 | 2026-02-12T17:14:34.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5240 | 2026-02-12T17:14:35.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5241 | 2026-02-12T17:14:35.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5242 | 2026-02-12T17:14:35.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5243 | 2026-02-12T17:14:35.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5244 | 2026-02-12T17:14:35.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5245 | 2026-02-12T17:14:35.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5246 | 2026-02-12T17:14:35.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5247 | 2026-02-12T17:14:35.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5248 | 2026-02-12T17:14:35.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5249 | 2026-02-12T17:14:36.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5250 | 2026-02-12T17:14:36.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5251 | 2026-02-12T17:14:36.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5252 | 2026-02-12T17:14:36.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5253 | 2026-02-12T17:14:36.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5254 | 2026-02-12T17:14:36.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5255 | 2026-02-12T17:14:36.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5256 | 2026-02-12T17:14:36.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5257 | 2026-02-12T17:14:36.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5258 | 2026-02-12T17:14:37.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5259 | 2026-02-12T17:14:37.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5260 | 2026-02-12T17:14:37.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5261 | 2026-02-12T17:14:37.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5262 | 2026-02-12T17:14:37.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5263 | 2026-02-12T17:14:37.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5264 | 2026-02-12T17:14:37.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5265 | 2026-02-12T17:14:37.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5266 | 2026-02-12T17:14:37.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5267 | 2026-02-12T17:14:38.549Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5268 | 2026-02-12T17:14:38.549Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5269 | 2026-02-12T17:14:38.549Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 5270 | 2026-02-12T17:14:38.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 5271 | 2026-02-12T17:14:38.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 5272 | 2026-02-12T17:14:38.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 5273 | 2026-02-12T17:14:38.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 5274 | 2026-02-12T17:14:38.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 5275 | 2026-02-12T17:14:38.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 5276 | 2026-02-12T17:14:38.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 5277 | 2026-02-12T17:14:38.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 5278 | 2026-02-12T17:14:38.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 5279 | 2026-02-12T17:14:38.780Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "1f51c876-9006-4b67-a4e4-2be51d343d70", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:14:38 GMT"} })
|
| 5280 | 2026-02-12T17:14:38.780Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 5281 | 2026-02-12T17:14:38.782Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "89ba4d90-0814-442b-9ad6-576064e45be6", "content-length": "29", "date": "Thu, 12 Feb 2026 17:14:38 GMT"} })
|
| 5282 | 2026-02-12T17:14:38.782Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 5283 | 2026-02-12T17:14:38.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 5284 | 2026-02-12T17:14:38.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 5285 | 2026-02-12T17:14:38.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5286 | 2026-02-12T17:14:38.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5287 | 2026-02-12T17:14:38.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5288 | 2026-02-12T17:14:38.790Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = a1f17781-5aa3-4c3f-8840-7093a8b2bf07
producer_ip = fd00:1122:3344:101::2
producer_port = 48120
|
| 5289 | 2026-02-12T17:14:38.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5290 | 2026-02-12T17:14:38.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5291 | 2026-02-12T17:14:38.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5292 | 2026-02-12T17:14:38.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5293 | 2026-02-12T17:14:38.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5294 | 2026-02-12T17:14:38.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5295 | 2026-02-12T17:14:38.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5296 | 2026-02-12T17:14:38.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5297 | 2026-02-12T17:14:38.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5298 | 2026-02-12T17:14:39.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5299 | 2026-02-12T17:14:39.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5300 | 2026-02-12T17:14:39.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5301 | 2026-02-12T17:14:39.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5302 | 2026-02-12T17:14:39.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5303 | 2026-02-12T17:14:39.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5304 | 2026-02-12T17:14:39.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5305 | 2026-02-12T17:14:39.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5306 | 2026-02-12T17:14:39.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5307 | 2026-02-12T17:14:40.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5308 | 2026-02-12T17:14:40.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5309 | 2026-02-12T17:14:40.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5310 | 2026-02-12T17:14:40.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5311 | 2026-02-12T17:14:40.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5312 | 2026-02-12T17:14:40.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5313 | 2026-02-12T17:14:40.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5314 | 2026-02-12T17:14:40.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5315 | 2026-02-12T17:14:40.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5316 | 2026-02-12T17:14:41.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5317 | 2026-02-12T17:14:41.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5318 | 2026-02-12T17:14:41.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5319 | 2026-02-12T17:14:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5320 | 2026-02-12T17:14:41.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5321 | 2026-02-12T17:14:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5322 | 2026-02-12T17:14:41.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5323 | 2026-02-12T17:14:41.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5324 | 2026-02-12T17:14:41.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5325 | 2026-02-12T17:14:42.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5326 | 2026-02-12T17:14:42.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5327 | 2026-02-12T17:14:42.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5328 | 2026-02-12T17:14:42.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5329 | 2026-02-12T17:14:42.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5330 | 2026-02-12T17:14:42.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5331 | 2026-02-12T17:14:42.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5332 | 2026-02-12T17:14:42.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5333 | 2026-02-12T17:14:42.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5334 | 2026-02-12T17:14:43.548Z | DEBG | oximeter (results-sink): inserting 266 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5335 | 2026-02-12T17:14:43.548Z | DEBG | oximeter (results-sink-cluster): inserting 266 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5336 | 2026-02-12T17:14:43.548Z | DEBG | oximeter (clickhouse-client): unrolling 266 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 5337 | 2026-02-12T17:14:43.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_i16
|
| 5338 | 2026-02-12T17:14:43.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 196
table_name = fields_string
|
| 5339 | 2026-02-12T17:14:43.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 22
table_name = fields_u16
|
| 5340 | 2026-02-12T17:14:43.564Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 24
table_name = fields_u32
|
| 5341 | 2026-02-12T17:14:43.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 12
table_name = fields_u8
|
| 5342 | 2026-02-12T17:14:43.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 110
table_name = fields_uuid
|
| 5343 | 2026-02-12T17:14:43.568Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 196
table_name = measurements_cumulativeu64
|
| 5344 | 2026-02-12T17:14:43.570Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 5345 | 2026-02-12T17:14:43.571Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 5346 | 2026-02-12T17:14:43.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 5347 | 2026-02-12T17:14:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5348 | 2026-02-12T17:14:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5349 | 2026-02-12T17:14:43.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5350 | 2026-02-12T17:14:43.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5351 | 2026-02-12T17:14:43.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5352 | 2026-02-12T17:14:43.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5353 | 2026-02-12T17:14:43.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5354 | 2026-02-12T17:14:43.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5355 | 2026-02-12T17:14:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5356 | 2026-02-12T17:14:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5357 | 2026-02-12T17:14:43.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5358 | 2026-02-12T17:14:43.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5359 | 2026-02-12T17:14:43.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5360 | 2026-02-12T17:14:43.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5361 | 2026-02-12T17:14:43.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5362 | 2026-02-12T17:14:43.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5363 | 2026-02-12T17:14:43.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5364 | 2026-02-12T17:14:43.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5365 | 2026-02-12T17:14:44.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5366 | 2026-02-12T17:14:44.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5367 | 2026-02-12T17:14:44.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5368 | 2026-02-12T17:14:44.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5369 | 2026-02-12T17:14:44.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5370 | 2026-02-12T17:14:44.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5371 | 2026-02-12T17:14:44.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5372 | 2026-02-12T17:14:44.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5373 | 2026-02-12T17:14:44.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5374 | 2026-02-12T17:14:45.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5375 | 2026-02-12T17:14:45.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5376 | 2026-02-12T17:14:45.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5377 | 2026-02-12T17:14:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5378 | 2026-02-12T17:14:45.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5379 | 2026-02-12T17:14:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5380 | 2026-02-12T17:14:45.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5381 | 2026-02-12T17:14:45.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5382 | 2026-02-12T17:14:45.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5383 | 2026-02-12T17:14:46.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5384 | 2026-02-12T17:14:46.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5385 | 2026-02-12T17:14:46.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5386 | 2026-02-12T17:14:46.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5387 | 2026-02-12T17:14:46.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5388 | 2026-02-12T17:14:46.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5389 | 2026-02-12T17:14:46.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5390 | 2026-02-12T17:14:46.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5391 | 2026-02-12T17:14:46.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5392 | 2026-02-12T17:14:47.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5393 | 2026-02-12T17:14:47.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5394 | 2026-02-12T17:14:47.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5395 | 2026-02-12T17:14:47.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5396 | 2026-02-12T17:14:47.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5397 | 2026-02-12T17:14:47.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5398 | 2026-02-12T17:14:47.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5399 | 2026-02-12T17:14:47.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5400 | 2026-02-12T17:14:47.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5401 | 2026-02-12T17:14:48.548Z | DEBG | oximeter (results-sink): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5402 | 2026-02-12T17:14:48.548Z | DEBG | oximeter (results-sink-cluster): inserting 251 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5403 | 2026-02-12T17:14:48.548Z | DEBG | oximeter (clickhouse-client): unrolling 251 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 5404 | 2026-02-12T17:14:48.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 118
table_name = fields_string
|
| 5405 | 2026-02-12T17:14:48.562Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = fields_u16
|
| 5406 | 2026-02-12T17:14:48.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 95
table_name = fields_uuid
|
| 5407 | 2026-02-12T17:14:48.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 5408 | 2026-02-12T17:14:48.567Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 5409 | 2026-02-12T17:14:48.569Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 5410 | 2026-02-12T17:14:48.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 5411 | 2026-02-12T17:14:48.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5412 | 2026-02-12T17:14:48.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5413 | 2026-02-12T17:14:48.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5414 | 2026-02-12T17:14:48.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5415 | 2026-02-12T17:14:48.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5416 | 2026-02-12T17:14:48.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5417 | 2026-02-12T17:14:48.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5418 | 2026-02-12T17:14:48.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5419 | 2026-02-12T17:14:48.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5420 | 2026-02-12T17:14:48.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5421 | 2026-02-12T17:14:48.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5422 | 2026-02-12T17:14:48.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5423 | 2026-02-12T17:14:49.782Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5424 | 2026-02-12T17:14:49.782Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5425 | 2026-02-12T17:14:49.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5426 | 2026-02-12T17:14:49.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5427 | 2026-02-12T17:14:49.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5428 | 2026-02-12T17:14:49.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5429 | 2026-02-12T17:14:49.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5430 | 2026-02-12T17:14:49.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5431 | 2026-02-12T17:14:49.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5432 | 2026-02-12T17:14:50.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5433 | 2026-02-12T17:14:50.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5434 | 2026-02-12T17:14:50.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5435 | 2026-02-12T17:14:50.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5436 | 2026-02-12T17:14:50.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5437 | 2026-02-12T17:14:50.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5438 | 2026-02-12T17:14:50.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5439 | 2026-02-12T17:14:50.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5440 | 2026-02-12T17:14:50.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5441 | 2026-02-12T17:14:51.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5442 | 2026-02-12T17:14:51.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5443 | 2026-02-12T17:14:51.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5444 | 2026-02-12T17:14:51.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5445 | 2026-02-12T17:14:51.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5446 | 2026-02-12T17:14:51.791Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5447 | 2026-02-12T17:14:51.791Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5448 | 2026-02-12T17:14:51.792Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5449 | 2026-02-12T17:14:51.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5450 | 2026-02-12T17:14:52.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5451 | 2026-02-12T17:14:52.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5452 | 2026-02-12T17:14:52.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5453 | 2026-02-12T17:14:52.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5454 | 2026-02-12T17:14:52.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5455 | 2026-02-12T17:14:52.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5456 | 2026-02-12T17:14:52.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5457 | 2026-02-12T17:14:52.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5458 | 2026-02-12T17:14:52.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5459 | 2026-02-12T17:14:53.547Z | DEBG | oximeter (results-sink): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5460 | 2026-02-12T17:14:53.547Z | DEBG | oximeter (results-sink-cluster): inserting 230 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5461 | 2026-02-12T17:14:53.547Z | DEBG | oximeter (clickhouse-client): unrolling 230 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 5462 | 2026-02-12T17:14:53.559Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 76
table_name = fields_string
|
| 5463 | 2026-02-12T17:14:53.560Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = fields_u16
|
| 5464 | 2026-02-12T17:14:53.561Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 74
table_name = fields_uuid
|
| 5465 | 2026-02-12T17:14:53.563Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 160
table_name = measurements_cumulativeu64
|
| 5466 | 2026-02-12T17:14:53.565Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 10
table_name = measurements_histogramu64
|
| 5467 | 2026-02-12T17:14:53.566Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 5468 | 2026-02-12T17:14:53.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 5469 | 2026-02-12T17:14:53.777Z | INFO | oximeter (oximeter-agent): refreshing list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:557
|
| 5470 | 2026-02-12T17:14:53.777Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending
|
| 5471 | 2026-02-12T17:14:53.781Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?sort_by=id_ascending", status: 200, headers: {"content-type": "application/json", "x-request-id": "199052a5-55be-4be7-9a5e-a49c0bbe0f46", "content-length": "1412", "date": "Thu, 12 Feb 2026 17:14:53 GMT"} })
|
| 5472 | 2026-02-12T17:14:53.781Z | DEBG | oximeter: client request
body = None
method = GET
uri = http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D
|
| 5473 | 2026-02-12T17:14:53.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5474 | 2026-02-12T17:14:53.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5475 | 2026-02-12T17:14:53.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5476 | 2026-02-12T17:14:53.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5477 | 2026-02-12T17:14:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5478 | 2026-02-12T17:14:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5479 | 2026-02-12T17:14:53.784Z | DEBG | oximeter (collection-task): reporting oximeter self-collection statistics
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 5480 | 2026-02-12T17:14:53.784Z | DEBG | oximeter: client response
result = Ok(Response { url: "http://[fd00:1122:3344:101::c]:12221/metrics/collectors/c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032/producers?page_token=eyJ2IjoidjEiLCJwYWdlX3N0YXJ0Ijp7InNvcnRfYnkiOiJpZF9hc2NlbmRpbmciLCJsYXN0X3NlZW4iOiJkNmFkZWY4OC01NWVjLTRiM2EtODhmNS02NDNmMDQ5ZmEwMzEifX0%3D", status: 200, headers: {"content-type": "application/json", "x-request-id": "7ae9808f-8d3d-4947-80bb-55ffab8ad90f", "content-length": "29", "date": "Thu, 12 Feb 2026 17:14:53 GMT"} })
|
| 5481 | 2026-02-12T17:14:53.784Z | INFO | oximeter (oximeter-agent): refreshed list of producers from Nexus
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
file = oximeter/collector/src/agent.rs:632
n_current_tasks = 9
n_pruned_tasks = 0
|
| 5482 | 2026-02-12T17:14:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5483 | 2026-02-12T17:14:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5484 | 2026-02-12T17:14:53.784Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 5485 | 2026-02-12T17:14:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5486 | 2026-02-12T17:14:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 5487 | 2026-02-12T17:14:53.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5488 | 2026-02-12T17:14:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 30f6211e-6544-4ae7-8f2d-d20a530005ee
producer_ip = fd00:1122:3344:101::c
producer_port = 43857
|
| 5489 | 2026-02-12T17:14:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = d6adef88-55ec-4b3a-88f5-643f049fa031
producer_ip = fd00:1122:3344:101::a
producer_port = 49513
|
| 5490 | 2026-02-12T17:14:53.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5491 | 2026-02-12T17:14:53.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 5
producer_id = 2edd7cc5-8e31-49ae-821c-d2c2cd24ff7a
producer_ip = fd00:1122:3344:101::b
producer_port = 34037
|
| 5492 | 2026-02-12T17:14:53.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5493 | 2026-02-12T17:14:53.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5494 | 2026-02-12T17:14:53.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5495 | 2026-02-12T17:14:53.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5496 | 2026-02-12T17:14:53.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5497 | 2026-02-12T17:14:53.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5498 | 2026-02-12T17:14:53.815Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = aa7820e9-6611-49c8-a94d-2e722ca25b67
producer_ip = fd00:1122:3344:101::1
producer_port = 35370
|
| 5499 | 2026-02-12T17:14:54.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5500 | 2026-02-12T17:14:54.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5501 | 2026-02-12T17:14:54.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5502 | 2026-02-12T17:14:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5503 | 2026-02-12T17:14:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5504 | 2026-02-12T17:14:54.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5505 | 2026-02-12T17:14:54.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5506 | 2026-02-12T17:14:54.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5507 | 2026-02-12T17:14:54.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5508 | 2026-02-12T17:14:55.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5509 | 2026-02-12T17:14:55.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5510 | 2026-02-12T17:14:55.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5511 | 2026-02-12T17:14:55.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5512 | 2026-02-12T17:14:55.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5513 | 2026-02-12T17:14:55.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5514 | 2026-02-12T17:14:55.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5515 | 2026-02-12T17:14:55.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5516 | 2026-02-12T17:14:55.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5517 | 2026-02-12T17:14:56.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5518 | 2026-02-12T17:14:56.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5519 | 2026-02-12T17:14:56.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5520 | 2026-02-12T17:14:56.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5521 | 2026-02-12T17:14:56.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5522 | 2026-02-12T17:14:56.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5523 | 2026-02-12T17:14:56.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5524 | 2026-02-12T17:14:56.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5525 | 2026-02-12T17:14:56.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5526 | 2026-02-12T17:14:57.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5527 | 2026-02-12T17:14:57.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5528 | 2026-02-12T17:14:57.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5529 | 2026-02-12T17:14:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5530 | 2026-02-12T17:14:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5531 | 2026-02-12T17:14:57.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5532 | 2026-02-12T17:14:57.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5533 | 2026-02-12T17:14:57.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5534 | 2026-02-12T17:14:57.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5535 | 2026-02-12T17:14:58.548Z | DEBG | oximeter (results-sink): inserting 938 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5536 | 2026-02-12T17:14:58.548Z | DEBG | oximeter (results-sink-cluster): inserting 938 samples into database
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
|
| 5537 | 2026-02-12T17:14:58.548Z | DEBG | oximeter (clickhouse-client): unrolling 938 total samples
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
|
| 5538 | 2026-02-12T17:14:58.587Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 6
table_name = fields_ipaddr
|
| 5539 | 2026-02-12T17:14:58.590Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 1261
table_name = fields_string
|
| 5540 | 2026-02-12T17:14:58.591Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 37
table_name = fields_u16
|
| 5541 | 2026-02-12T17:14:58.593Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 228
table_name = fields_u32
|
| 5542 | 2026-02-12T17:14:58.594Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 557
table_name = fields_uuid
|
| 5543 | 2026-02-12T17:14:58.596Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 847
table_name = measurements_cumulativeu64
|
| 5544 | 2026-02-12T17:14:58.598Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 31
table_name = measurements_histogramu64
|
| 5545 | 2026-02-12T17:14:58.599Z | DEBG | oximeter (clickhouse-client): inserted rows into table
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
id = afc9934f-05d2-4d88-be56-c1d2968ec174
n_rows = 60
table_name = measurements_u64
|
| 5546 | 2026-02-12T17:14:58.649Z | WARN | oximeter (results-sink-cluster): failed to insert some results into metric DB
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
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
|
| 5547 | 2026-02-12T17:14:58.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5548 | 2026-02-12T17:14:58.784Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5549 | 2026-02-12T17:14:58.786Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5550 | 2026-02-12T17:14:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5551 | 2026-02-12T17:14:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5552 | 2026-02-12T17:14:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5553 | 2026-02-12T17:14:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5554 | 2026-02-12T17:14:58.792Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5555 | 2026-02-12T17:14:58.792Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5556 | 2026-02-12T17:14:58.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5557 | 2026-02-12T17:14:58.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5558 | 2026-02-12T17:14:58.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 2
producer_id = 45349580-7e11-4878-8478-48e2dc0dc6c6
producer_ip = fd00:1122:3344:101::2
producer_port = 37578
|
| 5559 | 2026-02-12T17:14:59.783Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5560 | 2026-02-12T17:14:59.783Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5561 | 2026-02-12T17:14:59.785Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = c14c6f1f-ca53-4785-9ecf-9cbfd273d608
producer_ip = fd00:1122:3344:101::1
producer_port = 8001
|
| 5562 | 2026-02-12T17:14:59.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5563 | 2026-02-12T17:14:59.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5564 | 2026-02-12T17:14:59.793Z | DEBG | oximeter (collection-task): sent timer-based collection request to the collection task
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5565 | 2026-02-12T17:14:59.793Z | DEBG | oximeter (collection-task): collecting from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|
| 5566 | 2026-02-12T17:14:59.793Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 7f6c99b3-2b78-4cc5-b240-b3215544a875
producer_ip = fd00:1122:3344:101::2
producer_port = 4677
|
| 5567 | 2026-02-12T17:14:59.794Z | DEBG | oximeter (collection-task): collected results from producer
collector_id = c6e9e523-ff5f-4a5f-a0ea-6d1bcb7eb032
collector_ip = fd00:1122:3344:101::d
n_results = 1
producer_id = 3c51a336-8a40-47b9-a0e5-66759ecdd2ef
producer_ip = fd00:1122:3344:101::2
producer_port = 8001
|