Prometheus Service Discovery

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • 🚀 Demystifying Service Discovery in Prometheus! 🌐
    📊 #Prometheus #ServiceDiscovery #Kubernetes #handson
    Video Highlights:
    🌟 What is the need for Service Discovery
    🚀 Different Types of Service Discovery
    📊 Understanding Kubernetes Service Discovery Configuration
    🕵️ Hands-On
    🌟 Exciting Next Chapter:
    Stay tuned for the next chapter where we dive into PromQL syntax
    👍 Like, Share, Subscribe:
    Found the insights valuable? Share with friends! Don't miss future updates-subscribe for more tech tutorials.
    📚 Explore More Tutorials:
    Docker Complete Course: • Docker Tutorial | Ful...
    Kubernetes Series: • Master Kubernetes
    HELM: • All about HELM
    🙏 Thank you for tuning in! Stay curious and keep exploring with Prometheus!
    #ServiceDiscovery #PromQLSyntax #TechTutorial #PavanElthepu #subscribenow
    The answer to the question posed in the video:
    Any annotation value provided for our service annotations, which begins with `prometheus.io/param_`, will be passed as a URL parameter to the target endpoint. For example, if we add `prometheus.io/param_env: dev`, then `env=dev` will be passed to the target endpoint

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

  • @RajKumar-nz5ru
    @RajKumar-nz5ru 8 месяцев назад +3

    Great content Pavan ! In your videos. First discussing the problems and how the solution is implemented to solve those 👍

    • @PavanElthepu
      @PavanElthepu  8 месяцев назад

      Thank you Raj Kumar. Please share with your friends and colleagues🙏

    • @ishu_keshri_it_1165
      @ishu_keshri_it_1165 8 месяцев назад +1

      Hi bro there is file_sd for promethues where you can add targets dynamically​@@PavanElthepu

    • @PavanElthepu
      @PavanElthepu  8 месяцев назад

      Yes, but in this video I covered Kubernetes Service Discovery. Let me know if we need a detailed video on file SD also. But it’s pretty straightforward

    • @RajKumar-nz5ru
      @RajKumar-nz5ru 8 месяцев назад +1

      @@PavanElthepu yes it's pretty forward , Prometheus integration with grafana video will be a good expectation 😊

    • @PavanElthepu
      @PavanElthepu  8 месяцев назад

      Yeah, that will be covered in Grafana series

  • @ajay5164
    @ajay5164 6 месяцев назад +1

    All your contents are highly valuable. Appreciate all your efforts.
    It would be very helpful if you can you make videos on these related topics -
    1. how can these metrics (stored in TSDB) can be fetched and showed on Graffana ?
    2. How to configure remote storage
    3. How to setup alerts using the metrics data

  • @leamon9024
    @leamon9024 8 месяцев назад +1

    Awesome video. Thanks!

    • @PavanElthepu
      @PavanElthepu  8 месяцев назад

      Thank you. Please share with your friends and colleagues

  • @jhones6241
    @jhones6241 5 месяцев назад +1

    thanks, you helped my team a lot!!

  • @PrashantSingh-un6yj
    @PrashantSingh-un6yj 8 месяцев назад +1

    this is very good videos , love this and all doubt clear

    • @PavanElthepu
      @PavanElthepu  8 месяцев назад

      Thank you Prashanth. Please share with all your friends and colleagues

  • @vijayanandjeeva2163
    @vijayanandjeeva2163 5 дней назад

    in the configuration, replacement here is, _param_$1 is taking $1 as first parameter

  • @code-for-mars
    @code-for-mars 3 месяца назад +1

    Any idea about how prometheus is able to connect to the endpoints directly though ?

    • @PavanElthepu
      @PavanElthepu  Месяц назад

      Can you please elaborate your question?

  • @priyashreeshetty708
    @priyashreeshetty708 3 месяца назад

    I added pod labels like env and region to one of the pods, but I am not able to see that label when I check the metrics