Update README.md

This commit is contained in:
Hamid Hosseinzadeh
2022-01-27 11:47:10 +03:30
committed by GitHub
parent af40fa79ca
commit e1dee69ddf
+1 -1
View File
@@ -1,6 +1,6 @@
## About the app
In one particilar project, i had to import some key/value data to Prometheus. So i have decided to create my custom-built Node Exporter in Python, then dockerized it and shared it in my Github account.
In one particilar project, i had to import some key/value data to Prometheus. So i have decided to create my custom-built Node Exporter in Python, then dockerize it and share it in my Github account.
In this example, i used API to get Bitcoin price in Dollar and Euro, import it in the Prometheus and visualize it using Grafana. You can import any data using your own Python scripts.