Skip to content

Instantly share code, notes, and snippets.

@LeoCavaille
LeoCavaille / gae.md
Last active February 26, 2019 23:13 — forked from alq666/gae.md
Custom Datadog metrics on Google App Engine

How to use custom Datadog metrics on Google App Engine

Installation

We will use the dogapi module to instrument your code. There are a lot of ways to ship libraries to Google App Engine using virtualenvs, symlinks, etc. If you already have that, just add to your stack the latest version of dogapi from PyPi.

If not, here is an easy way to use dogapi:

cd $MY_GAE_PROJECT