so is your data a json file or influxdb? And what type of visualization do you want to use and which values do you want to plot?
Data is in json format
json file ā telegraf agent ā influxdata (db) ā grafana
json has four fields - project name, jenkins job id, [lines, functions, branches], [hit, total, coverage] (last two fields are from gitlab repo)
parsed data from json file to influxdb are as below:
project_37_lines_hits,
project_37_lines_total,
project_37_lines_coverage,
Hey @yosiasz , I want table types of visualization of json data, colors can be ignored and want to plot all data jenkins job ids(37, 36, 35, 34, 33) has changed now to weekly time.
lines: hits, lines: total, lines: coverage
functions: hits, functions: total, functions: coverage
branches: hits, branches: total, lines: coverage
Rows:- project names should be rows headers and lines, functions, branches in sub header
Columns: - since(date) should be columns header and hits, total, coverage in sub headers