An open API service indexing awesome lists of open source software.

https://github.com/survivorbat/go-otelutil

A few utility convenience functions for working with OpenTelemetry in Golang.
https://github.com/survivorbat/go-otelutil

golang opentelemetry otel otel-collector

Last synced: 6 months ago
JSON representation

A few utility convenience functions for working with OpenTelemetry in Golang.

Awesome Lists containing this project

README

          

# 🛠️ Go Opentelemetry Utilities

A few utility convenience functions for working with OpenTelemetry in Golang.

## ⬇️ Installation

`go get github.com/survivorbat/go-otelutil`

## 💪 Features

- `NewSpan` is a convenience function for starting a span from a global Tracer object
- `ErrorIf`, which may be used to wrap `return err` statements to record errors

## 🔭 Plans

Not much yet.