We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ef556 commit 55189e8Copy full SHA for 55189e8
SageMaker/custom-scripts-and-configs/prolog.sh
@@ -57,7 +57,7 @@ timestamp=$(date +%s)
57
curl -X POST "https://api.datadoghq.com/api/v1/events" \
58
-H "Accept: application/json" \
59
-H "Content-Type: application/json" \
60
--H "DD-API-KEY: ea35c122554ceef82fec730015d2e886" \
+-H "DD-API-KEY: yourapikey" \
61
-d @- << EOF
62
{
63
"title": "Slurm Job Starting",
0 commit comments