Rust-Powered Log Observability at Scale

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

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

  • @putnam120
    @putnam120 Год назад +4

    This is pretty cool. I am in the process of setting up the observability platform for my company and wish id seen this before we decided on loki. But maybe in the future we might experience to moving to Parseable.

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

      nice, definitely report back on how it goes if you decide to go that route. I'm excited to integrate it into my own projects

  • @Turalcar
    @Turalcar 9 месяцев назад +1

    7:25 I actually like hard-coding stuff like this. That is viable in my case (services with single-digit number of instances) and it forces every config change to go through the same review and release process as the rest of the code, even if somewhat expedited.

  • @chokosabe
    @chokosabe 4 месяца назад

    Tried this, performant but really needs some basic sane helper methods. Blows my mind there isn't even a simple basic rust client to use with default rust logs

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

    What is that search window you use at 4:57?

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

      it's actually Vimium, a Chrome extension that adds vim-like keybindings to Chrome! Discovered it a few months ago and now I swear by it chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb

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

    1. analyze this to include in the dataset. 2. Train. 3. Implement. 😊 happy

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

    Amazing video as usual! You're doing a great job sharing about new Rust tools!
    Do you think you can share how you use Building a Second Brain in your workflow? how do you collect information and use it in videos.

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

    Sounds interesting, tho it would be really interesting to see parseable's Open telemetry instrumentation so that sending logs to already existing applications is just a matter of switching the telemetry instrumentation. Do you know if they support that kind of thing? Also, what if the data coming to parseable has multiple schemas? Realistically in a big app you will include tons of different fields depending on the purpose of the log.

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

      Parseable supports multiple schemas

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

    Did anybody check out the AWS creds?

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

    👍