Hello everybody, just joined. I was trying to use Zipkin for a few days in my Ruby on Rails app and I am using::Logger::Formatter.new as the formatter. How do I print the trace id, span id etc in the application logs ?
In my Java App it automatically comes as "[vmsservice,c6b162b6763740b6,93228fedf49d17c2,true]" as part of the log.
hello,
trying to run zipkin on ec2 centos instance & getting
"Armeria server failed to start"
Caused by: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use
I'd like to know which address it wants to use. zipkin is running fine on our other servers with the same version.
any help is much appreciated.
localhost
refers to the Ubuntu desktop?Hi all --
I implement zipkin for Microservice and use storage type as elasticsearch
now I want to use same zipkin for multiple accelator, so How I can check which log come from which accelator in kibana, seems zipkin have same index for all
Please help me in this.
Thanks in advance