grafana-csv-datasource
grafana-csv-datasource copied to clipboard
A data source for loading CSV data into Grafana.
Which user is used to fire the stat command by this plugin ? With root user, local user, I can stat the directory or file in Linux but from Grafana...

The issue seems to be happening for executable file gpx_csv-datasource_linux_arm probably because of some incorrect flags used during compliation as I was able to compile a working executable using GOOS=linux...
im using grafana in windows service with filepath ../grafanalabs/data/csv/file.csv. but after im using thats file. my file in thats path already losing?
I have a CSV file with the following fields. timestamp, server, query_count. How do I set up grafana so that i'll have a line chart for every server in one...
Querying a csv file with this plugin works as expected. However, when I try to use the fields tab for parsing the columns, it does not work. The data looks...
Hi. 1st off: Many Thanks for the Plugin - it made great things possible for me ! Right now, I am facing what I believe is a bug - let...
I'm using the plugin to fetch timeseries data from a HTTP API. I've made a variable from metrics I request from the API and those are returned as columns in...
From: https://github.com/marcusolsson/grafana-csv-datasource/issues/6#issuecomment-755061701 > On Windows 10, importing files with backslashes in the path fails, e.g. c:\temp\file.csv, whereas importing files with forward slashes succeeds, e.g. c:/temp/file.csv Confirmed in v0.3.0: https://github.com/marcusolsson/grafana-csv-datasource/issues/6#issuecomment-758186790 **More...
The raw data line is "...,000408,...." in csv files while showing "408" on tableview but "000408" in Inspect/Data un Formated-data mode. The field type in tableview has been set to...