Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Main (unreleased)
- (_Experimental_) Additions to experimental `database_observability.postgres` component:
- `explain_plans` added the explain plan collector (@rgeyer)
- add `user` field to wait events within `query_samples` collector (@gaantunes)
- rework the query samples collector to buffer per-query execution state across scrapes and emit finalized entries (@gaantunes)

- Add `otelcol.exporter.googlecloudpubsub` community component to export metrics, traces, and logs to Google Cloud Pub/Sub topic. (@eraac)

Expand Down
Loading