mirror of
https://github.com/digitalocean/ceph_exporter
synced 2025-02-17 11:56:49 +00:00
Fix typo variable
This commit is contained in:
parent
1f2df8db38
commit
333b54ba96
@ -538,7 +538,7 @@ func (o *OSDCollector) collectOSDPerf() error {
|
||||
return err
|
||||
}
|
||||
|
||||
osdPerf := &CephOSDPerfStat{}
|
||||
osdPerf := &cephOSDPerfStat{}
|
||||
if err := json.Unmarshal(buf, osdPerf); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user