mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/promscrape/discovery/consul: typo fix in the comment: enteprise -> enterprise
This commit is contained in:
parent
85d09e5a2d
commit
e3a26c0db6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ type SDConfig struct {
|
|||
// Namespace only supported at enterprise consul.
|
||||
// https://www.consul.io/docs/enterprise/namespaces
|
||||
Namespace string `yaml:"namespace,omitempty"`
|
||||
// Partition only supported at enteprise consul.
|
||||
// Partition only supported at enterprise consul.
|
||||
// https://developer.hashicorp.com/consul/docs/enterprise/admin-partitions
|
||||
Partition string `yaml:"partition,omitempty"`
|
||||
|
||||
|
|
Loading…
Reference in a new issue