From e1dee69ddf57052fc214144319b986e2aca2afea Mon Sep 17 00:00:00 2001 From: Hamid Hosseinzadeh <80152356+hmdhszd@users.noreply.github.com> Date: Thu, 27 Jan 2022 11:47:10 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3d6e1b..e394c2f 100644 --- a/README.md +++ b/README.md @@ -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.