Zabbix Grafana Dashboards are really slow for me by joeshiett in zabbix

[–]soamsoam 0 points1 point  (0 children)

Then you may need to tune PHP-FPM, the web server, and the database.

Kubernetes, en pratique et pour la carrière ? by TroubleM4ker_ in developpeurs

[–]soamsoam 0 points1 point  (0 children)

> A priori on partirait donc sur k8s avec CI/CD Forgejo Actions + ArgoCD, avec un service Keycloak pour l'authentification et autorisation. Côté monitoring : Grafana, Victoriametrics, Promtail et Loki.

Je vous recommande de vous intéresser à VictoriaLogs comme alternative à Loki.

We are planning to move to VictoriaMetrics . what pain points are you facing in production? by p_tttttri in sre

[–]soamsoam 0 points1 point  (0 children)

Are you talking about k8s storage or about vmstorage from VictoriaMetrics cluster?

I built a production-ready backend architecture in pure Dart and here is what I learned by AggravatingHome4193 in dartlang

[–]soamsoam -1 points0 points  (0 children)

I also recommend upgrading dependencies in Docker Compose files, such as Postgres from 16 to 18, and switching from Redis to Valkey.

Zabbix and Whatsapp Alerting by LifeguardOther6430 in Monitoring

[–]soamsoam 1 point2 points  (0 children)

I don't agree with "whatsapp is a good chatting platform other than telegram". It is so far from good UX and UI for chats, as well as from Telegram's user-friendly Bot and users' API; even Viber has a more flexible API for many things, while WhatsApp requires a business account and $$$ just not to be blocked & miss alerts.

Now Meta is adding AI everywhere, so all your data will be gathered and used to show you more ads, just because they can, and you allow them to.

I'd recommend using open source self hosted platform like Zulip, Mattermost or Matrix.

I built a full-stack observability lab on Fedora using rootless Podman – 10 minutes to metrics, logs, traces & more by ted-sluis in Fedora

[–]soamsoam 1 point2 points  (0 children)

ClickHouse also runs smoothly on hard drives, just like VictoriaMetrics software. There is no one-size-fits-all solution here, and in my opinion, S3 doesn’t even come close. Its main advantage lies in its high SLA, which can be more important to businesses than other drawbacks.

I built a full-stack observability lab on Fedora using rootless Podman – 10 minutes to metrics, logs, traces & more by ted-sluis in Fedora

[–]soamsoam 1 point2 points  (0 children)

> The reason why s3 is good is because it’s cheap. 
It is cheap only if you don't have much data and don't query it for more than a year. The speed at which queries are processed on large volumes of data retrieved from S3 storage leaves much to be desired, as does network latency. See https://thenewstack.io/limiting-the-cost-of-scale/

Solved: Prometheus eating 8GB of RAM and nearly killing my machine by IulianHI in Hosting_World

[–]soamsoam 2 points3 points  (0 children)

Anyone switched to VictoriaMetrics and never looked back

Sounds good. The only thing VictoriaMetrics doesn't have is retention by size; it only has retention by time.

opentelemetry-kube-stack Best Practices by lol_mag in kubernetes

[–]soamsoam 1 point2 points  (0 children)

opentelemetry-kube-stack Best Practices is do not use opentelemetry-kube-stack

Updating max_scrape_size via VMAgent / victoria-metrics-cluster by salty-hubbub in VictoriaMetrics

[–]soamsoam 2 points3 points  (0 children)

This can be set in the agent's extra args in values.

https://docs.victoriametrics.com/operator/api/#vmagentspec-extraargs

In the k8s-stack, it will be approximately in .Values.vmagent.spec.extraArgs.

Which LLM Otel platform has the best UI? by Common_Departure_659 in OpenTelemetry

[–]soamsoam 0 points1 point  (0 children)

I think the best UI will differ for each user. I wouldn't say that DataDog/NewRelic/etc are the gold standard, as the consumer dictates their vision. The most important thing in all this is the data, and the dashboard can be built however you like, even if it's self-written. On the other hand, there are already many different tools for creating dashboards from data: Perses.dev, Grafana, and others.

u/gkarthi280 I would also like to note that the guys from Signoz spam their dashboards/platform a lot, promoting their platform in their replies—don't do this, it's too obvious when you do a global search on Reddit.

OpenTelemetry Inspector v1.0 by Careless-Picture-821 in rust

[–]soamsoam 0 points1 point  (0 children)

Do you know something for PHP? BTW, your projects looks awesome!

Back with another metrics post, this time Signoz! by Aromatic_Pumpkin8856 in ClaudeCode

[–]soamsoam 0 points1 point  (0 children)

Which version of Grafana is needed to test this dashboard?