lib/promscrape/discovery/azure: typo fix

This commit is contained in:
Aliaksandr Valialkin 2022-12-21 21:25:16 -08:00
parent f1441a598f
commit 0076422350
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -43,7 +43,7 @@ type SDConfig struct {
ProxyClientConfig promauth.ProxyClientConfig `yaml:",inline"`
}
// GetLabels returns Consul labels according to sdc.
// GetLabels returns Azure labels according to sdc.
func (sdc *SDConfig) GetLabels(baseDir string) ([]*promutils.Labels, error) {
ac, err := getAPIConfig(sdc, baseDir)
if err != nil {