Skip to content

Commit

Permalink
removed sysinfo related code
Browse files Browse the repository at this point in the history
  • Loading branch information
mphanias committed Aug 15, 2024
1 parent 0833538 commit 05a3549
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/pkg/statprocessors/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ func isGauge(pContextType commons.ContextType, pStat string) bool {
return config.GaugeStatHandler.XdrStats[pStat]
}

// any sysinfo_ check if it exists in gauge_stats_list.toml
if strings.Contains(strings.ToLower(string(pContextType)), "sysinfo_") {
fmt.Println("\t checking if pStat is SysInfo ", pStat, " isGauge: ", config.GaugeStatHandler.SysInfoStats[pStat])
return config.GaugeStatHandler.SysInfoStats[pStat]
}

return false
}

Expand Down

0 comments on commit 05a3549

Please sign in to comment.