Prometheus Grafana Dotnet Core STEP BY STEP

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

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

  • @charless9435
    @charless9435 2 года назад +4

    Great video for beginner who starting prometheus

  • @MaxCarlo
    @MaxCarlo Год назад +3

    Great video with step by step for beginners

  • @lukedavis307
    @lukedavis307 3 месяца назад +1

    When I hit commercials I jump back because my volume is turned up so high...

  • @ashfakkp3430
    @ashfakkp3430 2 года назад +7

    While running the docker-compose for first time (for adding prometheus and graffana), I am getting an error from docker:
    service "prometheus" refers to undefined config prometheus_config: invalid compose project.
    what is should i do now. i am not able to create the container

    • @lovetocode4486
      @lovetocode4486  2 года назад +3

      Hi Ashfak,
      Have you tried the sample code which shows above. It is working fine. Please try that.
      BTW do you get the error at the docker-compose build or docker-compose up?

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

      Im using .NET 6 and i get this error

    • @juniordias1197
      @juniordias1197 Год назад +6

      Change configs:
      - source: prometheus_config
      target: /etc/prometheus/prometheus.yml
      to
      volumes:
      - ./prometheus.yml:/etc/prometheus/prometheus.yml

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

      @@juniordias1197 Your suggestion worked for me, thanks!

  • @GabrielGoncalves-ez1iv
    @GabrielGoncalves-ez1iv Год назад +4

    Your sound wasnt realy great, please create an other video for us!!
    And nice work on your video.

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

      Thanks for the comment. I will do new one and update you.

  • @xmagcx1
    @xmagcx1 2 года назад +5

    and the audio??

    • @lovetocode4486
      @lovetocode4486  2 года назад +1

      sorry Mauro, I didnt get you. Any questions or clarifications?

    • @arunn1845
      @arunn1845 2 года назад +3

      @@lovetocode4486 The audio volume is too low, initially I thought there was no audio or my headphones weren't working, I had to raise my volume to the max to be able to hear what you were saying

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

      @@arunn1845 Sorry for that Arun. I will make sure the sound on next video. Thanks

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

    Aren't you supposed to expose the metrics on a different port?

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

      Hi Zach,
      Still you can expose a different port. You are right.

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

    why not visual studio

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

      Hi. @S3Kglitches
      People use Rider or Visual studio as commercial products. Here I used VS code so anyone can try out extract same way. But all the code are working in Visual Studio and Rider.

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

      @@lovetocode4486 studio is free

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

      @@S3Kglitches yes, Of course the community version :)