Skip to content

v2.5.0.DEPRECATED

Compare
Choose a tag to compare
@gunlee01 gunlee01 released this 18 Nov 06:44
· 433 commits to master since this release
493ecd5

Features

  • [server] Zipkin storage feature.

    • You can now use Scouter as Zipkin server storage. The collected spans can be found in the scouter's xlog view.
    • support Java 9, 10 ,11
  • [webapp]

    • Support spanStep for Zipkin storage feature.
    • Support Java 9, 10, 11
  • [agent.java]

    • Support Java 11 now
    • Support Reactor Mono, Flux thread tracing
    • Support Hystrix thread tracing on a spring cloud feign. (Special Thanks to @redutan)
    • RabbitMQ publisher tracing
    • Kafka producer tracing
  • [client]

    • ability to display SpanSteps for supporting scouter's Zipkin storage feature.

MISC

  • some libraries updated

Bug Fix

  • [agent.java] fix the active service shows finished service as a zombie services (never finished) with xlog_fully_discard_service options.
  • [agent.java] fix the bug that some xlogs log when the xlog_sampling_only_profile option is enabled.