Update README.md

This commit is contained in:
2023-03-06 07:07:51 -05:00
committed by GitHub
parent 9f809a5321
commit f528dcff44
+1 -3
View File
@@ -1,8 +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 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.
This Python App will export Zerto API data from the new ZVM appliance in prometheus format. It has several different threads that each scrape different parts of the ZVM API. To visualize the data in Grafana you will need to scrape this app with Prometheus and then create dashboards using Grafana.
## Run Program