grafana-csv-datasource icon indicating copy to clipboard operation
grafana-csv-datasource copied to clipboard

Configurable default column type

Open anerg opened this issue 2 years ago • 1 comments

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.

image

anerg avatar Oct 20 '23 12:10 anerg

I have the same issue and would love to see this implemented 👍

alpkahvecioglu avatar Nov 07 '23 22:11 alpkahvecioglu