I have a bash script which runs on a linux server which stores the data to a csv file and send it via email. This script runs every week. The output of the script is of the format
12/21/2022: 300
19/12/2022: 450
I have promethuese server running on same server and grafana as well in a centralised server. Is there a way where I can graphically represents this csv output in grafana?
so instead of email, people can just see the graph and corelate the data ?
Promethuese is running as kubernetes pods in a seperate namespace and the shell script is running in kubernetes master node
I found a way to manually imports google sheet, but is there a way to automate it via script where I can push the results directly to promethuese server and then use promethuese as a datasource in grafana and create dashboard ?