From 43fe17aea83b0da1b8ab139ed14be0ab4bc55bd3 Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Wed, 10 May 2017 07:53:29 +0200 Subject: [PATCH] Final version of the GeoPython2017 preso --- docs/monitoring_presentation/architecture.dot | 2 ++ docs/monitoring_presentation/index.html | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/monitoring_presentation/architecture.dot b/docs/monitoring_presentation/architecture.dot index e76d55127..d93f96c6a 100644 --- a/docs/monitoring_presentation/architecture.dot +++ b/docs/monitoring_presentation/architecture.dot @@ -17,6 +17,8 @@ digraph g { Statsd -> Prometheus; Prometheus -> Grafana [dir=back]; + + Prometheus [shape=cylinder] } subgraph cluster_Logs { diff --git a/docs/monitoring_presentation/index.html b/docs/monitoring_presentation/index.html index 8e1e15447..a24870adf 100644 --- a/docs/monitoring_presentation/index.html +++ b/docs/monitoring_presentation/index.html @@ -121,11 +121,11 @@ geographical REST services. * Statsd metrics - * Generic timers (routes, rendering, Alembic hooks) + * Generic timers (routes, rendering, SQL hooks) * Facilities for custom timers * Logging (ability to send @cee JSON formatted logs to syslog) -* Health checks * Master/slave DB connections +* Health checks * Tools to write acceptance tests --- @@ -162,8 +162,7 @@ from c2cwsgiutils import services from c2cwsgiutils.stats import timer_context -hello_service = services.create("hello", "/hello", - cors_credentials=True) +hello_service = services.create("hello", "/hello") @hello_service.get() def hello_get(request):