File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515package status
1616
1717type Prometheus struct {
18+ // Protocol scheme used for Prometheus requests.
1819 // +optional
1920 Scheme string `json:"scheme,omitempty"`
21+ // URL from which Prometheus fetches the targets.
2022 // +optional
2123 DiscoveryURL string `json:"prometheusDiscoveryURL,omitempty"`
2224}
Original file line number Diff line number Diff line change @@ -11587,14 +11587,14 @@ including the prometheusDiscoveryURL
1158711587 <td><b>prometheusDiscoveryURL</b></td>
1158811588 <td>string</td>
1158911589 <td>
11590- <br/>
11590+ URL from which Prometheus fetches the targets. <br/>
1159111591 </td>
1159211592 <td>false</td>
1159311593 </tr><tr>
1159411594 <td><b>scheme</b></td>
1159511595 <td>string</td>
1159611596 <td>
11597- <br/>
11597+ Protocol scheme used for Prometheus requests. <br/>
1159811598 </td>
1159911599 <td>false</td>
1160011600 </tr></tbody>
You can’t perform that action at this time.
0 commit comments