You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next, inside of MorpheusVM, start it up using ./scripts/run.sh. Next, start up jaeger using the following:
docker run -d --name jaeger -p 16686:16686 -p 4317:4317 jaegertracing/all-in-one:latest
Finally, head to http://localhost:16686/ where you should see the jaeger frontend. If all works well, you should be able to select MorpheusVM from the service dropdown
The text was updated successfully, but these errors were encountered:
This tutorial will show you how to view the OpenTelemetry traces from MorpheusVM.
Prerequisites
remove-zipkin-exporter
branch of HyperSDKRodrigoVillar:add-unmarshal-for-exportertype
branch from here: https://github.com/RodrigoVillar/avalanchegoSteps
First, you'll need to enable tracing in MorpheusVM. In
vm/config.go
, setTraceConfig
to the following:Next, inside of MorpheusVM, start it up using
./scripts/run.sh
. Next, start upjaeger
using the following:Finally, head to
http://localhost:16686/
where you should see thejaeger
frontend. If all works well, you should be able to selectMorpheusVM
from the service dropdownThe text was updated successfully, but these errors were encountered: