Transformations: Pass through simple data instead of displaying as 'Not Found' #101905 opened Mar 10, 2025 Render Service: Test IR 3.12.2 #101910 opened Mar 10, 2025 Unified Storage: Adds span and debug log for paginated List calls #101912 opened Mar 10, 2025 Provisioning: Use ...
Bar chart should have been generated as there are only two columns, one consists of unique string (dates in string format) and the other column contains numerical data. But instead, when i select curr_date as X axis, it throws an error "Configured X field not found" Did this work before?
2025-03-12| Daniel Palay The Golden Grot Awards need you: Vote for your favorite dashboard today! 2025-03-11| Richard "RichiH" Hartmann Grafana OnCall OSS in maintenance mode: your questions answered
Fix file not found error when Grafana configured with "serve_from_sub_path = true". Version 2.0.1 Fix errors related to crypto.randomUUID on http servers. Version 2.0.0 Plugin updated for React. Internet connectivity not required. Compatible with Grafana 9.* and 10.*. Version 1.0.4 Added...
- **Dashboard:** When dashboard is not found show message instead of empty page. [#65508](https://github.com/grafana/grafana/pull/65508), [@polibb](https://github.com/polibb) - **Dashboards:** Enable feature flag `newPanelChromeUI` by default. [#65593](https://github.com/grafa...
第二步:创建文档对象,把查询的内容构建成lucene能识别的Document对象获取原始内容的目的是为了索引,在索引前需要将原始内容创建成文档(Document),文档中包括一个一个的域(Field),这个域对应就是表中的列。 注意:每个 Document 可以有多个 Field,不同的 Document 可以有不同的 Field,同一个Document 可以有相同的 Fi...
在"New User"页面的"Default Group"(默认组)下拉菜单中,选择你想要设置为默认组的组织。 点击"Create"(创建)按钮,完成默认组的设置。 设置默认组后,新创建的用户将自动加入该组,并且该组将成为用户的默认组织。用户登录后,默认将显示该组织的仪表板和数据。 注意:Grafana的默认组功能需要在Grafana的配置文件中启用...
- **Caching:** Change error logs for cache items not found to debug logs. (Enterprise) - **Chore:** Add test console.warn catch. (Enterprise) - **Emails:** Light theme. (Enterprise) - **Reporting:** Switch to using dashboard UID. (Enterprise) ...
fieldKey fieldType--- ---memory string processorfloatname: testing1 fieldKey fieldType--- ---memory string processorfloat>showfieldvaluesfromtestingwithkey="memory" ERR: error parsing query: foundVALUES, expected KEY, KEYSatline1,char12>selectmemoryfromtesting name: testingtimememory--- ---15812...
报错日志:Could not resolve view with name 'XXXX' in servlet with name 'springmvc'思路:发现return "XXXX" 是 XXXX和实际的页面文件名称不一样,自然是找不到页面的了,可是为什么 本地可以 而服务器却不可以?难道是运行在tomcat上的项目 spring的视图解析器不区分大小写,而运行在liberty上区分大小写?