Browse Source

Merge pull request #64 from posto/patch-1

Document the api_host value for EU site.
pull/68/head
Brett Langdon 6 years ago
committed by GitHub
parent
commit
16f6f8ad14
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      README.md

+ 2
- 0
README.md View File

@ -44,6 +44,8 @@ var dogapi = require("dogapi");
var options = {
api_key: "YOUR_KEY_HERE",
app_key: "YOUR_KEY_HERE",
// if you are on the Datadog EU site, you need to overwrite the default value of api_host key:
// api_host: "app.datadoghq.eu"
};
dogapi.initialize(options);


Loading…
Cancel
Save