How to Install and Uninstall golang-github-opentracing-contrib-observer-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "golang-github-opentracing-contrib-observer-devel.noarch" package

Here is a brief guide to show you how to install golang-github-opentracing-contrib-observer-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-opentracing-contrib-observer-devel.noarch

2. Uninstall "golang-github-opentracing-contrib-observer-devel.noarch" package

This is a short guide on how to uninstall golang-github-opentracing-contrib-observer-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-opentracing-contrib-observer-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-opentracing-contrib-observer-devel.noarch package on Fedora 34

Last metadata expiration check: 4:46:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-opentracing-contrib-observer-devel
Version : 0
Release : 0.5.20190701gita52f234.fc34
Architecture : noarch
Size : 16 k
Source : golang-github-opentracing-contrib-observer-0-0.5.20190701gita52f234.fc34.src.rpm
Repository : fedora
Summary : Observer API for OpenTracing-Go Tracers
URL : https://github.com/opentracing-contrib/go-observer
License : ASL 2.0
Description : OTObserver can be used to watch the span events like StartSpan(),
: SetOperationName(), SetTag() and Finish(). A need for observers arose when
: information (metrics) more than just the latency information was required for
: the spans, in the distributed tracers. But, there can be a lot of metrics in
: different domains and adding such metrics to any one (client) tracer breaks
: cross-platform compatibility. There are various ways to avoid such issues,
: however, an observer pattern is cleaner and provides loose coupling between the
: packages exporting metrics (on span events) and the tracer.
:
: This information can be in the form of hardware metrics, RPC metrics, useful
: metrics exported out of the kernel or other metrics, profiled for a span. These
: additional metrics can help us in getting better Root-cause analysis. With that
: being said, its not just for calculation of metrics, it can be used for anything
: which needs watching the span events.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/opentracing-contrib/go-observer