作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们正在尝试在我们的项目中使用 Zipkin 实现 Spring cloud sleuth,想知道 Spring cloud sleuth 是否支持使用 Spring 数据 JPA 的 DB 调用。
我想像服务调用一样跟踪数据库调用所花费的时间
当我使用 RestTemplate 进行服务调用时,它会被发送到 zipkin,我可以在仪表板上看到它
但是 Zipkin 中没有显示与 Spring 数据 jpa 的 DB 交互
最佳答案
您可以使用在 Spring Data 存储库上使用注释的新 Dalston 功能。您可以查看此了解更多信息 http://cloud.spring.io/spring-cloud-sleuth/spring-cloud-sleuth.html#_managing_spans_with_annotations
关于Spring 云侦探与 Spring 数据 jpa,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42982050/
我有一个 Spring Boot使用 Spring Sleuth 的应用程序用于跟踪服务间调用。在该应用程序中 ScheduledExecutorService存在在循环中执行 http 请求(下面的
我有一些 Spring 服务可以提交一些 AWS 批处理作业。这是一个简单的 spring 批处理作业,它调用外部服务的请求。我想通过将“org.springframework.cloud:sprin
我是一名优秀的程序员,十分优秀!