mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
lib/promscrape/discovery/azure: typo fix
This commit is contained in:
parent
507e719c3f
commit
c2fc996e01
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue