Please enable JavaScript.
Coggle requires JavaScript to display documents.
Operations (Software attributes (Reliability (Consider early, hard to…
Operations
Software attributes
-
Reliability
Consider early, hard to retrofit
Security
Consider early, hard to retrofit
Observability
-
consists of
-
-
-
monitoring
"Monitoring is for symptom based Alerting" (SRE book)
-
-
how?
online-serving systems (microservice, DB, etc.)
-
-
-
-
offline systems (batch, M/R, etc.)
-
-
-
-
"no part of a metric name should ever be procedurally generated (use labels instead)" but "try to keep the cardinality of your metrics below 10"
-
distributed tracing
-
-
correlation ID: an UUID which is copied from incoming message to subsequent, related messages, responses, etc.
-
-
-