Skip to content

Commit

Permalink
Final version of the GeoPython2017 preso
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Valsecchi committed May 10, 2017
1 parent 947b511 commit 43fe17a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/monitoring_presentation/architecture.dot
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ digraph g {

Statsd -> Prometheus;
Prometheus -> Grafana [dir=back];

Prometheus [shape=cylinder]
}

subgraph cluster_Logs {
Expand Down
7 changes: 3 additions & 4 deletions docs/monitoring_presentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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

---
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit 43fe17a

Please sign in to comment.