Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tel-io/instrumentation
https://github.com/tel-io/instrumentation
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tel-io/instrumentation
- Owner: tel-io
- License: gpl-3.0
- Created: 2022-09-07T12:30:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T13:35:03.000Z (4 months ago)
- Last Synced: 2024-09-15T02:22:32.139Z (4 months ago)
- Language: Go
- Size: 587 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instrumentation
Repository store plugins for [tel](http://github.com/tel-io/tel) project which currently located
Take look on
opentelemetry-go-contrib: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/README.md## Instrumentation Packages
| Instrumentation Package | Metrics | Traces | Logs | Checker |
|:----------------------------------------------------:|:-------:|:------:|:----:|:-------:|
| [github.com/go-chi/chi/v5](./middleware/chi) | ✓ | ✓ | ✓ | |
| [github.com/labstack/echo/v4](./middleware/echo) | ✓ | ✓ | ✓ | |
| [github.com/gin-gonic/gin](./middleware/gin) | ✓ | ✓ | ✓ | |
| [github.com/valyala/fasthttp](./middleware/fasthttp) | ✓ | ✓ | ✓ | |
| [google.golang.org/grpc](./middleware/grpc) | ✓ | ✓ | ✓ | |
| [net/http](./middleware/http) | ✓ | ✓ | ✓ | ✓ |
| [github.com/nats-io/nats.go](./middleware/nats) | ✓ | ✓ | ✓ | |
| [database/sql](./plugins/otelsql) | ✓ | ✓ | | |
| [github.com/jackc/pgx/v4](./plugins/pgx) | ✓ | ✓ | ✓ | |
| [go.mongodb.org/mongo-driver/mongo](./plugins/mingo) | | ✓ | | |## Grafana Dashboards
In addition, we provide specific [grafana-dashboards](./grafana-dashboards)