grafana-csv-datasource
grafana-csv-datasource copied to clipboard
Configurable default column type
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 a csv.
However, in order to plot them as timelines, I need to explicitly set type for all metrics that I can possibly fetch from the api (about 300 metrics), in every widget that I use to plot graphs. This makes it not possible to use unfortunately.
Being able to set "number" as default column type (and overriding the other 2-3 columns that are not numbers) would solve my problem. Or being able to define a type with regexp and not only explicit column names.
I have the same issue and would love to see this implemented 👍