mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
lib/promscrape/discovery/azure: typo fix
This commit is contained in:
parent
f1441a598f
commit
0076422350
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ type SDConfig struct {
|
||||||
ProxyClientConfig promauth.ProxyClientConfig `yaml:",inline"`
|
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) {
|
func (sdc *SDConfig) GetLabels(baseDir string) ([]*promutils.Labels, error) {
|
||||||
ac, err := getAPIConfig(sdc, baseDir)
|
ac, err := getAPIConfig(sdc, baseDir)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue