请帮助我在Grafana上显示数据。 我必须计算git中每次提交中更改的行数,并将其显示在图形上。承诺只在工作时间里做人。如何正确显示这些数据?因为当我尝试缩放时,我有一个空白。 有我的配置
/conf/storage-schemas.conf
[stats]
pattern = ^stats*
retentions = 15m:30d,1h:1y,1d:3y,7d:10y
/conf/storage-aggregation.conf
[stats]
pattern = ^stats*
xFilesFactor = 0.0
aggregationMethod = average
whisper-info.py stats / commits.wsp
maxRetention: 315100800
xFilesFactor: 0.0
aggregationMethod: average
fileSize: 124564
Archive 0
retention: 31536000
secondsPerPoint: 3600
points: 8760
size: 105120
offset: 52
Archive 1
retention: 94608000
secondsPerPoint: 86400
points: 1095
size: 13140
offset: 105172
Archive 2
retention: 315100800
secondsPerPoint: 604800
points: 521
size: 6252
offset: 118312
我做错了什么?