Skip to content

Clarilab/tracygo

Repository files navigation

TracyGo

INFO

TracyGo provides functionality for tracing a correlation identifier through multiple go microservices.

The library includes middlewares for the following frameworks:

Supported Go Versions

This library supports the most recent Go, currently 1.22.3.

How to install

go get github.com/Clarilab/tracygo/v2

How to import

import "github.com/Clarilab/tracygo/v2"

How to use

In the examples folder you will find some example applications. One using the atreugo middleware, one using the fiber middleware. Both examples also demonstrate how to use the resty middleware.