Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 629 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 629 Bytes

training-exercise-exporter

This exporter provides two metrics that can be scraped by Prometheus:

  • The current temperature in Boston, MA (in Celsius)
  • The number of times it has scraped the NWS API since it was started.

This was written as reference code to accompany a presentation on how to write an exporter for Prometheus.

Additional resources used in training: