Fix the typo in gcc_pu_fraction to gc_cpu_fraction (#7573)

This commit is contained in:
Harshit Bansal
2020-05-27 00:48:24 +05:30
committed by GitHub
parent f9a110f407
commit 22c0bdb38c
4 changed files with 10 additions and 10 deletions

View File

@@ -242,7 +242,7 @@ func (i *InfluxDB) gatherURL(
"pause_total_ns": m.PauseTotalNs,
"pause_ns": m.PauseNs[(m.NumGC+255)%256],
"num_gc": m.NumGC,
"gcc_pu_fraction": m.GCCPUFraction,
"gc_cpu_fraction": m.GCCPUFraction,
},
map[string]string{
"url": url,