Skip to content

Commit eb96b5e

Browse files
rtylerjim80net
andauthored
Update _posts/2020-09-15-integrating-databricks-and-datadog.md
Co-authored-by: Jim Park <[email protected]>
1 parent 623662c commit eb96b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-09-15-integrating-databricks-and-datadog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ EOF
6363
DD_AGENT_MAJOR_VERSION=7 \
6464
DD_API_KEY=${DATADOG_API_KEY} \
6565
DD_HOST_TAGS="[\"env:${ENVIRONMENT}\", \"spark_app:${APP_NAME}\"]" \
66-
bash -c "$(curl -L https://raw.githubusercontent.com/DataDog/datadog-agent/7.20.0-rc.10/cmd/agent/install_script.sh)"
66+
bash -c "$(curl -L https://raw.githubusercontent.com/DataDog/datadog-agent/7.22.0/cmd/agent/install_script.sh)"
6767

6868

6969
cat << EOF >> /etc/datadog-agent/datadog.yaml

0 commit comments

Comments
 (0)