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

feat(metrics): add service metrics #2367

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Conversation

andrzej-stencel
Copy link
Contributor

@andrzej-stencel andrzej-stencel commented Jun 8, 2022

This adds the following metrics from kube-state-metrics:

  • kube_service_info
  • kube_service_spec_external_ip
  • kube_service_spec_type
  • kube_service_status_load_balancer_ingress

This should help answer questions like:

  • what is the type of a given service?
  • what is the cluster IP of a given service?
  • what is the external IP of a given service?

@andrzej-stencel andrzej-stencel requested a review from a team as a code owner June 8, 2022 11:46
@github-actions github-actions bot added the documentation documentation label Jun 8, 2022
This adds the following metrics from kube-state-metrics:
- kube_service_info
- kube_service_spec_external_ip
- kube_service_spec_type
- kube_service_status_load_balancer_ingress

This should help answer questions like:
- what is the type of a given service?
- what is the cluster IP of a given service?
- what is the external IP of a given service?
@andrzej-stencel andrzej-stencel enabled auto-merge (rebase) June 13, 2022 07:16
@andrzej-stencel andrzej-stencel merged commit 88f9caa into main Jun 13, 2022
@andrzej-stencel andrzej-stencel deleted the add-service-metrics branch June 13, 2022 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants