@fosspost · Post #527 · 10/03/2020, 06:09 AM
DigitalOcean accepts criticism and switches its #Hacktoberfest to be opt-in: https://github.com/digitalocean/hacktoberfest/pull/596
Hashtags
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
@fosspost · Post #527 · 10/03/2020, 06:09 AM
DigitalOcean accepts criticism and switches its #Hacktoberfest to be opt-in: https://github.com/digitalocean/hacktoberfest/pull/596
Hashtags
@djangoproject · Post #77 · 07/05/2016, 07:46 AM
https://docs.python.org/2/library/logging.html This module defines functions and classes which implement a flexible event logging system for applications and libraries. The key benefit of having the #logging_API provided by a standard library module is that all Python modules can participate in logging, so your application log can include your own messages integrated with messages from third-party modules. The module provides a lot of functionality and flexibility. If you are unfamiliar with #logging, the best way to get to grips with it is to see the tutorials (see the links on the right). The basic classes defined by the module, together with their functions, are listed below. #Loggers expose the interface that application code directly uses. Handlers send the log records (created by loggers) to the appropriate destination. Filters provide a finer grained facility for determining which log records to output. Formatters specify the layout of log records in the final output.
Hashtags
@thedevs · Post #2032 · 12/14/2022, 08:48 AM
Making a Go program run 1.7x faster with a one character change. #article#go @thedevs https://thedevs.link/tTZFuH
@thedevs · Post #2013 · 11/15/2022, 01:38 PM
Thirteen years of Go. #article#go @thedevs https://thedevs.link/MuDtnH
@thedevs · Post #1978 · 05/01/2022, 09:16 AM
Scripting with Go. #article#go @thedevs https://kutt.it/mODaYv
@thedevs · Post #1949 · 09/28/2021, 05:01 PM
Go'ing insane part one: Endless error handling. #article#go @thedevs https://kutt.it/rOmki4
@thedevs · Post #1918 · 06/10/2021, 03:14 PM
Branchless coding in Go. #article#go @thedevs https://kutt.it/qvbaam
@thedevs · Post #1894 · 03/30/2021, 04:11 PM
Go is not an easy language. #article#go @thedevs https://kutt.it/js0VpE
@thedevs · Post #1620 · 12/02/2019, 05:38 PM
The value in Go's simplicity. #article#go @thedevs https://kutt.it/AAz6U9
@thedevs · Post #1532 · 07/12/2019, 05:11 PM
7 subtle pitfalls in the Go language. #article#go @thedevs https://kutt.it/hAvAQG
@thedevs · Post #1514 · 06/23/2019, 08:41 AM
What Go programming language does and does not have. #article#go @thedevs https://kutt.it/ce9aMK
@thedevs · Post #1505 · 06/13/2019, 06:12 PM
Understanding real-world concurrency bugs in Go. #article#go @thedevs https://kutt.it/DTbapY