command
module
Version:
v0.0.0-...-ad11bfb
Opens a new window with list of versions in this module.
Published: Mar 3, 2023
License: MIT
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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.
- 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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.