From f528dcff44750223427b20b18fd8d7ff9efc9d99 Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Mon, 6 Mar 2023 07:07:51 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fb4e766..87ef8a1 100644 --- a/README.md +++ b/README.md @@ -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