Skip to content

zlsgo/prom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prom

Prometheus metrics exporter

prometheus.yml

scrape_configs:
  - job_name: 'api'
    scrape_interval: 20s
    metrics_path: /prom_metrics
    static_configs:
      - targets: ['localhost:3788']

Import via panel json

export dashboard.json

About

Prometheus metrics exporter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages