@thedevs · Post #1485 · 05/26/2019, 07:18 PM
Go memory ballast: How I learned to stop worrying and love the heap> #article#go @thedevs https://kutt.it/vwysiv
TGINSIGHT SIMILAR POSTS
Source channel @githubtrending · Post #14846 · Jun 20
#go#cloudnative#grafana#hacktoberfest#logging#loki#prometheus Loki is a log aggregation system inspired by Prometheus but designed specifically for logs instead of metrics. It is cost-effective and easy to operate because it only indexes metadata (labels) about logs, not the full log content, which reduces storage and complexity. Loki works well with Kubernetes by automatically indexing pod labels and integrates natively with Grafana for easy log visualization. Its stack includes an agent (Alloy) to collect logs, Loki to store and query them, and Grafana to display them. This setup helps you efficiently manage and analyze logs with less cost and simpler operation compared to traditional logging systems[2]. https://github.com/grafana/loki
@thedevs · Post #1485 · 05/26/2019, 07:18 PM
Go memory ballast: How I learned to stop worrying and love the heap> #article#go @thedevs https://kutt.it/vwysiv
@thedevs · Post #1331 · 12/13/2018, 07:24 PM
Go 2, here we come! #article#go @thedevs https://kutt.it/b9jEvQ
@thedevs · Post #1186 · 07/30/2018, 06:49 PM
Go code refactoring: the 23x performance hunt. #article#go @thedevs https://kutt.it/IyjLeR