Browse Source

Document the api_host value for EU site.

Datadog has two APIs hosts, depending on the site where data resides.
pull/64/head
Dumitru Postoronca 6 years ago
committed by GitHub
parent
commit
b1aca8ebea
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