DataDog / documentation

The source for Datadog's documentation site.

Home Page:http://docs.datadoghq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Databricks Integrations: clarify parameter

LucasC opened this issue · comments

Documentation Page

https://docs.datadoghq.com/integrations/databricks/?tab=driveronly

Issue Description

The 3rd instruction step mentions that the SITE URL must be used in an environment variable for DD_SITE.

The link points to to use the this page.
On it, there's a column named Site URL with the following format: https://app.datadog.eu
This could lead to confusion as the actual format expected by the Databricks integration is the Site Parameter: datadog.eu

Impact

If the wrong parameter is used, the integration will not point to the right datadog site and the telemetry won't be sent accordingly.

Recommendation

Replace:

Set DD_SITE to your site URL.

By:

Set DD_SITE to your site parameter (for example datadog.eu).

Side note

I wanted to push a PR directly, but /content/en/integrations/databricks.md does not exist?

Thanks so much, I've opened DataDog/integrations-core#14483 to clarify this.