mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove log
Signed-off-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
parent
2b90d130c2
commit
86e09cb10e
@ -83,7 +83,6 @@ export class ClusterStore extends KubeObjectStore<Cluster> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getMetricsValues(source: Partial<IClusterMetrics>): [number, string][] {
|
getMetricsValues(source: Partial<IClusterMetrics>): [number, string][] {
|
||||||
console.log(source)
|
|
||||||
switch (this.metricType) {
|
switch (this.metricType) {
|
||||||
case MetricType.CPU:
|
case MetricType.CPU:
|
||||||
return normalizeMetrics(source.cpuUsage).data.result[0].values
|
return normalizeMetrics(source.cpuUsage).data.result[0].values
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user