Skip to content

Fetch metrics from your GAE project and send them to Datadog

Notifications You must be signed in to change notification settings

rolepoint/gae_datadog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Use Datadog on Google App Engine

Download the Datadog GAE module

cd $MY_GAE_APPLICATION
git clone https://github.com/DataDog/gae_datadog

app.yaml setup

You need to serve the Datadog requests to the Datadog module, include in your app.yaml:

handlers:
# Should probably be at the beginning of the list
# so it's not clobbered by a catchall route
- url: /datadog
  script: gae_datadog.datadog.app

Set your API key from the integration settings on Datadog

env_variables:
    DATADOG_API_KEY: 'YOURAPIKEY'

Use custom metrics with dogapi

This gist will show you an example of how to use custom metrics in your code.

About

Fetch metrics from your GAE project and send them to Datadog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%