example_tracing

command module
v0.0.0-...-ad11bfb Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2023 License: MIT Imports: 20 Imported by: 0

README

how to trace in golang

Please make sure you have docker-compose in your compute.

  • deploy es+kibana
  • deploy jaeger-collector
    • docker-compose -f docker-jaeger-collector.yml up -d
  • deploy jaeger-query UI && Service
  • deploy opentelemetry collector
    • exec docker-compose -f docker-otel-collector.yml up -d
  • run go server && push your data into this.
    • go run .
  • finally,you will see your test data in http://localhost:16686.

Note

However,you need change localhost in those files into your inner domain ip,otherwise you cannot visit these middlewares.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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