2 links tagged with all of: logging + metrics + observability
Click any tag below to further narrow down your results
Links
This article discusses the importance of intentional logging in software development. It emphasizes logging only what’s necessary for debugging and understanding system behavior while avoiding excessive, meaningless entries that can complicate root cause analysis. The piece also highlights structured logging and the use of modern tools to improve logging practices.
OpenTelemetry is an open-source observability framework designed to provide a standardized way to collect, process, and export telemetry data such as traces, metrics, and logs. It aims to help developers and organizations gain insights into their systems' performance and behavior, facilitating better monitoring and troubleshooting. By integrating with various backend systems, OpenTelemetry enhances observability across diverse environments and applications.