{"time": "2026-03-12T19:26:15.120114+00:00", "taskName": null, "msg": "Starting collector", "level": "INFO"} {"time": "2026-03-12T19:26:15.120319+00:00", "taskName": null, "msg": "No folder annotation was provided, defaulting to k8s-sidecar-target-directory", "level": "WARNING"} {"time": "2026-03-12T19:26:15.120473+00:00", "taskName": null, "msg": "Loading incluster config ...", "level": "INFO"} {"time": "2026-03-12T19:26:15.121081+00:00", "taskName": null, "msg": "Config for cluster api at 'https://10.96.0.1:443' loaded...", "level": "INFO"} {"time": "2026-03-12T19:26:15.121185+00:00", "taskName": null, "msg": "Unique filenames will not be enforced.", "level": "INFO"} {"time": "2026-03-12T19:26:15.121265+00:00", "taskName": null, "msg": "5xx response content will not be enabled.", "level": "INFO"} {"time": "2026-03-12T19:26:15.148941+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/k8s-resources-node.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:26:15.151742+00:00", "taskName": null, "msg": "Retrying (Retry(total=4, connect=9, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/admin/provisioning/dashboards/reload", "level": "WARNING"} {"time": "2026-03-12T19:26:17.352991+00:00", "taskName": null, "msg": "Retrying (Retry(total=3, connect=8, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/admin/provisioning/dashboards/reload", "level": "WARNING"} {"time": "2026-03-12T19:26:21.754533+00:00", "taskName": null, "msg": "Retrying (Retry(total=2, connect=7, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/admin/provisioning/dashboards/reload", "level": "WARNING"} {"time": "2026-03-12T19:26:30.556101+00:00", "taskName": null, "msg": "Retrying (Retry(total=1, connect=6, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/admin/provisioning/dashboards/reload", "level": "WARNING"} {"time": "2026-03-12T19:26:48.157872+00:00", "taskName": null, "msg": "Retrying (Retry(total=0, connect=5, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/admin/provisioning/dashboards/reload", "level": "WARNING"} {"time": "2026-03-12T19:26:48.159411+00:00", "taskName": null, "msg": "Received unknown exception: HTTPConnectionPool(host='localhost', port=3000): Max retries exceeded with url: /api/admin/provisioning/dashboards/reload (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))\n", "level": "ERROR"} Traceback (most recent call last): File "/app/.venv/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/app/.venv/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/.venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 715, in urlopen httplib_response = self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 416, in _make_request conn.request(method, url, **httplib_request_kw) File "/app/.venv/lib/python3.12/site-packages/urllib3/connection.py", line 244, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/local/lib/python3.12/http/client.py", line 1331, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/local/lib/python3.12/http/client.py", line 1377, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.12/http/client.py", line 1326, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.12/http/client.py", line 1085, in _send_output self.send(msg) File "/usr/local/lib/python3.12/http/client.py", line 1029, in send self.connect() File "/app/.venv/lib/python3.12/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() ^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/.venv/lib/python3.12/site-packages/requests/adapters.py", line 486, in send resp = conn.urlopen( ^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 827, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 827, in urlopen return self.urlopen( ^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 827, in urlopen return self.urlopen( ^^^^^^^^^^^^^ [Previous line repeated 2 more times] File "/app/.venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 799, in urlopen retries = retries.increment( ^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=3000): Max retries exceeded with url: /api/admin/provisioning/dashboards/reload (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/resources.py", line 372, in _watch_resource_loop _watch_resource_iterator(*args) File "/app/resources.py", line 362, in _watch_resource_iterator request(request_url, request_method, enable_5xx, request_payload) File "/app/helpers.py", line 142, in request res = r.post("%s" % url, auth=auth, json=payload, timeout=REQ_TIMEOUT, verify=REQ_TLS_VERIFY) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/requests/sessions.py", line 637, in post return self.request("POST", url, data=data, json=json, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.12/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=3000): Max retries exceeded with url: /api/admin/provisioning/dashboards/reload (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) {"time": "2026-03-12T19:26:53.182276+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/controller-manager.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:26:53.184125+00:00", "taskName": null, "msg": "Retrying (Retry(total=4, connect=9, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/admin/provisioning/dashboards/reload", "level": "WARNING"} {"time": "2026-03-12T19:26:55.384992+00:00", "taskName": null, "msg": "Retrying (Retry(total=3, connect=8, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/admin/provisioning/dashboards/reload", "level": "WARNING"} {"time": "2026-03-12T19:26:59.786844+00:00", "taskName": null, "msg": "Retrying (Retry(total=2, connect=7, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/admin/provisioning/dashboards/reload", "level": "WARNING"} {"time": "2026-03-12T19:27:08.588516+00:00", "taskName": null, "msg": "Retrying (Retry(total=1, connect=6, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/admin/provisioning/dashboards/reload", "level": "WARNING"} {"time": "2026-03-12T19:27:26.189927+00:00", "taskName": null, "msg": "Retrying (Retry(total=0, connect=5, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /api/admin/provisioning/dashboards/reload", "level": "WARNING"} {"time": "2026-03-12T19:27:26.222137+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/namespace-by-workload.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:30.953421+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/osd-device-details.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:35.574591+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/nodes-darwin.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:35.633846+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/grafana-overview.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:35.739181+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/k8s-resources-namespace.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:35.823462+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/pool-overview.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:35.896605+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/pool-detail.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:35.950245+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/k8s-resources-multicluster.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:36.065062+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/goldpinger.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:36.157993+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/persistentvolumesusage.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:36.239136+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/apiserver.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:36.340213+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/k8s-resources-pod.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:36.435018+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/k8s-resources-cluster.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:36.524451+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/prometheus.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:36.581079+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/namespace-by-pod.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:36.693016+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/haproxy.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:36.830550+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/node-exporter-full.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:37.032120+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/ceph-cluster-advanced.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:37.526442+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/osds-overview.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:38.152607+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/pod-total.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:38.280056+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/cluster-total.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:38.709481+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/hosts-overview.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:38.865697+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/alertmanager-overview.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:38.953097+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/proxy.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:39.052708+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/kubelet.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:39.204807+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/host-details.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:39.323656+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/scheduler.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:39.432871+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/node-rsrc-use.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:39.543462+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/etcd.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:39.651235+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/rbd-details.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:39.831678+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/ceph-cluster.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:39.984226+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/workload-total.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:40.167754+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/k8s-coredns.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:40.296169+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/nodes.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:40.437311+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/k8s-resources-workload.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:40.563552+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/rbd-overview.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:40.669918+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/node-cluster-rsrc-use.json (ascii)", "level": "INFO"} {"time": "2026-03-12T19:27:40.866493+00:00", "taskName": null, "msg": "Writing /tmp/dashboards/k8s-resources-workloads-namespace.json (ascii)", "level": "INFO"}