Skip to content

bhorvitz/price-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

price-exporter

Run price-exporter as a service

Add to your prometheus.yml under scrape configs:

  - job_name: "xch-price"
    static_configs:
    - targets: ['localhost:9444']
      labels:
        application: 'chia-market'

Metric chia_price_usd should then be available in Grafana

About

Chia price exporter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages