Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
オブザーバビリティを意識したアプリケーション/Observability-Aware Appl...
Search
yuorei
May 17, 2025
0
45
オブザーバビリティを意識したアプリケーション/Observability-Aware Applications
yuorei
May 17, 2025
Tweet
Share
More Decks by yuorei
See All by yuorei
Rust + Cloudflare Workersで作る HLS 認証プロキシ
yuorei
0
91
2022-10-15大LT.pdf
yuorei
0
20
Pythonで Webスクレイピングをしてみよう!
yuorei
0
320
GraphQLについて調べてみた
yuorei
0
67
GoでLINEbot入門
yuorei
0
67
Featured
See All Featured
Side Projects
sachag
455
42k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
VelocityConf: Rendering Performance Case Studies
addyosmani
330
24k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.8k
Why Our Code Smells
bkeepers
PRO
337
57k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
16
940
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Transcript
オブザーバビリティを意識したア プリケーション Road to SRE NEXT@会津若松 2025/05/17 ユオレイ yuorei
2 ユオレイ 会津大学 学部4年 profile 主にサーバーサイドエンジニアとして活動してい ます 動画配信やSREにも興味があります @yuorei71 yuorei
https://yuorei.com
yuorei なぜオブザーバビリティが重要か
なぜオブザーバビリティが重要か 問題が起きた時、または起きた時に特定できる 内部から問題点の特定に繋がる yuorei
なぜオブザーバビリティが重要か 問題が起きた時、または起きた時に特定できる 内部から問題点の特定に繋がる 問題が起きる前に見つける yuorei
オブザーバビリティ • Logs • Metrics • Traces yuorei
yuorei 構成
オブザーバビリティ yuorei Grafana Tempo ブラウザ サーバー
オブザーバビリティ yuorei Grafana Tempo ブラウザ サーバー コンテキストを 渡す
yuorei 実際にやってみた
オブザーバビリティ yuorei コンテキストを 渡す sentry Cloud Trace
トレース yuorei
コンテキスト伝搬 分散トレーシング を可能にする技術 クライアントからサーバーサイド、マイクロサービスまでサポートしている yuorei
sentry yuorei エラーアラート
まとめ yuorei • アプリが壊れたときに「すぐ原因がわかる」ことが信頼性に直結 ◦ 事前予測にも役にたつ • ログだけでは見えない因果関係やパフォーマンスの全体像をトレースで可視化。 • “観測できるコード”は、未来の自分を助けてくれる
yuorei