Skip to content

RisingStack/trace-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trace Go collector

Build Status

Usage

For an example usage please see the example service in the example folder.

Example project

Running the example project:

go run example/main.go

To initiate a request:

curl localhost:9876/test

The sample application will call another endpoint.

Development

The project uses Makefile for building. Testing:

make test

The test goal will run go fmt, vet on the code.
To see test coverage:

make coverage

About

Trace is a visualised stack trace platform designed for microservices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published