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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Byron
February 22, 2018
Technology
130
0
Share
Mo' Services Mo' Problems: How to Monitor Microservices
Given on February 22, 2018 at the Downtown San Jose DevOps Meetup
Byron
February 22, 2018
Other Decks in Technology
See All in Technology
「コーディング」しない人のための Claude Code 入門 ChatGPT の次の一歩 — 業務に組み込む 育成・共有・自動化
rfdnxbro
1
460
探して_入れて_作って_使う_Agent_Skills___LT.pdf
peintangos
2
100
Spring AI × MCP 入門〜AIエージェントへのツール公開、境界設計から始める最小構成 〜
yuyamiyamoto
0
190
Kaggle未経験社員をメダリストに育てる「AIドラゴン桜」
lycorptech_jp
PRO
0
670
コードレビューを制するチームがソフトウェアデリバリーのフローを制す / Beyond Code Review: Distributing Its Responsibilities Across the SDLC
mtx2s
3
490
Claude code Orchestra
ozakiomumkj
2
770
速さだけじゃない! VoidZero ツールが移行先に選ばれる理由
mizdra
PRO
6
700
Datadog 認定試験の概要と対策
uechishingo
0
210
Generative UI × A2UI で AI エージェントを作った話 AI-DLC も使ってみた!
kmiya84377
1
290
Diagnosing performance problems without the guesswork
elenatanasoiu
0
130
AIプラットフォームを運用し続けるための可観測性
tanimuyk
4
700
最低限これだけ押さえれ大丈夫_Claude Enterprise/Team企業展開ガバナンス入門
tkikuchi
1
560
Featured
See All Featured
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
520
How to Get Subject Matter Experts Bought In and Actively Contributing to SEO & PR Initiatives.
livdayseo
0
130
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
2
1.5k
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
65
55k
Large-scale JavaScript Application Architecture
addyosmani
515
110k
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
220
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.3k
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
62
54k
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
430
Ruling the World: When Life Gets Gamed
codingconduct
0
240
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
150
30 Presentation Tips
portentint
PRO
1
310
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