タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

distributedとtraceに関するOooのブックマーク (2)

  • 分散トレーシングシステムのZipkinを使ってみた話 - Qiita

    Java Advent Calendarの22日目担当のmiya10keiです。 今回は分散トレーシングシステムであるZipkinを勉強しながら使ってみた話になります。 はじめに まずはじめに、分散トレーシングについて完全に素人だったのでこの辺のスライドやブログを見てみました。 https://www.slideshare.net/rakutentech/spring-cloudzipkin http://www.baeldung.com/tracing-services-with-zipkin 分散トレーシングとは そもそも、分散トレーシングとはなにかという話ですが、分散されたシステムで処理されるリクエストを追跡(トレーシング)するためのものになります。マイクロサービスのような複数のサービスで構成されるシステム(分散システム)では、1つのリクエストが複数のサービスをまたいで処理されること

    分散トレーシングシステムのZipkinを使ってみた話 - Qiita
  • OpenZipkin · A distributed tracing system

    Zipkin Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data. If you have a trace ID in a log file, you can jump directly to it. Otherwise, you can query based on attributes such as service, operation name, tags and duration. Some interesting data will be sum

  • 1