Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

1.3.0

Compare
Choose a tag to compare
@owais owais released this 05 Aug 16:41

Features:

  • Added support for echo/v4

    In order to support echo/v4, the instrumentation needed to import echo
    from the updated v4 path and also provide an alternate import path for
    itself.

    When using echo/v4, users must import the instrumentation middleware
    from

          "github.com/signalfx/signalfx-go-tracing/contrib/labstack/echo.v4"
    

    instead of

          "github.com/signalfx/signalfx-go-tracing/contrib/labstack/echo"