Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: metrics server support ephemeral-storage metrics #1623

Open
googs1025 opened this issue Jan 26, 2025 · 1 comment
Open

feature: metrics server support ephemeral-storage metrics #1623

googs1025 opened this issue Jan 26, 2025 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. kind/support Categorizes issue or PR as a support question. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@googs1025
Copy link
Member

We seem to only have cpu memory and other indicators for a single pod at present.

root@VM-0-3-ubuntu:/home/ubuntu# curl localhost:8181/apis/metrics.k8s.io/v1beta1/namespaces/default/pods/example-pod-with-ephemeral-storage
{
  "kind": "PodMetrics",
  "apiVersion": "metrics.k8s.io/v1beta1",
  "metadata": {
    "name": "example-pod-with-ephemeral-storage",
    "namespace": "default",
    "creationTimestamp": "2025-01-09T13:46:04Z"
  },
  "timestamp": "2025-01-09T13:45:39Z",
  "window": "17.913s",
  "containers": [
    {
      "name": "example-container",
      "usage": {
        "cpu": "0",
        "memory": "4620Ki"
      }
    }
  ]
}

I would like to ask if there is any plan to support ephemeral storage metrics?

FYI: kubernetes/kubectl#1696 (comment)

/kind support
/kind feature

@k8s-ci-robot k8s-ci-robot added kind/support Categorizes issue or PR as a support question. kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jan 26, 2025
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If metrics-server contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. kind/support Categorizes issue or PR as a support question. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

2 participants