forked from spring-projects/spring-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit eed4e9e
Permit use of https for configuring Prometheus push gateway
See spring-projectsgh-16084 1 parent d7d2c34 commit eed4e9e
File tree
2 files changed
+39
-5
lines changed- spring-boot-project/spring-boot-actuator-autoconfigure/src
- main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/prometheus
- test/java/org/springframework/boot/actuate/autoconfigure/metrics/export/prometheus
2 files changed
+39
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
20 | + | ||
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
| |||
119 | 121 |
| |
120 | 122 |
| |
121 | 123 |
| |
122 | - | ||
123 | 124 |
| |
124 | 125 |
| |
125 | 126 |
| |
126 | 127 |
| |
127 | - | ||
128 | - | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
129 | 140 |
| |
130 | 141 |
| |
131 | 142 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | + | ||
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
34 | + | ||
33 | 35 |
| |
34 | 36 |
| |
35 | 37 |
| |
| |||
151 | 153 |
| |
152 | 154 |
| |
153 | 155 |
| |
154 | - | ||
155 | - | ||
156 | + | ||
157 | + | ||
158 | + | ||
159 | + | ||
160 | + | ||
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
165 | + | ||
166 | + | ||
167 | + | ||
168 | + | ||
169 | + | ||
170 | + | ||
171 | + | ||
172 | + | ||
173 | + | ||
174 | + | ||
175 | + | ||
176 | + | ||
177 | + | ||
178 | + | ||
156 | 179 |
| |
157 | 180 |
| |
158 | 181 |
| |
|
0 commit comments