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
OPENLOGI Company Profile
hr01
0
54k
入門 KRR
donkomura
0
110
普通の Web エンジニアのための様相論理入門 #yapcjapan / YAPC Hakodate 2024
ytaka23
5
1.3k
Hazard pointers with reference counter
ennael
PRO
0
120
C# 13 / .NET 9 の新機能 (RC 1 時点)
nenonaninu
1
1.3k
【shownet.conf_】3Dアプローチで守るセキュリティ
shownet
PRO
0
370
AWSへのNIST SP800-171管理策 導入に向けての整備/20240930 Mitsutoshi Matsuo
shift_evolve
0
200
O'Reilly Superstream: Building a RAG App to Chat with Your Data
pamelafox
0
120
LINEヤフー新卒採用 コーディングテスト解説 実装問題編
lycorp_recruit_jp
1
12k
I tried the newly introduced certification "Applied Skills" on Microsoft Learn
mappie_kochi
0
140
XP matsuri 2024 - 銀河英雄伝説に学ぶ
kawaguti
PRO
3
570
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
2
230
Featured
See All Featured
Design by the Numbers
sachag
278
19k
Making the Leap to Tech Lead
cromwellryan
130
8.8k
Web development in the modern age
philhawksworth
205
10k
Robots, Beer and Maslow
schacon
PRO
157
8.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
Become a Pro
speakerdeck
PRO
24
4.9k
Thoughts on Productivity
jonyablonski
67
4.2k
Building Better People: How to give real-time feedback that sticks.
wjessup
362
19k
For a Future-Friendly Web
brad_frost
174
9.3k
Agile that works and the tools we love
rasmusluckow
327
21k
Designing the Hi-DPI Web
ddemaree
279
34k
Build The Right Thing And Hit Your Dates
maggiecrowley
31
2.3k
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