Jaeger Tracing Quick Example Implementation using Go & Docker

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 7

  • @tatemo_labs
    @tatemo_labs 3 года назад

    I created solutions in the past (not Golang) and tracing it is always one complicated activity, and telemetry never in my scope.
    Log4Net has been enough for action results.
    However, telemetry it is something I haven't think to much, and we need to consider it.
    With this video, it seems now there is another tool to learn :s
    Thank you!

  • @sibivishnu4026
    @sibivishnu4026 2 года назад

    Hi, I am looking for a complete course to teach me how to set jaeger with golang to trace all the logs.

  • @m-sa4335
    @m-sa4335 2 года назад +1

    Is there any way to collect all traces from jeager ?

    • @SatyajitSatoDas
      @SatyajitSatoDas  2 года назад

      You can configure to do constant sampling and set it to 1 to get all of them.
      www.jaegertracing.io/docs/1.37/sampling/

    • @m-sa4335
      @m-sa4335 2 года назад

      @@SatyajitSatoDas thanks
      Do you know any other tutorial?

    • @SatyajitSatoDas
      @SatyajitSatoDas  2 года назад

      @@m-sa4335 what kind of tutorial exactly? :)

    • @m-sa4335
      @m-sa4335 2 года назад

      @@SatyajitSatoDas I meant something on Jaeger sampling except the published Jaeger documentation.