当前位置: 首页 > 知识库问答 >
问题:

Java Spring Sleuth Zipkin-X-Span-Export未显示

羊舌高明
2023-03-14

小问题,因为我无法在我的日志中看到X-Span导出。

我有一个基于Java的应用程序,Springboot 2.4.2,Sleuth和Zipkin。

在我的log4j2.xml,我这样配置:

    <Property name="LOG_PATTERN">
            %d{MM-dd HH:mm:ss} %5p - [%10.10t] %-30.30c{1.} : [%X{X-B3-TraceId}, %X{X-B3-SpanId}, %X{X-Span-Export}] %m%n%ex
    </Property>

然而,在我的日志中,我只能看到:

2021-03-07 13:12:40.218  INFO [myservice,336a9463f46cf034,18bffe81e7500eae] 562 --- [or-http-epoll-4] ...

我希望看到一个“真”或“假”,比如[myservice,336a9463f46cf034,18bffe81e7500eae, true]但是,它不在这里。

请问是什么问题?

谢谢你

共有1个答案

秦毅
2023-03-14

它在Sleuth 3.0中被删除了,虽然看起来文档没有更新,但我很快就会更新文档。

要用日志修复其余部分,您可以检查此处的日志配置、文档中的日志集成和此答案。

 类似资料:
  • 我正在尝试运行一个Spring启动应用程序,并在Sleuth的支持下跟踪其执行情况。日志显示了服务名称,但没有显示跟踪id或跨度id。我得到的只是[myservice,,,,]。 我错过了什么? 这是日志中的一些台词。 2017-04-30 14:41:38.750INFO[myservice,,] 7 --- [ main]s. c. a.注释配置应用上下文:刷新org.springframew

  • The FreeMarker source code doesn't include cryptography. Furthermore its binary (downloadable) forms don't include any cryptography software. Hence, FreeMarker has no Export Control Classification Num

  • 本文向大家介绍export和export default有什么区别?相关面试题,主要包含被问及export和export default有什么区别?时的应答技巧和注意事项,需要的朋友参考一下 1.一个页面里面可以有多个export,但是只能有一个export default 2.import的时候, 使用export default导出的使用import XX from 'xxx'来导入 使用ex

  • Overview How it works Exporting methods Available options Live examples Overview The ExportFile plugin allows you to export table content to a file, blob or string. The plugin is always enabled, so th

  • export 用法 Usage: docker export [OPTIONS] CONTAINER Export a filesystem as a tar archive (streamed to STDOUT by default) --help=false Print usage -o, --output= Write to a file, instead

  • 名称 git-fast-export - Git 数据导出器 概要 git fast-export [options] | git fast-import 描述 该程序将适当的修订以适合于git fast-import管理的形式转储。 您可以将其用作人可读的包替换(请参阅 git-bundle [1]),或作为一种交互式git filter-branch。 Options --progress=<