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
0
130
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
8万デプロイ
iwamot
PRO
2
230
PMBOK第8版は第7版から何が変わったのか(PMBOK第8版概要解説) / 20260304 Takeshi Watarai
shift_evolve
PRO
0
200
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
12
4.7k
モブプログラミング再入門 ー 基本から見直す、AI時代のチーム開発の選択肢 ー / A Re-introduction of Mob Programming
takaking22
5
1.3k
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
7
1.4k
最強のAIエージェントを諦めたら品質が上がった話 / how quality improved after giving up on the strongest AI agent
kt2mikan
0
140
GitLab Duo Agent Platform + Local LLMサービングで幸せになりたい
jyoshise
0
280
[AEON TECH HUB #24] お客様の長期的興味の理解に向けて
alpicola
0
140
楽しく学ぼう!コミュニティ入門 AWSと人が つむいできたストーリー
hiroramos4
PRO
1
190
マネージャー版 "提案のレベル" を上げる
konifar
22
15k
Kubernetesにおける推論基盤
ry
1
290
AIエージェント時代に備える AWS Organizations とアカウント設計
kossykinto
3
700
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.1k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
We Have a Design System, Now What?
morganepeng
55
8k
How to Get Subject Matter Experts Bought In and Actively Contributing to SEO & PR Initiatives.
livdayseo
0
82
We Are The Robots
honzajavorek
0
190
Information Architects: The Missing Link in Design Systems
soysaucechin
0
820
Amusing Abliteration
ianozsvald
0
130
First, design no harm
axbom
PRO
2
1.1k
Tell your own story through comics
letsgokoyo
1
840
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
130
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
460
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