[pull] master from DataDog:master#955
Merged
Merged
Conversation
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
* Add Flutter network headers capture documentation Documents the `trackResourceHeaders` / `ResourceHeadersExtractor` API in the Flutter RUM advanced configuration page, aligning with the Android and iOS sections added in #36291. * Apply review suggestions
…cold starts (#37695) * [SVLS-9268] Document dropped logs risk for in-container Cloud Run on cold starts Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Pass in_container param to shortcode on Cloud Run in-container pages Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
…ng (#37717) * fix(partners): emit partners.json on preview builds for search indexing * refactor(search): drop obsolete CI_JOB_NAME branch from search.json guard
* Update archives.md * Update archives.md
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
…ublishing-platform (#37710) * Rewrite integration-finder.py to match by app-id and add publishing-platform - Replace flat {repo: branch} dict with nested {repo: {branch, github}} structure - Add normalize() helper to normalize integration names and app_ids - Rewrite find_integration() to read app_id from manifest.json instead of matching directory names - Add publishing-platform repo (github=False) as new source; remove dogweb - Update CLI help text to reference app-id - Import json module for manifest parsing - Update update_repos() to unpack nested config dict This enables finding integrations by app-id rather than directory name, allowing integrations like automonx-prtg-datadog-alerts to be found even when their directory name differs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix three issues in integration-finder.py - Add os.path.isdir() guard before os.scandir() to prevent crashes when repo directories don't exist - Remove unused assignment of update_repos() return value to integrations variable - Use integration_name instead of app_id in publishing-platform message for consistency Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* Add missing VRL functions to Custom Processor doc [WEB-7892] Adds four VRL functions that exist in Vector but were missing from the OP Custom Processor reference: pop (Array), encrypt_ip (IP), decrypt_ip (IP), and haversine (new Map category). * Update content/en/observability_pipelines/processors/custom_processor.md Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> * Update data/reference/functions.json Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> * Update data/reference/functions.json Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> --------- Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com>
…etup and troubleshooting guides (#37306)
* Remove migrated AAP compatibility pages and repoint links
The per-language compatibility pages and the cross-language compatibility
index under security/application_security/setup/ are now generated from the
compatibility matrix and injected at build time.
Remove the leftover in-repo copies (old setup/compatibility/_index.md and
setup/{dotnet,java,nodejs,php,python,ruby}/compatibility.md) and repoint all
internal links to the consolidated /setup/compatibility/<lang> pages, matching
the existing Go setup. Also correct a copy-paste link on the nginx setup page
that pointed to the PHP compatibility page.
* Restore compat index; add redirects for removed per-language pages
Keep setup/compatibility/_index.md in the repo: it overrides the
module-provided index, which currently references a partial removed in #36629
(removing the repo copy breaks the Hugo build until the module is updated).
Add an alias on each language setup landing so the removed
setup/<lang>/compatibility URLs redirect instead of returning 404, per review
feedback.
* Update java.md * Update java.md
…t Analytics (#37625) * [DOCS-14641] Add guide page for tracking server-side events in Product Analytics Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Simplify sentence on line 34, remove em dashes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * sent cap * Apply suggestions from code review Co-authored-by: Alicia Thuerk <alicia.thuerk@datadoghq.com> * move to data collected * update page weight --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Alicia Thuerk <alicia.thuerk@datadoghq.com>
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>
…#37623) * docs(dsm): clarify Go context propagation and add goroutine/channel guidance Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs(dsm): address PR review feedback on Go context propagation section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* [DOCS-14630] Document RUM event ingestion-to-visibility latency Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Soften latency wording to avoid committing to a specific figure Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Add troubleshooting link to setup start monitoring section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Add retention filter nuance to RUM ingestion latency Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * add link to retention filter page --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
…#37509) * [DOCS-14020] Split SDK advanced_config partials into use-case buckets Creates 53 new cdocs partials under layouts/shortcodes/mdoc/en/sdk/ by extracting sections from the 8 existing advanced_config partials into 9 topic-scoped directories: - add_custom_context (7 SDKs) - track_user_ids (7 SDKs) - modify_drop_events (5 SDKs) - track_navigation (5 SDKs) - track_user_interactions (6 SDKs) - track_network_requests (7 SDKs) - track_errors (6 SDKs) - track_ui_latency (4 SDKs) - manage_sessions (6 SDKs) Existing advanced_config partials and all pages that use them are untouched. New partials are ready to be consumed by the use-case pages created in Phase 4. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Update layouts/shortcodes/mdoc/en/sdk/manage_sessions/ios.mdoc.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
* Add Edit and Delete Status Pages updates documentation * Update documentation with more accurate info
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )