Ross
06/08/2025, 3:47 AMRoss
06/08/2025, 4:11 AMotel-agent-1 | {"level":"info","ts":1749355727.6639392,"caller":"healthcheck/handler.go:132","msg":"Health Check state change","kind":"extension","name":"health_check","status":"ready"}
otel-agent-1 | {"level":"info","ts":1749355727.6646318,"caller":"service@v0.111.0/service.go:234","msg":"Everything is ready. Begin running and processing data."}
Ross
06/08/2025, 4:11 AMRoss
06/08/2025, 4:11 AMlogspout-1 | 2025/06/08 04:11:14 !! lookup otel-agent on 8.8.8.8:53: no such host
logspout-1 | 2025/06/08 04:11:15 # logspout v3.2.14 by gliderlabs
logspout-1 | 2025/06/08 04:11:15 # adapters: syslog tcp tls udp multiline raw
logspout-1 | 2025/06/08 04:11:15 # options :
logspout-1 | 2025/06/08 04:11:15 persist:/mnt/routes
logspout-1 | 2025/06/08 04:11:15 !! lookup otel-agent on 8.8.8.8:53: no such host
Ross
06/08/2025, 5:14 AMtime="2025-06-08T05:13:34Z" level=warning msg="The input device is not a TTY. The --tty and --interactive flags might not work properly"
Trying to pull <http://docker.io/signoz/troubleshoot:latest|docker.io/signoz/troubleshoot:latest>...
Getting image source signatures
Copying blob sha256:a79e9ac51b1a52e399df997df5ed56dab64218d0af3858d8cee8265fdc483413
Copying blob sha256:f2f4f8df211a98899c26216a7b2c05a2ca8d93efda78a9026588c8877cfd47d7
Copying config sha256:3f1d3ca8bc659ab1ec95541fba528bf37a8ab7e662ed6b820bdfb8ca3045ca87
Writing manifest to image destination
2025-06-08T05:13:39.384Z ?[34mINFO?[0m troubleshoot/main.go:28 STARTING!
2025-06-08T05:13:39.386Z ?[34mINFO?[0m checkEndpoint/checkEndpoint.go:41 checking reachability of SigNoz endpoint
2025-06-08T05:13:39.406Z ?[34mINFO?[0m troubleshoot/main.go:46 Successfully sent sample data to signoz ...
Ross
06/08/2025, 5:20 AMRoss
06/08/2025, 5:47 AMRoss
06/08/2025, 6:32 AMRoss
06/08/2025, 7:22 AMRoss
06/08/2025, 9:53 AMsignoz-otel-collector | {"level":"warn","ts":1749376327.0448449,"caller":"clickhousemetricsexporter/exporter.go:283","msg":"NaN detected in quantile value, skipping entire data point","kind":"exporter","data_type":"metrics","name":"clickhousemetricswrite","metric_name":"sync_process_time"}
Srikanth Chekuri
06/09/2025, 5:21 AMRoss
06/09/2025, 5:25 AMRoss
06/09/2025, 5:26 AMSrikanth Chekuri
06/09/2025, 5:27 AMRoss
06/09/2025, 5:27 AMRoss
06/09/2025, 5:27 AMRoss
06/09/2025, 5:28 AMreceivers:
hostmetrics:
collection_interval: 30s
root_path: /hostfs
scrapers:
cpu: {}
load: {}
memory: {}
disk: {}
filesystem: {}
network: {}
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
prometheus:
config:
global:
scrape_interval: 60s
scrape_configs:
- job_name: otel-collector
static_configs:
- targets:
- localhost:8888
labels:
job_name: otel-collector
# For Docker daemon metrics to be scraped, it must be configured to expose
# Prometheus metrics, as documented here: <https://docs.docker.com/config/daemon/prometheus/>
# - job_name: docker-daemon
# static_configs:
# - targets:
# - host.docker.internal:9323
# labels:
# job_name: docker-daemon
- job_name: docker-container
docker_sd_configs:
- host: unix:///var/run/docker.sock
relabel_configs:
- action: keep
regex: true
source_labels:
- __meta_docker_container_label_signoz_io_scrape
- regex: true
source_labels:
- __meta_docker_container_label_signoz_io_path
target_label: __metrics_path__
- regex: (.+)
source_labels:
- __meta_docker_container_label_signoz_io_path
target_label: __metrics_path__
- separator: ":"
source_labels:
- __meta_docker_network_ip
- __meta_docker_container_label_signoz_io_port
target_label: __address__
- regex: '/(.*)'
replacement: '$1'
source_labels:
- __meta_docker_container_name
target_label: container_name
- regex: __meta_docker_container_label_signoz_io_(.+)
action: labelmap
replacement: $1
tcplog/docker:
listen_address: "0.0.0.0:2255"
operators:
- type: regex_parser
regex: '^<([0-9]+)>[0-9]+ (?P<timestamp>[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?) (?P<container_id>\S+) (?P<container_name>\S+) [0-9]+ - -( (?P<body>.*))?'
timestamp:
parse_from: attributes.timestamp
layout: '%Y-%m-%dT%H:%M:%S.%LZ'
- type: move
from: attributes["body"]
to: body
- type: remove
field: attributes.timestamp
# please remove names from below if you want to collect logs from them
- type: filter
id: signoz_logs_filter
expr: 'attributes.container_name matches "^signoz|(signoz-(|otel-collector|clickhouse|zookeeper))|(infra-(logspout|otel-agent)-.*)"'
processors:
batch:
send_batch_size: 10000
send_batch_max_size: 11000
timeout: 10s
resourcedetection:
# Using OTEL_RESOURCE_ATTRIBUTES envvar, env detector adds custom labels.
detectors:
# - ec2
# - gcp
# - azure
- env
- system
system:
hostname_sources: [os]
timeout: 15s
extensions:
health_check:
endpoint: 0.0.0.0:13133
pprof:
endpoint: 0.0.0.0:1777
exporters:
otlp:
endpoint: ${env:SIGNOZ_COLLECTOR_ENDPOINT}
timeout: 30s
tls:
insecure: true
# headers:
# signoz-access-token: ${env:SIGNOZ_ACCESS_TOKEN}
# debug: {}
service:
telemetry:
logs:
encoding: json
metrics:
address: 0.0.0.0:8888
extensions:
- health_check
- pprof
pipelines:
traces:
receivers: [otlp]
processors: [resourcedetection, batch]
exporters: [otlp]
metrics:
receivers: [otlp]
processors: [resourcedetection, batch]
exporters: [otlp]
metrics/hostmetrics:
receivers: [hostmetrics]
processors: [resourcedetection, batch]
exporters: [otlp]
metrics/prometheus:
receivers: [prometheus]
processors: [resourcedetection, batch]
exporters: [otlp]
logs:
receivers: [otlp, tcplog/docker]
processors: [resourcedetection, batch]
exporters: [otlp]
Ross
06/09/2025, 5:29 AMSIGNOZ_COLLECTOR_ENDPOINT=<http://192.168.110.25:4317> # In case of external SigNoz or cloud, update the endpoint and access token
OTEL_RESOURCE_ATTRIBUTES=host.name=vhqkube02,os.type=linux # Replace signoz-host with the actual hostname
env file for the environmentSrikanth Chekuri
06/09/2025, 5:30 AMRoss
06/09/2025, 5:30 AMRoss
06/09/2025, 5:31 AMRoss
06/09/2025, 5:31 AMRoss
06/09/2025, 5:32 AMRoss
06/09/2025, 5:32 AMSrikanth Chekuri
06/09/2025, 5:33 AMRoss
06/09/2025, 5:33 AMSrikanth Chekuri
06/09/2025, 5:34 AMRoss
06/09/2025, 5:35 AMSrikanth Chekuri
06/09/2025, 5:35 AMRoss
06/09/2025, 5:35 AMRoss
06/09/2025, 5:36 AMRoss
06/09/2025, 5:36 AMSrikanth Chekuri
06/09/2025, 5:36 AMRoss
06/09/2025, 5:36 AMSrikanth Chekuri
06/09/2025, 5:38 AMRoss
06/09/2025, 5:38 AMRoss
06/09/2025, 5:39 AMuser@docker:/home/docker/signoz/docker# docker compose rm
>>>> Executing external compose provider "/usr/local/bin/docker-compose". Please refer to the documentation for details. <<<<
? Going to remove signoz-zookeeper-1, signoz-init-clickhouse, signoz-clickhouse, schema-migrator-sync, schema-migrator-async, signoz, signoz-otel-collector Yes
[+] Removing 7/7
✔ Container signoz-otel-collector Removed 0.1s
✔ Container signoz-init-clickhouse Removed 0.3s
✔ Container schema-migrator-sync Removed 0.2s
✔ Container schema-migrator-async Removed 0.4s
✔ Container signoz-zookeeper-1 Removed 0.4s
✔ Container signoz Removed 0.2s
✔ Container signoz-clickhouse Removed 0.4s
user@docker:/home/docker/signoz/docker# docker network ls | grep signoz | awk '{print $2}' | xargs docker network rm -f
signoz-net
user@docker:/home/docker/signoz/docker# docker volume ls | grep signoz | awk '{print $2}' | xargs docker volume rm
Ross
06/09/2025, 5:39 AMRoss
06/09/2025, 5:40 AMSrikanth Chekuri
06/09/2025, 5:42 AMRoss
06/09/2025, 5:43 AMRoss
06/09/2025, 5:44 AMRoss
06/09/2025, 5:44 AM✔ Network signoz-net Cr... 0.0s
✔ Volume "signoz-clickhouse" Created 0.0s ✔ Volume "signoz-sqlite" Created 0.0s
✔ Volume "signoz-zookeeper-1" Created 0.0s ✔ Container signoz-init-clickhouse Exited 6.3s
✔ Container signoz-zookeeper-1 Healthy 35.7s ✔ Container signoz-clickhouse Healthy 66.2s
⠙ Container schema-migrator-sync Waiting 288.2s ✔ Container schema-migrator-async Created 0.1s
✔ Container signoz Crea... 0.2s ✔ Container signoz-otel-collector Created 0.1s
Ross
06/09/2025, 5:44 AMRoss
06/09/2025, 5:46 AM369.6s
Srikanth Chekuri
06/09/2025, 5:46 AMRoss
06/09/2025, 5:46 AMRoss
06/09/2025, 5:47 AMRoss
06/09/2025, 5:48 AMRoss
06/09/2025, 5:49 AMRoss
06/09/2025, 5:49 AMRoss
06/09/2025, 5:50 AMSuccessfully connected to 192.168.110.25 (192.168.110.25) on tcp port 4317
Ross
06/09/2025, 5:51 AMdocker run -it --rm <http://docker.io/signoz/troubleshoot|docker.io/signoz/troubleshoot> checkEndpoint --endpoint=192.168.110.25:4317
Srikanth Chekuri
06/09/2025, 5:52 AM192.168.110.25:4317
point to main signoz installation collector?Ross
06/09/2025, 5:52 AMtime="2025-06-09T05:51:38Z" level=warning msg="The input device is not a TTY. The --tty and --interactive flags might not work properly"
2025-06-09T05:51:39.426Z ?[34mINFO?[0m troubleshoot/main.go:28 STARTING!
2025-06-09T05:51:39.428Z ?[34mINFO?[0m checkEndpoint/checkEndpoint.go:41 checking reachability of SigNoz endpoint
2025-06-09T05:51:39.445Z ?[34mINFO?[0m troubleshoot/main.go:46 Successfully sent sample data to signoz ...
all 5 nodes report successRoss
06/09/2025, 5:53 AMRoss
06/09/2025, 5:53 AMRoss
06/09/2025, 5:53 AMSrikanth Chekuri
06/09/2025, 5:54 AMRoss
06/09/2025, 5:54 AMRoss
06/09/2025, 5:54 AMSrikanth Chekuri
06/09/2025, 5:55 AMhostmetrics
and tcplog/docker
Ross
06/09/2025, 5:55 AMSrikanth Chekuri
06/09/2025, 5:55 AMRoss
06/09/2025, 5:56 AMRoss
06/09/2025, 5:58 AMRoss
06/09/2025, 5:58 AMotel-agent-1 | Error: invalid configuration: service::pipelines::metrics: references receiver "otlp" which is not configured
otel-agent-1 | 2025/06/09 05:58:26 collector server run finished with error: invalid configuration: service::pipelines::metrics: references receiver "otlp" which is not configured
Ross
06/09/2025, 6:00 AMSrikanth Chekuri
06/09/2025, 6:00 AMRoss
06/09/2025, 6:01 AMotel-agent-1 | {"level":"warn","ts":1749448868.961559,"caller":"internal@v0.111.0/warning.go:40","msg":"Using the 0.0.0.0 address exposes this server to every network interface, which may facilitate Denial of Service attacks.","kind":"extension","name":"health_check","documentation":"<https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security-best-practices.md#safeguards-against-denial-of-service-attacks>"}
otel-agent-1 | {"level":"info","ts":1749448868.96188,"caller":"extensions/extensions.go:59","msg":"Extension started.","kind":"extension","name":"health_check"}
otel-agent-1 | {"level":"info","ts":1749448868.9619875,"caller":"extensions/extensions.go:42","msg":"Extension is starting...","kind":"extension","name":"pprof"}
otel-agent-1 | {"level":"info","ts":1749448868.9621875,"caller":"pprofextension@v0.111.0/pprofextension.go:61","msg":"Starting net/http/pprof server","kind":"extension","name":"pprof","config":{"TCPAddr":{"Endpoint":"0.0.0.0:1777","DialerConfig":{"Timeout":0}},"BlockProfileFraction":0,"MutexProfileFraction":0,"SaveToFile":""}}
otel-agent-1 | {"level":"info","ts":1749448868.962536,"caller":"extensions/extensions.go:59","msg":"Extension started.","kind":"extension","name":"pprof"}
otel-agent-1 | {"level":"info","ts":1749448868.9636176,"caller":"internal/resourcedetection.go:125","msg":"began detecting resource information","kind":"processor","name":"resourcedetection","pipeline":"metrics/hostmetrics"}
otel-agent-1 | {"level":"info","ts":1749448868.9646227,"caller":"internal/resourcedetection.go:139","msg":"detected resource information","kind":"processor","name":"resourcedetection","pipeline":"metrics/hostmetrics","resource":{"host.name":"vhqkube05","os.type":"linux"}}
otel-agent-1 | {"level":"info","ts":1749448868.964854,"caller":"healthcheck/handler.go:132","msg":"Health Check state change","kind":"extension","name":"health_check","status":"ready"}
otel-agent-1 | {"level":"info","ts":1749448868.9649434,"caller":"service@v0.111.0/service.go:234","msg":"Everything is ready. Begin running and processing data."}
Ross
06/09/2025, 6:01 AMRoss
06/09/2025, 6:02 AMotel-agent-1 | {"level":"error","ts":1749448900.0632877,"caller":"scraperhelper/scrapercontroller.go:205","msg":"Error scraping metrics","kind":"receiver","name":"hostmetrics","data_type":"metrics","error":"failed to read usage at /hostfs/tmp/crun.VbBLPr: no such file or directory","scraper":"hostmetrics","stacktrace":"<http://go.opentelemetry.io/collector/receiver/scraperhelper.(*controller).scrapeMetricsAndReport|go.opentelemetry.io/collector/receiver/scraperhelper.(*controller).scrapeMetricsAndReport>\n\tgo.opentelemetry.io/collector/receiver@v0.111.0/scraperhelper/scrapercontroller.go:205\ngo.opentelemetry.io/collector/receiver/scraperhelper.(*controller).startScraping.func1\n\tgo.opentelemetry.io/collector/receiver@v0.111.0/scraperhelper/scrapercontroller.go:181"}
Srikanth Chekuri
06/09/2025, 6:03 AMRoss
06/09/2025, 6:04 AMSrikanth Chekuri
06/09/2025, 6:04 AMRoss
06/09/2025, 6:06 AMSrikanth Chekuri
06/09/2025, 6:06 AMRoss
06/09/2025, 6:07 AMSrikanth Chekuri
06/09/2025, 6:07 AM/hostfs
?Ross
06/09/2025, 6:07 AMRoss
06/09/2025, 6:07 AMuser: "0:0"
so thats one change i had to doRoss
06/09/2025, 6:08 AMvolumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
- /:/hostfs:ro
- /var/run/podman/podman.sock:/var/run/docker.sock
Ross
06/09/2025, 6:08 AMSrikanth Chekuri
06/09/2025, 6:12 AMRoss
06/09/2025, 6:14 AMRoss
06/09/2025, 6:15 AMRoss
06/09/2025, 6:17 AMRoss
06/09/2025, 6:20 AMRoss
06/09/2025, 6:21 AM,"pipeline":"metrics/hostmetrics"}
otel-agent-1 | {"level":"info","ts":1749450058.7551575,"caller":"internal/resourcedetection.go:139","msg":"detected resource information","kind":"processor","name":"resourcedetection","pipeline":"metrics/hostmetrics","resource":{"host.name":"vhqkube05","os.type":"linux"}}
otel-agent-1 | {"level":"info","ts":1749450058.7555208,"caller":"healthcheck/handler.go:132","msg":"Health Check state change","kind":"extension","name":"health_check","status":"ready"}
otel-agent-1 | {"level":"info","ts":1749450058.7556674,"caller":"service@v0.111.0/service.go:234","msg":"Everything is ready. Begin running and processing data."}
otel-agent-1 | {"level":"error","ts":1749450059.7634532,"caller":"scraperhelper/scrapercontroller.go:205","msg":"Error scraping metrics","kind":"receiver","name":"hostmetrics","data_type":"metrics","error":"failed to read usage at /hostfs/tmp/crun.JhVuQz: no such file or directory","scraper":"hostmetrics","stacktrace":"<http://go.opentelemetry.io/collector/receiver/scraperhelper.(*controller).scrapeMetricsAndReport|go.opentelemetry.io/collector/receiver/scraperhelper.(*controller).scrapeMetricsAndReport>\n\tgo.opentelemetry.io/collector/receiver@v0.111.0/scraperhelper/scrapercontroller.go:205\ngo.opentelemetry.io/collector/receiver/scraperhelper.(*controller).startScraping.func1\n\tgo.opentelemetry.io/collector/receiver@v0.111.0/scraperhelper/scrapercontroller.go:177"}
Ross
06/09/2025, 6:21 AMSrikanth Chekuri
06/09/2025, 6:22 AMRoss
06/09/2025, 6:24 AMimage: otel/opentelemetry-collector-contrib:0.111.0
whatever is in the default deploy exampleRoss
06/09/2025, 6:24 AMRoss
06/09/2025, 6:24 AMRoss
06/09/2025, 6:25 AMSrikanth Chekuri
06/09/2025, 6:25 AMRoss
06/09/2025, 6:26 AMotel-agent-1 | {"level":"error","ts":1749450347.9352226,"caller":"scraperhelper/scrapercontroller.go:205","msg":"Error scraping metrics","kind":"receiver","name":"hostmetrics","data_type":"metrics","error":"failed to read usage at /hostfs/tmp/crun.dr8Cad: no such file or directory","scraper":"hostmetrics","stacktrace":"<http://go.opentelemetry.io/collector/receiver/scraperhelper.(*controller).scrapeMetricsAndReport|go.opentelemetry.io/collector/receiver/scraperhelper.(*controller).scrapeMetricsAndReport>\n\tgo.opentelemetry.io/collector/receiver@v0.111.0/scraperhelper/scrapercontroller.go:205\ngo.opentelemetry.io/collector/receiver/scraperhelper.(*controller).startScraping.func1\n\tgo.opentelemetry.io/collector/receiver@v0.111.0/scraperhelper/scrapercontroller.go:181"}
Ross
06/09/2025, 6:26 AMSrikanth Chekuri
06/09/2025, 6:27 AM/:/hostfs
and see if it changes anything?Ross
06/09/2025, 6:27 AMRoss
06/09/2025, 6:27 AMRoss
06/09/2025, 6:27 AMRoss
06/09/2025, 6:28 AMSrikanth Chekuri
06/09/2025, 6:32 AMRoss
06/09/2025, 6:33 AMRoss
06/09/2025, 6:34 AMRoss
06/09/2025, 6:34 AMreceivers:
hostmetrics:
collection_interval: 30s
root_path: /hostfs
scrapers:
cpu: {}
load: {}
memory: {}
disk: {}
filesystem: {}
network: {}
prometheus:
config:
global:
scrape_interval: 60s
scrape_configs:
- job_name: otel-collector
static_configs:
- targets:
- localhost:8888
labels:
job_name: otel-collector
# For Docker daemon metrics to be scraped, it must be configured to expose
# Prometheus metrics, as documented here: <https://docs.docker.com/config/daemon/prometheus/>
# - job_name: docker-daemon
# static_configs:
# - targets:
# - host.docker.internal:9323
# labels:
# job_name: docker-daemon
- job_name: docker-container
docker_sd_configs:
- host: unix:///var/run/docker.sock
relabel_configs:
- action: keep
regex: true
source_labels:
- __meta_docker_container_label_signoz_io_scrape
- regex: true
source_labels:
- __meta_docker_container_label_signoz_io_path
target_label: __metrics_path__
- regex: (.+)
source_labels:
- __meta_docker_container_label_signoz_io_path
target_label: __metrics_path__
- separator: ":"
source_labels:
- __meta_docker_network_ip
- __meta_docker_container_label_signoz_io_port
target_label: __address__
- regex: '/(.*)'
replacement: '$1'
source_labels:
- __meta_docker_container_name
target_label: container_name
- regex: __meta_docker_container_label_signoz_io_(.+)
action: labelmap
replacement: $1
tcplog/docker:
listen_address: "0.0.0.0:2255"
operators:
- type: regex_parser
regex: '^<([0-9]+)>[0-9]+ (?P<timestamp>[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?) (?P<container_id>\S+) (?P<container_name>\S+) [0-9]+ - -( (?P<body>.*))?'
timestamp:
parse_from: attributes.timestamp
layout: '%Y-%m-%dT%H:%M:%S.%LZ'
- type: move
from: attributes["body"]
to: body
- type: remove
field: attributes.timestamp
# please remove names from below if you want to collect logs from them
- type: filter
id: signoz_logs_filter
expr: 'attributes.container_name matches "^signoz|(signoz-(|otel-collector|clickhouse|zookeeper))|(infra-(logspout|otel-agent)-.*)"'
processors:
batch:
send_batch_size: 10000
send_batch_max_size: 11000
timeout: 10s
resourcedetection:
# Using OTEL_RESOURCE_ATTRIBUTES envvar, env detector adds custom labels.
detectors:
# - ec2
# - gcp
# - azure
- env
- system
system:
hostname_sources: [os]
timeout: 15s
extensions:
health_check:
endpoint: 0.0.0.0:13133
pprof:
endpoint: 0.0.0.0:1777
exporters:
otlp:
endpoint: ${env:SIGNOZ_COLLECTOR_ENDPOINT}
timeout: 30s
tls:
insecure: true
# headers:
# signoz-access-token: ${env:SIGNOZ_ACCESS_TOKEN}
# debug: {}
service:
telemetry:
logs:
encoding: json
metrics:
address: 0.0.0.0:8888
extensions:
- health_check
- pprof
pipelines:
metrics/hostmetrics:
receivers: [hostmetrics]
processors: [resourcedetection, batch]
exporters: [otlp]
Srikanth Chekuri
06/09/2025, 6:35 AMRoss
06/09/2025, 6:35 AMSrikanth Chekuri
06/09/2025, 6:36 AMRoss
06/09/2025, 6:36 AMRoss
06/09/2025, 6:37 AMRoss
06/09/2025, 6:37 AMSrikanth Chekuri
06/09/2025, 6:37 AMSrikanth Chekuri
06/09/2025, 6:37 AMRoss
06/09/2025, 6:38 AMSrikanth Chekuri
06/09/2025, 6:38 AMSrikanth Chekuri
06/09/2025, 6:38 AMSrikanth Chekuri
06/09/2025, 6:38 AMSrikanth Chekuri
06/09/2025, 6:39 AMRoss
06/09/2025, 6:40 AMRoss
06/09/2025, 6:41 AMimage: signoz/signoz:${VERSION:-v0.86.2}
Ross
06/09/2025, 6:41 AMSrikanth Chekuri
06/09/2025, 6:41 AMRoss
06/09/2025, 6:41 AMRoss
06/09/2025, 6:42 AMSrikanth Chekuri
06/09/2025, 6:42 AMRoss
06/09/2025, 6:42 AMRoss
06/09/2025, 6:42 AMSrikanth Chekuri
06/09/2025, 6:42 AMRoss
06/09/2025, 6:43 AMRoss
06/09/2025, 6:43 AMSrikanth Chekuri
06/09/2025, 6:43 AMRoss
06/09/2025, 6:43 AMRoss
06/09/2025, 6:44 AMRoss
06/09/2025, 6:44 AMRoss
06/09/2025, 6:44 AM"client.address":"192.168.110.102:44354",
is one of themRoss
06/09/2025, 6:45 AMor getting metrics summary error","error":"code: 173, message: Couldn't allocate 153 bytes when parsing JSON: while executing 'FUNCTION JSONExtractKeysAndValuesRaw(labels :: 1) -> JSONExtractKeysAndValuesRaw(labels) Array(Tuple(String, String)) : 3'","stacktrace"
Srikanth Chekuri
06/09/2025, 6:45 AMSrikanth Chekuri
06/09/2025, 6:46 AMRoss
06/09/2025, 6:46 AMmessage: Couldn't allocate 136 bytes when parsing JSON: while executing
Ross
06/09/2025, 6:46 AMRoss
06/09/2025, 6:47 AMtotal used free shared buff/cache available
Mem: 30Gi 3.2Gi 19Gi 31Mi 8.7Gi 27Gi
Swap: 8.0Gi 0B 8.0Gi
Ross
06/09/2025, 6:47 AMRoss
06/09/2025, 6:49 AMapt show qemu-system-x86
Package: qemu-system-x86
Version: 1:8.2.2+ds-0ubuntu1.7
Priority: optional
Section: misc
Source: qemu
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
Bugs: <https://bugs.launchpad.net/ubuntu/+filebug>
Installed-Size: 59.9 MB
i lie. its ubuntu of course it isRoss
06/09/2025, 6:49 AMRoss
06/09/2025, 6:49 AMRoss
06/09/2025, 6:49 AMRoss
06/09/2025, 6:50 AMRoss
06/09/2025, 6:51 AMSrikanth Chekuri
06/09/2025, 6:53 AMRoss
06/09/2025, 6:54 AMRoss
06/09/2025, 6:54 AMRoss
06/09/2025, 6:56 AMRoss
06/09/2025, 6:56 AMRoss
06/09/2025, 6:56 AMRoss
06/09/2025, 6:57 AMSrikanth Chekuri
06/09/2025, 6:57 AMRoss
06/09/2025, 6:57 AMRoss
06/09/2025, 6:57 AMRoss
06/09/2025, 6:57 AMRoss
06/09/2025, 6:57 AMRoss
06/09/2025, 6:57 AMRoss
06/09/2025, 6:58 AMRoss
06/09/2025, 6:58 AMRoss
06/09/2025, 6:58 AMRoss
06/09/2025, 6:58 AMSrikanth Chekuri
06/09/2025, 6:58 AMRoss
06/09/2025, 6:58 AMSrikanth Chekuri
06/09/2025, 7:00 AM