Rust-Powered Log Observability at Scale

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.พ. 2025
  • An overview of a log management platform called Parseable that is written in Rust.
    Parseable GitHub - github.com/par... - If you liked Parseable, consider leaving a star on their repo, it motivates and helps the team gauge developer interest!
    My configuration files that I refer to in the video: github.com/Me1...
    Parseable Documentation - www.parseable....
    Parseable Postman Workspace - www.postman.co...
    Camera: Canon EOS R5 amzn.to/3CCrxzl
    Monitor: Dell U4914DW 49in amzn.to/3MJV1jx
    SSD for Video Editing: VectoTech Rapid 8TB amzn.to/3hXz9TM
    Microphone 1: Rode NT1-A amzn.to/3vWM4gL
    Microphone 2: Seinheiser 416 amzn.to/3Fkti60
    Microphone Interface: Focusrite Clarett+ 2Pre amzn.to/3J5dy7S
    Tripod: JOBY GorillaPod 5K amzn.to/3JaPxMA
    Mouse: Razer DeathAdder amzn.to/3J9fYCf
    Keyboard (sometimes): Keychron Q1 amzn.to/3YkJNrB
    Computer: 2021 Macbook Pro amzn.to/3J7FXtW
    Lens: Canon RF24mm F1.8 Macro is STM Lens amzn.to/3UUs1bB
    Caffeine: High Brew Cold Brew Coffee amzn.to/3hXyx0q
    More Caffeine: Monster Energy Juice, Pipeline Punch amzn.to/3Czmfox
    Building A Second Brain book: amzn.to/3cIShWf

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

  • @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 ปีที่แล้ว +2

    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.

  • @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

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

    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

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

      Yea, odd what is uncovered when you actually go to vet the hype. Rust is still a baby

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

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

  • @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

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

    Did anybody check out the AWS creds?

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

      90% sure that I rotated them 🙃

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

    👍