Telegraf: Add support for kubernetes jobs

Created on 2 Jul 2020  路  1Comment  路  Source: influxdata/telegraf

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.
arek8s feature request

Most helpful comment

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fahimeh2010 picture fahimeh2010  路  3Comments

timhallinflux picture timhallinflux  路  3Comments

grafanaUser123 picture grafanaUser123  路  3Comments

SongYg picture SongYg  路  3Comments

robert-gomes picture robert-gomes  路  3Comments