From 6001b04b20be70a74644712e336d9022df0ba07e Mon Sep 17 00:00:00 2001 From: Matthew Skelton Date: Sun, 10 Jul 2016 11:00:18 +0100 Subject: [PATCH] Correct capitalisation of headings in System characteristics --- run-book-template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/run-book-template.md b/run-book-template.md index ec624cd..8933f88 100644 --- a/run-book-template.md +++ b/run-book-template.md @@ -78,25 +78,25 @@ _(e.g. Commercial API gateway allows throttling control)_ _(e.g. Exponential backoff on all HTTP-based services + `/health` healthcheck endpoints on all services)_ -###Expected Traffic and Load### +###Expected traffic and load### > Details of the expected throughput/traffic: call volumes, peak periods, quiet periods. What factors drive the load: bookings, page views, number of items in Basket, etc.) _(e.g. Max: 1000 requests per second with 400 concurrent users - Friday @ 16:00 to Sunday @ 18:00, driven by likelihood of barbecue activity in the neighborhood)_ -####Hot or Peak Periods#### +####Hot or peak periods#### _ -####Warm Periods#### +####Warm periods#### _ -####Cool or Quiet Periods#### +####Cool or quiet periods#### _ -###Environmental Differences### +###Environmental differences### > What are the main differences between Production/Live and other environments? What kinds of things might therefore not be tested in upstream environments?