https://github.com/betterstack-community/otel-metrics-golang
https://github.com/betterstack-community/otel-metrics-golang
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/otel-metrics-golang
- Owner: betterstack-community
- License: apache-2.0
- Created: 2024-10-30T05:13:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T09:03:34.000Z (over 1 year ago)
- Last Synced: 2025-01-13T10:22:46.138Z (over 1 year ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instrumenting Go Metrics with OpenTelemetry
**Tutorial**:
[ Monitoring Go Apps with OpenTelemetry Metrics](https://betterstack.com/community/guides/observability/opentelemetry-metrics-golang/)
## 🟢 Prerequisites
- Prior Go development experience and a
[recent version](https://go.dev/doc/install) installed.
- Familiarity with [Docker](https://www.docker.com/) and [Docker
Compose][docker-compose-getting-started].
- Basic familiarity with the
[OpenTelemetry metrics](https://betterstack.com/community/guides/observability/opentelemetry-metrics/).
## âš– License
The code used in this project and in the linked tutorial are licensed under the
[Apache License, Version 2.0](LICENSE)