This library provides a metrics package which can be used to instrument code, expose application metrics, and profile runtime performance in a flexible manner.
Logsuck is a program that makes it easier for you to deal with your logs. It serves a similar purpose to Splunk or the ELK stack. You can use it to search your logs, correlate logs from different log files with each other and set
zq is a command-line tool for searching and analyzing logs, particularly Zeek logs. If you are familiar with zeek-cut, you can think of zq as zeek-cut on steroids.
Dozzle - dozzle.dev
Dozzle is a real-time log viewer for Docker. It's free. It's small. And it's in your browser.
While dozzle should work for most, it is not meant to be a full logging solution. For enterprise use,
Loki: like Prometheus, but for logs.
Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It
logger
Logger is a simple cross platform Go logging library for Windows, Linux, and macOS, it can log to the Windows event log, Linux/macOS syslog, and an io.Writer.
This is not an official Google product.
nxlog4go - Next logging package based on log4go
Installation
Run go get github.com/ccpaging/nxlog4go
OR
Run go install github.com/ccpaging/nxlog4go
Features:
Structured
Fast
go-debug
Conditional debug logging for Go libraries.
View the docs.
Installation
$ go get github.com/tj/go-debug
Example
package main
import . "github.com/tj/go-debug"
import "time"
var deb
Litter
Litter is a pretty printer library for Go data structures to aid in debugging and testing.
Litter is provided by
Sanity: The Headless CMS Construction Kit
Litter named for the fact that it outputs lit
go-logging
A lite go logging component
Install
go get -v github.com/vlinx-io/go-logging
Usage
import "github.com/vlinx-io/go-logging"
logger := logging.New("info.log", "error.log")
logger.Debug
kail: kubernetes tail
Kubernetes tail. Streams logs from all containers of all matched pods. Match pods by service, replicaset, deployment, and others. Adjusts to a changing cluster - pods are added and removed from lo
✒️
golog
golog is a simple, fast and easy-to-use level-based logger written entirely in GoLang.
🥇
Features
Focus on high performance and agile perspective of things
Easy API and a
logspout
Docker Hub automated builds for gliderlabs/logspout:latest and progrium/logspout:latest are now pointing to the release branch. For master, use gliderlabs/logspout:master. Individual versions are also av