1 Star 0 Fork 0

肥皂泡/grafana-image-renderer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dev.json 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Lucy Chen 提交于 2025-05-10 02:39 +08:00 . Image Render: Support tracing (#612)
{
"service": {
"host": "localhost",
"port": 8081,
"metrics": {
"enabled": true,
"collectDefaultMetrics": true,
"requestDurationBuckets": [1, 5, 7, 9, 11, 13, 15, 20, 30]
},
"logging": {
"level": "debug",
"console": {
"json": false,
"colorize": true
}
},
"rateLimiter": {
"enabled": false,
"requestsPerSecond": 5
}
},
"rendering": {
"chromeBin": null,
"args": ["--no-sandbox", "--disable-setuid-sandbox", "--disable-gpu", "--use-gl=swiftshader"],
"ignoresHttpsErrors": false,
"timezone": null,
"acceptLanguage": null,
"width": 1000,
"height": 500,
"deviceScaleFactor": 2,
"maxWidth": 1980,
"maxHeight": 8000,
"maxDeviceScaleFactor": 10,
"headed": false,
"mode": "default",
"emulateNetworkConditions": false,
"networkConditions": {
"downloadThroughput": 4000000,
"uploadThroughput": 4000000,
"latency": 100,
"offline": false
},
"clustering": {
"monitor": true,
"mode": "browser",
"maxConcurrency": 5,
"timeout": 30
},
"verboseLogging": true,
"dumpio": false,
"timingMetrics": true,
"tracing": {
"url": "http://localhost:4318/v1/traces",
"serviceName": ""
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/herden/grafana-image-renderer.git
git@gitee.com:herden/grafana-image-renderer.git
herden
grafana-image-renderer
grafana-image-renderer
master

搜索帮助