Hi,
Does the Log function available in span have a way to indicate the log levels like INFO, DEBUG, WARN, etc and later do a query on these levels from jaeger UI.
I do see it has event:error
span->Log({{"event", "error"},
{"message", "failed to initialize"}});
I mean can we use the same log function and by storing in Elastic search, can we integrate with Fluentd kind of WUI, where more search/queries can be done
-> operations done by user "xyz" ,
->error count per user "xyz" ,
-> error count in host "ABC".
Please correct, if i missed anything.
Regards,
Grover.