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

Get the other metrics from Kubernetes components #1174

Open
ecooke-macu opened this issue Feb 27, 2025 · 1 comment
Open

Get the other metrics from Kubernetes components #1174

ecooke-macu opened this issue Feb 27, 2025 · 1 comment
Labels
feature request Categorizes issue or PR as related to a new feature or enhancement.

Comments

@ecooke-macu
Copy link

Description

There's a lot of other metrics that are exposed from the API server that we need to get. Probably from the other components as well.

Acceptance Criteria

Ability to bring in all metrics from all components with an exclusion list like the Prometheus agent. Reasoning for the exclusion, we don't want the .*_bucket/histograms since that is a massive amount of data we don't need.

Describe Alternatives

Scraping the endpoints using the agent. This works for the API server because it's publicly accessible using a token. However, the other components hardened against the CIS benchmark must listen on 127.0.0.1 and not the exposed to the network through the node's IP or 0.0.0.0. So that doesn't work for things like the kube scheduler/controller/kubelet.

Dependencies

Additional context

Estimates

For Maintainers Only or Hero Triaging this bug

Suggested Priority (P1,P2,P3,P4,P5):
Suggested T-Shirt size (S, M, L, XL, Unknown):

@ecooke-macu ecooke-macu added the feature request Categorizes issue or PR as related to a new feature or enhancement. label Feb 27, 2025
@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Categorizes issue or PR as related to a new feature or enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant