How to Export Prometheus Metrics from Just About Anything - Matt Layher, DigitalOcean

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

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

  • @mbigras
    @mbigras 4 года назад +3

    Great talk! Thanks very much for building such cool examples!

  • @dirckcopeland9154
    @dirckcopeland9154 5 лет назад +2

    Please let us know where or if we need to set $GOPATH and $GOROOT after we clone this repo. If I clone this repo as it is, and cd into any of the directories with cpustat.go or main.go and run the go build as shown on slide 41, it's kicks out all kinds or errors. I really would like to get these go examples going so I can understand this better. Thanks so much for all you work.

    • @2ndSonStudio
      @2ndSonStudio 4 года назад +1

      Yes you need to set your $GOPATH when yousing go

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

    Very useful. Thanks a lot

  • @spillai6000
    @spillai6000 3 года назад

    Notes for my self:
    - build exporter in go : 3:50

  • @DouwedeJong
    @DouwedeJong 3 года назад

    Title is misleading. Prometheus has nothing to do with this talk. This is a talk about how to put UNIX data into Prometheus format using golang.