Skip to content

Commit 719bee1

Browse files
committed
add prometheus status descriptions
1 parent b247184 commit 719bee1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/v1/status/prometheus.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
package status
1616

1717
type 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
}

0 commit comments

Comments
 (0)