Skip to content

Commit

Permalink
docs(gin): deprecated gin tracing middleware (#319)
Browse files Browse the repository at this point in the history
* docs(gin): deprecated gin tracing middleware

* docs(gin): deprecated gin tracing middleware

* docs(gin): deprecated gin tracing middleware

* docs(gin): deprecated gin tracing middleware

* docs(gin): deprecated gin tracing middleware
  • Loading branch information
flc1125 authored Oct 14, 2024
1 parent 8c36174 commit 3a15101
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gin/middleware/tracing/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Tracing

> [!WARNING]
> **Deprecated:** This package is deprecated and will not be maintained.
>
> Please use [`go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin`](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/github.com/gin-gonic/gin/otelgin/gintrace.go) instead.
---

This middleware provides tracing capabilities for your application.

It is based on the OpenTelmetry specification and can be used with any OpenTelemetry compatible tracing backend.
Expand Down

0 comments on commit 3a15101

Please sign in to comment.