feat(monitoring): Add Datadog Monitoring for all k8s metrics + logs, and add dd-agent to VMs (#4441)
* swap EXA_API_KEY in CI, add DD_API_KEY to CI, add dd-agent to CI runners, and codify datadog agent config from kubernetes (also enable k8s logging) * actually set exa api key properly * actually fix it * fix 'site' bug and change tags better * fix 'site' bug and change tags better * fix lmstudio post uv migration * sync lmstudio to oss * install dd after secres available * move dd installation to startup script
This commit is contained in:
2
.github/workflows/reusable-test-workflow.yml
vendored
2
.github/workflows/reusable-test-workflow.yml
vendored
@@ -387,7 +387,7 @@ jobs:
|
||||
LETTA_PINECONE_API_KEY: ${{ secrets.LETTA_PINECONE_API_KEY }}
|
||||
LETTA_ENABLE_PINECONE: ${{ secrets.LETTA_ENABLE_PINECONE }}
|
||||
|
||||
EXA_API_KEY: ${{ secrets.EXA_API_KEY }}
|
||||
EXA_API_KEY: ${{ env.EXA_API_KEY }}
|
||||
|
||||
# Docker-specific environment variables
|
||||
PYTHONPATH: ${{ inputs.use-docker && format('{0}:{1}', github.workspace, env.PYTHONPATH) || '' }}
|
||||
|
||||
Reference in New Issue
Block a user