Skip to content

vimc/metrics-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metrics-utils

Helper functions for creating metric exporters for Prometheus.

Use like so:

  1. Add the submodule at some local path, let's say metrics
    git submodule add https://github.com/vimc/metrics-utils metrics
    
  2. Add to your build/whatever script:
    pip3 install -r metrics/requirements.txt
    
  3. Import and use:
    from metrics.metrics import render_metrics
    
    

About

Helper scripts for metric exporters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages