Containerd tasks metrics using grpcurl command #9212
Unanswered
Sicarius07
asked this question in
Q&A
Replies: 2 comments
-
@fuweid Can you please help me with this? |
Beta Was this translation helpful? Give feedback.
10000
0 replies
-
...anyone? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to get the METRIC data of the currently running tasks having similar metrics as given below-
This command gives the metrics of currenty running tasks-
sudo go/bin/grpcurl --plaintext -import-path "/home/ubuntu/containerd/api/services/tasks/v1" --proto /home/ubuntu/containerd/api/services/tasks/v1/tasks.proto -rpc-header 'containerd-namespace: default' --unix /run/containerd/containerd.sock containerd.services.tasks.v1.Tasks/Metrics
but metrics type "io.containerd.cgroups.v2.Metrics" is not recognized/supported.
This is the output of the above command-
Can somebody help me in resolving the same?
Beta Was this translation helpful? Give feedback.
All reactions