Pedro Gomes

Results 82 comments of Pedro Gomes

I have frequent issues with headless mode, either timeouts or slowness (3-5x slower. We're running headfull mode on our CICD pipeline instead. e.g. `xvfb-run cypress run --headed --browser chrome --spec...

Alternatively this could be moved into an external exporter that gathers network wide metrics from a single place because lots of duplicate metrics for each near node we're running (if...

The dashboard is from vmui https://docs.victoriametrics.com/#vmui (this is a fork of Prometheus, Victoria Metrics) There's also projects like https://github.com/thought-machine/prometheus-cardinality-exporter to monitor on this too

I think in the end a near_exporter that providers network wide metrics is probably best

For now doing that on prometheus / scraping side by using metrics relabel so as to only keep thread metrics for my app1/app2, nothing else ``` metric_relabel_configs: - action: keep...

Same issue, I wrongly reported to Grafana first https://github.com/grafana/grafana/issues/91661 Here's the dump from the export API https://we.tl/t-muCW47cc41

> 2024-08-08T04:00:27.967Z fatal app/vmbackup/main.go:104 cannot create backup: cannot upload part{path: "data/small/2024_08/17E7A423CFA82938/index.bin", file_size: 7502625, offset: 0, size: 7502625} to S3{bucket: "bucket", dir: "latest/"}: cannot upload data to "data/small/2024_08/17E7A423CFA82938/index.bin" at S3{bucket: "bucket",...

Maybe the SMART backups sort of work out the issue on it's own because every hour it will do "retries" to upload the remaining data for the day

Still relevant I have a bucket full of large files and I'm seeing too many errors ``` b2 version b2 command line tool, version 3.2.0 ``` ``` b2sdk.exception.TruncatedOutput: only 1436752953...

I end up making systemd-exporter run in the same user as the service being monitored and adding ``` --systemd.collector.user ```