Skip to content

Simple wrapper around kubent to export prometheus metrics

License

Notifications You must be signed in to change notification settings

isugimpy/kubent_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubent_exporter

Simple wrapper around kubent to export prometheus metrics. Exposed at the /metrics endpoint.

Configuration

Only two config values are available, the frequency to check values and the port. These are presented as environment variables. KUBENT_EXPORTER_FREQUENCY_MINUTES - Number of minutes between runs of kubent (default: 5) KUBENT_EXPORTER_PORT - Port to listen to for metrics requests (default: 8000)