Spring Boot Microservices Tutorial Part 12 - Observability with Grafana Stack

Sdílet
Vložit
  • čas přidán 6. 07. 2024
  • In this Spring Boot 3 Microservices tutorial series, we will learn how to build microservices using Spring Boot and Spring Cloud.
    This is part 12 of the series, in this part, we will cover:
    - How to implement Observability in Spring Boot 3 applications using Grafana Stack
    Link to the blog post - programmingtechie.com/2023/09...
    Link to GitHub repo - github.com/SaiUpadhyayula/mic...

Komentáře • 13

  • @adityagautam1217
    @adityagautam1217 Před 2 dny

    top notch content !!

  • @Yourmothersmuff
    @Yourmothersmuff Před 2 hodinami

    Really awesome and thank you! 😊

  • @hamzahadeq228
    @hamzahadeq228 Před 5 dny

    Man you are a legend , a lot of love from Morocco

  • @z7oss
    @z7oss Před 9 dny

    Making this available for free means a lot, thanks from the bottom of my heart

  • @rishiraj2548
    @rishiraj2548 Před 10 dny

    Good day greetings 🙂🙏🏻

  • @aadiraj6126
    @aadiraj6126 Před 8 dny

    I know basic k8s. Waiting for K8s deployment part with lot of hunger. Lot of curiosity abt how backend pod, db pod & frontend pod will interact. It'll be fun ✌️

  • @user-in3yf4pc2q
    @user-in3yf4pc2q Před 7 dny

    Hi. Thanks for the video.
    But I have the question.
    Why do you set server.http_listen_port = 3200 in tempo.yml, when you launch Tempo on 3100 in Docker and there are no containers on port 3200.

  • @pritishdesai6537
    @pritishdesai6537 Před 10 dny

    Thanks for continuing this series. How many sections are pending?

  • @hld8626
    @hld8626 Před 10 dny

    Can you make a video about push notifications when ordering?

  • @aadiraj6126
    @aadiraj6126 Před 8 dny

    Great series. When it came to spring boot, implemented it smoothly. Loving it. 😍 Sai, just a silly question..I personally found, Backend is easier than angular. Do you think same or it just about difference of spending more time? I'm struggling to convert ur angular17 code into angular16, because I don't want to upgrade my angular version in my laptop, as engaged in some other angular16 project.😂 I know standalone module features of angular17 but I found interceptor, appConfig everything different here for keyclock. Is erstwhile angular keycloak-js integration were different? I know u don't want to indulge in angular part & it was great favour that u gave us frontend part, but can u suggest me any notes/article where I can properly learn angular-auth-oidc-client in detail.

    • @aadiraj6126
      @aadiraj6126 Před 8 dny

      Can we start angular17 via docker? Plz guide me, I'll do it.

    • @ProgrammingTechie
      @ProgrammingTechie  Před 7 dny

      I certainly like backend compared to frontend, that's why you only backend tutorials rather than frontend :D
      I would start by reading the documentation of angular-oauth-oidc-client to understand more about it.