mirror of
https://github.com/portainer/portainer.git
synced 2025-11-26 14:06:05 +08:00
feat(performance): performance optimizations EE-6042 (#10520)
This commit is contained in:
@@ -2,9 +2,10 @@ package cli
|
||||
|
||||
import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
|
||||
models "github.com/portainer/portainer/api/http/models/kubernetes"
|
||||
|
||||
"github.com/segmentio/encoding/json"
|
||||
)
|
||||
|
||||
func (kcl *KubeClient) GetMetrics() (models.K8sMetrics, error) {
|
||||
|
||||
Reference in New Issue
Block a user