Skip to content

Commit 7a00601

Browse files
authoredMar 20, 2025
Modify context path of OTEL transformers (#4134)
* Modify context path of OTEL transformers As of 0.119.0, the parser collector modifies certain paths of transforms. While this is not an error, the resulting log can look a little alarming, so we rewrote some of our transforms to match. * Handle pgBouncer 1.24.0 During testing, some pgbouncer metrics were seen to cause errors when accessing PG through pgbouncer; in addition, we found that 1.24.0 introduced a change to the `show databases` columns. This PR addresses those errors and that change. NOTE: Even when not using NULL values, sqlqueryreceiver will still warn when it finds a NULL value in some row that it scans. Issues: [PGO-2268]
1 parent db1c90d commit 7a00601

14 files changed

+458
-393
lines changed
 

‎internal/collector/generated/pgbackrest_logs_transforms.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎internal/collector/generated/pgbouncer_metrics_queries.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎internal/collector/generated/postgres_logs_transforms.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)