Skip to content

Commit

Permalink
fix(vscode): fixed Jaeger parameters (#8801)
Browse files Browse the repository at this point in the history
Fixed Jaeger parameters in launch.json
  • Loading branch information
sanjayk-github-dev authored Apr 20, 2023
1 parent 04febd3 commit 7abb223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"mode": "debug",
"program": "${workspaceRoot}/dgraph/",
"env": {},
"args": ["alpha", "--trace", "jaeger=http://localhost:14268/api/traces;", "ratio=0.99;", "--telemetry", "sentry=false;", "--security", "whitelist=0.0.0.0/0;", "--acl", "secret-file=../ee/acl/hmac-secret; access-ttl=300000s;"],
"args": ["alpha", "--trace", "jaeger=http://localhost:14268; ratio=0.99;", "--telemetry", "sentry=false;", "--security", "whitelist=0.0.0.0/0;", "--acl", "secret-file=../ee/acl/hmac-secret; access-ttl=300000s;"],
"showLog": true
}
],
Expand Down

0 comments on commit 7abb223

Please sign in to comment.