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

Add support for kubernetes jobs #7779

Closed
carlosv-ukg opened this issue Jul 2, 2020 · 2 comments
Closed

Add support for kubernetes jobs #7779

carlosv-ukg opened this issue Jul 2, 2020 · 2 comments
Labels
area/k8s feature request Requests for new plugin and for new features to existing plugins

Comments

@carlosv-ukg
Copy link

carlosv-ukg commented Jul 2, 2020

kubernetes Jobs

Opening a feature request kicks off a discussion.

Proposal:

Add functionality to generate metrics derived from the state of the job resource to the kube_inventory input plugin. This could be a new metrics like:

  • kubernetes_job
    • tags:
      • job_name
      • namespace
      • selector (*varies)
    • fields
      • started
      • completed
      • failed
      • succeeded

Current behavior:

Job metrics are not currently ingested.

Desired behavior:

Ingest job metrics.

Use case

By bringing in job metrics into influx, a user can:

  1. Set up alerting when jobs start failing which allows users know about issues as soon as possible without having to monitor jobs.
  2. See the health of jobs over time and see if there is an issue with applications or infrastructure.
@ssoroka
Copy link
Contributor

ssoroka commented Jul 2, 2020

I really like this. I'd love to see it.

@danielnelson danielnelson added area/k8s feature request Requests for new plugin and for new features to existing plugins labels Jul 2, 2020
@sspaink sspaink closed this as completed Aug 22, 2022
@pspgit
Copy link

pspgit commented Jul 9, 2023

I can't find it in the latest release. Was it ever merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/k8s feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants