tracing

command
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

README

Tracing Application example

Running

Run Jaeger Backend

An all-in-one Jaeger backend is packaged as a Docker container with in-memory storage.

docker run -d -p6831:6831/udp -p16686:16686 jaegertracing/all-in-one:latest

Jaeger UI can be accessed at http://localhost:16686.

Run Tracing Application
go run ./main.go

curl -H "Content-Type: application/json" -X POST -d '{"namespace":"ns1","name":"mongodb", "config": "db"}' http://localhost:8080/applications

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
services
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL