From b1aca8ebeaa49bffee66a184edf44e1d288eac5a Mon Sep 17 00:00:00 2001 From: Dumitru Postoronca Date: Thu, 15 Aug 2019 17:25:34 +0200 Subject: [PATCH] Document the api_host value for EU site. Datadog has two APIs hosts, depending on the site where data resides. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf103d1..fe1daac 100644 --- a/README.md +++ b/README.md @@ -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);