plano/archgw.code-workspace
Salman Paracha a79f55f313
Improve end to end tracing (#628)
* adding canonical tracing support via bright-staff

* improved formatting for tools in the traces

* removing anthropic from the currency exchange demo

* using Envoy to transport traces, not calling OTEL directly

* moving otel collcetor cluster outside tracing if/else

* minor fixes to not write to the OTEL collector if tracing is disabled

* fixed PR comments and added more trace attributes

* more fixes based on PR comments

* more clean up based on PR comments

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-342.local>
2025-12-11 15:21:57 -08:00

53 lines
1.1 KiB
Text

{
"folders": [
{
"name": "root",
"path": "."
},
{
"name": "crates",
"path": "crates"
},
{
"name": "archgw_cli",
"path": "arch/tools"
},
{
"name": "tests_e2e",
"path": "tests/e2e"
},
{
"name": "tests_archgw",
"path": "tests/archgw"
},
{
"name": "chatbot_ui",
"path": "demos/shared/chatbot_ui"
},
{
"name": "java_demo",
"path": "demos/samples_java/weather_forcecast_service"
}
],
"settings": {
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
},
"rust-analyzer.cargo.features": ["trace-collection"]
},
"extensions": {
"recommendations": [
"eamodio.gitlens",
"esbenp.prettier-vscode",
"github.copilot",
"github.vscode-pull-request-github",
"humao.rest-client",
"ms-python.black-formatter",
"ms-python.debugpy",
"ms-python.python",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
]
}
}