https://github.com/yolkhovyy/go-otelw
Go OpenTelemetry Wrapper
https://github.com/yolkhovyy/go-otelw
buildkit go golang jaeger opentelemetry prometheus slog
Last synced: 7 months ago
JSON representation
Go OpenTelemetry Wrapper
- Host: GitHub
- URL: https://github.com/yolkhovyy/go-otelw
- Owner: yolkhovyy
- License: mit
- Created: 2025-03-07T22:26:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T06:31:59.000Z (7 months ago)
- Last Synced: 2025-03-15T07:26:25.916Z (7 months ago)
- Topics: buildkit, go, golang, jaeger, opentelemetry, prometheus, slog
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go OpenTelemetry Wrapper
This is a Go OpenTelemetry playground project. It provides a wrapper for OpenTelemetry with the goal of simplifying its integration and usage.
Pronounced as /ˈɡuːtldʌb/
## Content
* The [wraper](./pkg/) itself
* Usage [example](./cmd/example/) - HTTP Echo Service
* Docker [Compose](./docker-compose.yml) to run the Echo Service and its dependencies
* [Configuration](./config/) files for 3rd-party dependencies## TODO
* Make HTTP server defaults in cmd/example
* Rethink otelw.Configure() return - is it possible to do Shutdown() using only globals?