diff --git a/comp/core/agenttelemetry/impl/config.go b/comp/core/agenttelemetry/impl/config.go index 3109a400b573c..d05e92da2f28a 100644 --- a/comp/core/agenttelemetry/impl/config.go +++ b/comp/core/agenttelemetry/impl/config.go @@ -261,6 +261,17 @@ var defaultProfiles = ` - name: oracle.activity_latency - name: oracle.statement_metrics - name: oracle.statement_plan_errors + - name: postgres.schema_tables_elapsed_ms + - name: postgres.schema_tables_count + - name: postgres.collect_relations_autodiscovery_ms + - name: postgres.collect_stat_autodiscovery_ms + - name: postgres.get_new_pg_stat_activity_ms + - name: postgres.get_new_pg_stat_activity_count + - name: postgres.get_active_connections_ms + - name: postgres.get_active_connections_count + - name: postgres.collect_activity_snapshot_ms + - name: postgres.collect_statement_samples_ms + - name: postgres.collect_statement_samples_count - name: transactions.input_count - name: transactions.requeued - name: transactions.retries diff --git a/releasenotes/notes/postgres-integration-telemetry-b17470c3de15424f.yaml b/releasenotes/notes/postgres-integration-telemetry-b17470c3de15424f.yaml new file mode 100644 index 0000000000000..d8e9691890449 --- /dev/null +++ b/releasenotes/notes/postgres-integration-telemetry-b17470c3de15424f.yaml @@ -0,0 +1,11 @@ +# Each section from every release note are combined when the +# CHANGELOG.rst is rendered. So the text needs to be worded so that +# it does not depend on any information only available in another +# section. This may mean repeating some details, but each section +# must be readable independently of the other. +# +# Each section note must be formatted as reStructuredText. +--- +other: + - | + Adds Postgres integration metrics to cross-org telemetry whitelist.