Skip to content

Commit 3e12567

Browse files
committed
Remove some typos
1 parent 9522304 commit 3e12567

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

plugins/inputs/openstack/openstack.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,12 @@ func (o *OpenStack) convertTimeFormat(t time.Time) interface{} {
114114
return t.UnixNano()
115115
}
116116

117+
// SampleConfig is just return a sample config
117118
func (*OpenStack) SampleConfig() string {
118119
return sampleConfig
119120
}
120121

121-
// initialize performs any necessary initialization functions
122+
// Init : initialize performs any necessary initialization functions
122123
func (o *OpenStack) Init() error {
123124
if len(o.EnabledServices) == 0 {
124125
o.EnabledServices = []string{"services", "projects", "hypervisors", "flavors", "networks", "volumes"}

plugins/inputs/vrops/sample.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"net|usage_average",
3535
"virtualDisk|read_average",
3636
"virtualDisk|write_average",
37-
"virtualDisk:Aggregate of all instances|totalLatency",
38-
"virtualDisk:Aggregate of all instances|totalReadLatency_average",
39-
"virtualDisk:Aggregate of all instances|totalWriteLatency_average",
37+
"virtualDisk:Aggregate of all instances|totalLatency",
38+
"virtualDisk:Aggregate of all instances|totalReadLatency_average",
39+
"virtualDisk:Aggregate of all instances|totalWriteLatency_average",
4040
]
4141

4242
## Statsd data translation templates, more info can be read here:

0 commit comments

Comments
 (0)