Commit 875ce0f
postgres_exporter: expose stat_statements.include_query (#4372)
* refactor: added stat_statements component configuration
* test: added stat_statements to unmarshal test
* refactor: override kingpin flags to pass stat_statements flags
* docs(changelog): updated changelog (#4004)
* refactor: added stat_statements component configuration
* test: added stat_statements to unmarshal test
* refactor: override kingpin flags to pass stat_statements flags
* docs(changelog): updated changelog (#4004)
* docs(changelog): refined changelog entry (#4004)
* docs(reference): added stat_statements documentation
* docs(prostgres exporter): query length default is 120
* refactor(postgres exporter): namespaced stat statements config for integration #4004
* refactor(postgres exporter): renamed variable for clarity #4004
* test(postgres exporter): indent using spaces #4004
* docs(postgres exporter): format documentation #4004
Co-authored-by: Clayton Cornell <[email protected]>
* docs(postgres exporter): format documentation #4004
Co-authored-by: Clayton Cornell <[email protected]>
* docs(postgres exporter): format array
* refactor: added stat_statements component configuration
* test: added stat_statements to unmarshal test
* refactor: override kingpin flags to pass stat_statements flags
* docs(changelog): updated changelog (#4004)
* docs(changelog): refined changelog entry (#4004)
* docs(reference): added stat_statements documentation
* docs(prostgres exporter): query length default is 120
* refactor(postgres exporter): namespaced stat statements config for integration #4004
* refactor(postgres exporter): renamed variable for clarity #4004
* test(postgres exporter): indent using spaces #4004
* docs(postgres exporter): format array
* docs(postgres exporter): format documentation #4004
Co-authored-by: Clayton Cornell <[email protected]>
* test(postgres exporter): indent using tabs
* refactor(postgres exporter): check for errors when setting kingpin flags #4004
* docs(postgres exporter): typo in code documentation #4004
Co-authored-by: Cristian Greco <[email protected]>
* test(postgres exporter): added QueryLength default to expected postgres exporter integration config
* test(postgres exporter): converter includes empty stat_statements by default
* Revert "test(postgres exporter): converter includes empty stat_statements by default"
This reverts commit 2bc5c1a.
* refactor(postgres exporter): flattened namespaced config to match other components of same types #4004
* Revert "refactor(postgres exporter): flattened namespaced config to match other components of same types #4004"
This reverts commit 672fadc.
* make field nullable
* docs(postgres exporter): removed duplicate line #4004
* docs(changelog): moved to unreleased section
---------
Co-authored-by: Clayton Cornell <[email protected]>
Co-authored-by: Cristian Greco <[email protected]>1 parent 612bbb3 commit 875ce0f
File tree
5 files changed
+78
-7
lines changed- docs/sources/reference/components/prometheus
- internal
- component/prometheus/exporter/postgres
- static/integrations/postgres_exporter
5 files changed
+78
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
129 | 140 | | |
130 | 141 | | |
131 | 142 | | |
| |||
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
| |||
90 | 98 | | |
91 | 99 | | |
92 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
93 | 112 | | |
94 | 113 | | |
95 | 114 | | |
| |||
Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
40 | 49 | | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
46 | | - | |
| 55 | + | |
47 | 56 | | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
52 | | - | |
| 61 | + | |
53 | 62 | | |
54 | 63 | | |
55 | 64 | | |
| |||
72 | 81 | | |
73 | 82 | | |
74 | 83 | | |
| 84 | + | |
75 | 85 | | |
76 | 86 | | |
77 | 87 | | |
78 | 88 | | |
79 | 89 | | |
80 | | - | |
| 90 | + | |
81 | 91 | | |
82 | 92 | | |
83 | 93 | | |
| |||
Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
| |||
173 | 181 | | |
174 | 182 | | |
175 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
176 | 205 | | |
177 | 206 | | |
178 | 207 | | |
| |||
0 commit comments