1+ resource_metrics :
2+ - attributes :
3+ postgresql.database.name : <ANY>
4+ scope_metrics :
5+ - instrumentation_scope :
6+ name : otelcol/postgresqlreceiver
7+ version : <ANY>
8+ metrics :
9+ - name : postgresql.commits
10+ type : IntMonotonicCumulativeSum
11+ - name : postgresql.db_size
12+ type : IntNonmonotonicCumulativeSum
13+ - name : postgresql.rollbacks
14+ type : IntMonotonicCumulativeSum
15+ - name : postgresql.table.count
16+ type : IntNonmonotonicCumulativeSum
17+ - attributes :
18+ postgresql.database.name : <ANY>
19+ postgresql.index.name : <ANY>
20+ postgresql.table.name : <ANY>
21+ scope_metrics :
22+ - instrumentation_scope :
23+ name : otelcol/postgresqlreceiver
24+ version : <ANY>
25+ metrics :
26+ - name : postgresql.index.scans
27+ type : IntMonotonicCumulativeSum
28+ - name : postgresql.index.size
29+ type : IntGauge
30+ - attributes :
31+ postgresql.database.name : <ANY>
32+ postgresql.table.name : <ANY>
33+ scope_metrics :
34+ - instrumentation_scope :
35+ name : otelcol/postgresqlreceiver
36+ version : <ANY>
37+ metrics :
38+ - name : postgresql.blocks_read
39+ type : IntMonotonicCumulativeSum
40+ attributes :
41+ source : heap_read
42+ - name : postgresql.blocks_read
43+ type : IntMonotonicCumulativeSum
44+ attributes :
45+ source : heap_hit
46+ - name : postgresql.blocks_read
47+ type : IntMonotonicCumulativeSum
48+ attributes :
49+ source : idx_read
50+ - name : postgresql.blocks_read
51+ type : IntMonotonicCumulativeSum
52+ attributes :
53+ source : idx_hit
54+ - name : postgresql.blocks_read
55+ type : IntMonotonicCumulativeSum
56+ attributes :
57+ source : toast_hit
58+ - name : postgresql.blocks_read
59+ type : IntMonotonicCumulativeSum
60+ attributes :
61+ source : tidx_read
62+ - name : postgresql.blocks_read
63+ type : IntMonotonicCumulativeSum
64+ attributes :
65+ source : tidx_hit
66+ - name : postgresql.operations
67+ type : IntMonotonicCumulativeSum
68+ attributes :
69+ operation : del
70+ - name : postgresql.operations
71+ type : IntMonotonicCumulativeSum
72+ attributes :
73+ operation : upd
74+ - name : postgresql.operations
75+ type : IntMonotonicCumulativeSum
76+ attributes :
77+ operation : hot_upd
78+ - name : postgresql.rows
79+ type : IntNonmonotonicCumulativeSum
80+ attributes :
81+ state : dead
82+ - name : postgresql.rows
83+ type : IntNonmonotonicCumulativeSum
84+ attributes :
85+ state : live
86+ - name : postgresql.table.size
87+ type : IntNonmonotonicCumulativeSum
88+ - name : postgresql.table.vacuum.count
89+ type : IntMonotonicCumulativeSum
90+ - attributes : {}
91+ scope_metrics :
92+ - instrumentation_scope :
93+ name : otelcol/postgresqlreceiver
94+ version : <ANY>
95+ metrics :
96+ - name : postgresql.bgwriter.buffers.allocated
97+ type : IntMonotonicCumulativeSum
98+ - name : postgresql.bgwriter.buffers.writes
99+ type : IntMonotonicCumulativeSum
100+ - name : postgresql.bgwriter.checkpoint.count
101+ type : IntMonotonicCumulativeSum
102+ - name : postgresql.bgwriter.duration
103+ type : DoubleMonotonicCumulativeSum
104+ - name : postgresql.bgwriter.maxwritten
105+ type : IntMonotonicCumulativeSum
106+ - name : postgresql.connection.max
107+ type : IntGauge
108+ - name : postgresql.database.count
109+ type : IntNonmonotonicCumulativeSum
0 commit comments