Draft
Conversation
Codeowners resolved as |
|
✨ Fix all issues with BitsAI or with Cursor
|
48f6699 to
4776fdc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Staging POC (M0) for LLMObs 1-click enablement via Remote Configuration.
New:
ddtrace/llmobs/product.py— LLMObs RC product that hooks into the existingAPM_TRACINGRC flow:apm_tracing_rcreceivesllmobs.enabled/llmobs.ml_app_namefrom RC and callsLLMObs.enable()/LLMObs.disable()at runtime without a restart_track_enabled_llm_integrationstags the RCclient_tracerwith active LLM integrations so the backend can identify LLM-capable services for 1-click enablementddtrace/llmobs/_llmobs.py— splitsSUPPORTED_LLMOBS_INTEGRATIONS(LLM frameworks) from_INTEGRATIONS_W_PROPAGATION_SUPPORT(HTTP adapters)ddtrace/internal/settings/_config.py— registers_llmobs_enabledand_llmobs_ml_appin_default_config()so RC can override them via the standard config precedence chainTesting
No tests yet — M0 is validated manually on staging.
Risks
1<<48is a placeholder; must be confirmed with dd-go before GALLMObs.enable()is called from the RC poll thread (pre-existing thread-safety limitation)Additional Notes
Requires backend changes in dd-go: extend
LibConfigwithllmobs.enabled/llmobs.ml_app_nameand confirm capability bit.