How to collect SpringBoot Camel Metrics using Prometheus and Grafana?

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • How to collect SpringBoot Camel Metrics using Prometheus and Grafana?
    00:00 Introduction
    04:30 What is SpringBoot Actuator?
    04:55 What is MicroMeter?
    06:00 What is Prometheus?
    07:25 What is Grafana?
    08:20 Workshop
    Install Prometheus and Grafana
    Configure Application
    Connect Applications
    Build Dashboard
    Code Available at: / how-to-collect-springb...
    github.com/jssaggu/camel-tuto...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 8

  • @ahmetyasarozer
    @ahmetyasarozer 11 หลายเดือนก่อน +1

    Respectable, generous efforts. It's perfect to see that you don't mind being perfect. What you do is "by heart", which is already expected to be seen in somebody coming from the "Heart of the World: India"

  • @mansipathak9294
    @mansipathak9294 2 ปีที่แล้ว +1

    This is such a good video. Thank you Saggu for a crisp introduction for Prometheus and Grafana.

  • @juritaran3982
    @juritaran3982 3 ปีที่แล้ว +1

    Good overview. Thank you very much!

  • @cherry1431
    @cherry1431 6 หลายเดือนก่อน

    This saved my day. Thanks for the efforts put into this. Also can you please tell How to add the trace id and spanid??

  • @dokhahmed8707
    @dokhahmed8707 8 หลายเดือนก่อน

    Hello, when i created some custom metrics in my routes using metrics:counter or micrometer:counter those metrics does not appear in /actuator/prometheus. can you help me please

  • @mefirst5427
    @mefirst5427 ปีที่แล้ว

    Cloned your repo, changed nothing, but actuator/prometheus is missing, actuator/info is also missing

    • @SagguUK
      @SagguUK  ปีที่แล้ว

      you can enable them in application.yml under management

  • @danaer
    @danaer 2 ปีที่แล้ว +1

    This was really helpful, thanks!
    Do you know where I can find more information about the types of data from Micrometer? CamelMessageHistory_seconds_max, CamelRoutePolicy_seconds_count...
    I can't find anything on the Internet