From b025a8c966863b0430691d3143c2faecef5dc2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 6 Nov 2017 16:47:32 -0800 Subject: [PATCH] add application metrics --- slides/swarm/metrics.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/slides/swarm/metrics.md b/slides/swarm/metrics.md index 85168acb..ebed1aac 100644 --- a/slides/swarm/metrics.md +++ b/slides/swarm/metrics.md @@ -44,6 +44,18 @@ http://jpetazzo.github.io/2013/10/08/docker-containers-metrics/ --- +## Application metrics + +- Arbitrary metrics related to your application and business + +- System performance: request latency, error rate ... + +- Volume information: number of rows in database, message queue size ... + +- Business data: inventory, items sold, revenue ... + +--- + class: snap, prom ## Tools