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
Mo' Services Mo' Problems: How to Monitor Micro...
Search
Byron
February 22, 2018
Technology
0
120
Mo' Services Mo' Problems: How to Monitor Microservices
Given on February 22, 2018 at the Downtown San Jose DevOps Meetup
Byron
February 22, 2018
Tweet
Share
Other Decks in Technology
See All in Technology
Postman AI エージェントビルダー最新情報
nagix
0
110
標準技術と独自システムで作る「つらくない」SaaS アカウント管理 / Effortless SaaS Account Management with Standard Technologies & Custom Systems
yuyatakeyama
3
1.2k
Node-RED × MCP 勉強会 vol.1
1ftseabass
PRO
0
140
How Community Opened Global Doors
hiroramos4
PRO
1
120
本が全く読めなかった過去の自分へ
genshun9
0
250
解析の定理証明実践@Lean 4
dec9ue
0
180
Javaで作る RAGを活用した Q&Aアプリケーション
recruitengineers
PRO
1
110
BigQuery Remote FunctionでLooker Studioをインタラクティブ化
cuebic9bic
3
280
Yamla: Rustでつくるリアルタイム性を追求した機械学習基盤 / Yamla: A Rust-Based Machine Learning Platform Pursuing Real-Time Capabilities
lycorptech_jp
PRO
3
120
ひとり情シスなCTOがLLMと始めるオペレーション最適化 / CTO's LLM-Powered Ops
yamitzky
0
430
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
26k
~宇宙最速~2025年AWS Summit レポート
satodesu
1
1.8k
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Raft: Consensus for Rubyists
vanstee
140
7k
A Tale of Four Properties
chriscoyier
160
23k
YesSQL, Process and Tooling at Scale
rocio
173
14k
GraphQLとの向き合い方2022年版
quramy
48
14k
The Language of Interfaces
destraynor
158
25k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Designing Experiences People Love
moore
142
24k
Transcript
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
private final Meter requests = metrics.meter("requests"); public void handleRequest(Request request,
Response response) { requests.mark(); // etc }
None
None
None
None
None
None
None
None
None
None
None
spec: containers: - name: liveness image: k8s.gcr.io/busybox args: - /bin/sh
- -c - touch /tmp/healthy; sleep 30; rm -rf /tmp/healthy; sleep 600 livenessProbe: exec: command: - cat - /tmp/healthy initialDelaySeconds: 5 periodSeconds: 5
None
None
None
None
None
None
None