How To Install golang-github-spacejam-loghisto-devel on Fedora 36

In this tutorial we learn how to install golang-github-spacejam-loghisto-devel in Fedora 36. golang-github-spacejam-loghisto-devel is Counters and logarithmically bucketed histograms for distributed systems

Introduction

In this tutorial we learn how to install golang-github-spacejam-loghisto-devel on Fedora 36.

What is golang-github-spacejam-loghisto-devel

A metric system for high performance counters and histograms. Unlike popular metric systems today, this does not destroy the accuracy of histograms by sampling. Instead, a logarithmic bucketing function compresses values, generally within 1% of their true value (although between 0 and 1 the precision loss may not be within this boundary). This allows for extreme compression, which allows us to calculate arbitrarily high percentiles with no loss of accuracy - just a small amount of precision. This is particularly useful for highly-clustered events that are tolerant of a small precision loss, but for which you REALLY care about what the tail looks like, such as measuring latency across a distributed system. Copied out of my work for the CockroachDB metrics system. Based on an algorithm created by Keith Frost. This package contains the source code needed for building packages that reference the following Go import paths – github.com/spacejam/loghisto

We can use yum or dnf to install golang-github-spacejam-loghisto-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-spacejam-loghisto-devel.

Install golang-github-spacejam-loghisto-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-spacejam-loghisto-devel using dnf by running the following command:

sudo dnf -y install golang-github-spacejam-loghisto-devel

Install golang-github-spacejam-loghisto-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-spacejam-loghisto-devel using yum by running the following command:

sudo yum -y install golang-github-spacejam-loghisto-devel

How To Uninstall golang-github-spacejam-loghisto-devel on Fedora 36

To uninstall only the golang-github-spacejam-loghisto-devel package we can use the following command:

sudo dnf remove golang-github-spacejam-loghisto-devel

golang-github-spacejam-loghisto-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-spacejam-loghisto-devel
/usr/share/doc/golang-github-spacejam-loghisto-devel/readme.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/spacejam
/usr/share/gocode/src/github.com/spacejam/loghisto
/usr/share/gocode/src/github.com/spacejam/loghisto/.goipath
/usr/share/gocode/src/github.com/spacejam/loghisto/graphite.go
/usr/share/gocode/src/github.com/spacejam/loghisto/graphite_test.go
/usr/share/gocode/src/github.com/spacejam/loghisto/metrics.go
/usr/share/gocode/src/github.com/spacejam/loghisto/metrics_test.go
/usr/share/gocode/src/github.com/spacejam/loghisto/opentsdb.go
/usr/share/gocode/src/github.com/spacejam/loghisto/opentsdb_test.go
/usr/share/gocode/src/github.com/spacejam/loghisto/print_benchmark.go
/usr/share/gocode/src/github.com/spacejam/loghisto/readme.md
/usr/share/gocode/src/github.com/spacejam/loghisto/submitter.go
/usr/share/licenses/golang-github-spacejam-loghisto-devel
/usr/share/licenses/golang-github-spacejam-loghisto-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-spacejam-loghisto-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).