Skip to content

[pull] master from DataDog:master - #1109

Merged
pull[bot] merged 3 commits into
DevKyleS:masterfrom
DataDog:master
Aug 26, 2026
Merged

[pull] master from DataDog:master#1109
pull[bot] merged 3 commits into
DevKyleS:masterfrom
DataDog:master

Conversation

@pull

@pull pull Bot commented Aug 26, 2026

Copy link
Copy Markdown

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 : )

maycmlee and others added 3 commits August 25, 2026 16:22
* Add description frontmatter to Observability Pipelines processor docs

* remove quotes

* Apply suggestions from code review

Co-authored-by: May Lee <may.lee@datadoghq.com>
* Document collect_schemas tuning options and partition counting

max_tables was only discoverable in conf.yaml.example. Adds the
collect_schemas options for PostgreSQL, SQL Server, and MySQL to the
Schemas page (the options and defaults differ by engine), documents
that PostgreSQL counts each partition individually toward max_tables,
and distinguishes this setting from the collect_column_statistics
max_tables option.

* Correct partition-counting claim for collect_schemas max_tables

Whether a partition counts individually toward max_tables depends on
partitioning style, not Postgres version. Native declarative
partitioning (PARTITION BY, PG10+) collapses to a single table entry
regardless of partition count. Table inheritance (INHERITS) partitions
count individually, and remains supported on all versions including
those newer than 9.6. Verified empirically against Postgres 9.6, 10,
14, and 18.

* Use tabs shortcode for per-engine schema collection options

Matches the pattern used on agent_integration_overhead.md and makes
each engine's tuning options self-contained instead of separated only
by bold headers.

* shorter warning

* warning -> info

* agent note
Co-authored-by: datadog-bits <263423550+datadog-bits@users.noreply.github.com>
Co-authored-by: chrissmiller <29052966+chrissmiller@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators Aug 26, 2026
@pull pull Bot added the ⤵️ pull label Aug 26, 2026
@pull
pull Bot merged commit 6029a4f into DevKyleS:master Aug 26, 2026
6 of 9 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants