OpenTelemetry Instrumented FastAPI

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

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

  • @bjorn5366
    @bjorn5366 10 месяцев назад +2

    this was really helpful, cheers mate

  • @SimKieu
    @SimKieu Год назад +2

    Thank you so much for the video. Could you please help me understand why there're 6 spans? From what I see, you loop through 3 times, each time generate a span. Then there should be only 3 spans, right?

  • @Newascap
    @Newascap Год назад +2

    Thank you, this is great to know about! If you have any more info, I would love to know how I can:
    1. Integrate this with grafana instead of jaeger
    2. Maybe check for an alternative of the context manager (indenting could become really messy really quick for each block I want telemetry info from)

    • @agardnerit
      @agardnerit  Год назад

      Thanks! Grafana is the visualisation layer, you still need a place to store the traces (Jaeger, Dynatrace, Datadog, SigNoz or another commercial vendor). You then use Grafana to visualise the traces using a data source: grafana.com/docs/grafana/latest/datasources/jaeger/

    • @adityasoni3849
      @adityasoni3849 Год назад

      @@agardnerit is the process the same for azure application insights? I don't see any trace logging dashboards in azure

    • @agardnerit
      @agardnerit  Год назад

      @@adityasoni3849 I'm afraid I have no experience with Azure

    • @kwesikwaa
      @kwesikwaa 9 месяцев назад

      ​@@agardnerittempo?

    • @agardnerit
      @agardnerit  9 месяцев назад

      @@kwesikwaaI don’t understand?

  • @zuowang5185
    @zuowang5185 4 месяца назад

    why do you need "as span" if you aren't using `span` later?

  • @grimonce
    @grimonce Год назад +2

    Nice I think I'll make use of that tonight... :)

  • @rajujagadeesan8806
    @rajujagadeesan8806 10 месяцев назад +1

    Thanks Adam. It was really helpful for my current project. Is it possible to show me how to instrument "FastApi Fargate-based-container" to push the data to Dynatrace. Thanks in advance.

  • @filippov_es
    @filippov_es Год назад +1

    Super! Thx a lot!